WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit f19c249

Browse files
authored
Merge pull request #179 from pitr/upgrade-stuff
2 parents 70db6af + 805dba1 commit f19c249

16 files changed

+16
-20
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on: [push, pull_request]
1111

1212
jobs:
1313
test:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
strategy:
1616
fail-fast: false
1717
matrix:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ gem "haml"
55
gem "slim-rails"
66
gem "kramdown"
77

8-
gem 'coveralls', require: false
8+
gem 'coveralls_reborn', require: false
99

1010
gemspec

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@
33
[![Gem Version](https://badge.fury.io/rb/angular-rails-templates.png)](http://badge.fury.io/rb/angular-rails-templates)
44
[![Coverage Status](https://coveralls.io/repos/github/pitr/angular-rails-templates/badge.svg?branch=master)](https://coveralls.io/github/pitr/angular-rails-templates?branch=master)
55
[![Code Climate](https://codeclimate.com/github/pitr/angular-rails-templates/badges/gpa.svg)](https://codeclimate.com/github/pitr/angular-rails-templates)
6-
[![Issue Stats](http://issuestats.com/github/pitr/angular-rails-templates/badge/pr)](http://issuestats.com/github/pitr/angular-rails-templates)
7-
[![Issue Stats](http://issuestats.com/github/pitr/angular-rails-templates/badge/issue)](http://issuestats.com/github/pitr/angular-rails-templates)
8-
[![Stories in Ready](https://badge.waffle.io/pitr/angular-rails-templates.png?label=ready&title=Ready)](https://waffle.io/pitr/angular-rails-templates)
96

107
Adds your HTML templates into Angular's `$templateCache` using Rails asset pipeline.
118

129
**IMPORTANT**: for Rails 4.2+ use version 1.0+ of this gem. For Rails 3 - 4.1 use version 0.x
1310

1411
Branch | Build Status
1512
------------|---------
16-
master | [![Build Status](https://github.com/pitr/angular-rails-templates/workflows/build/badge.svg)](https://github.com/pitr/angular-rails-templates)
17-
0-x-stable | [![Build Status](https://travis-ci.org/pitr/angular-rails-templates.png?branch=0-x-stable)](https://travis-ci.org/pitr/angular-rails-templates)
13+
master | [![Build Status](https://github.com/pitr/angular-rails-templates/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/pitr/angular-rails-templates)
1814

1915
It removes the need for AJAX calls to retrieve the templates (or for you to manually set them into the DOM).
2016

gemfiles/rails_5.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ gem "slim-rails"
55
gem "haml"
66
gem "kramdown"
77

8-
gem 'coveralls', require: false
8+
gem 'coveralls_reborn', require: false
99

1010
gemspec :path => ".././"

gemfiles/rails_5.0_sprockets4.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ gem "slim-rails"
66
gem "haml"
77
gem "kramdown"
88

9-
gem 'coveralls', require: false
9+
gem 'coveralls_reborn', require: false
1010

1111
gemspec :path => ".././"

gemfiles/rails_5.2.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ gem "slim-rails"
55
gem "haml"
66
gem "kramdown"
77

8-
gem 'coveralls', require: false
8+
gem 'coveralls_reborn', require: false
99

1010
gemspec :path => ".././"

gemfiles/rails_5.2_sprockets4.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ gem "slim-rails"
66
gem "haml"
77
gem "kramdown"
88

9-
gem 'coveralls', require: false
9+
gem 'coveralls_reborn', require: false
1010

1111
gemspec :path => ".././"

gemfiles/rails_6.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ gem "slim-rails"
55
gem "haml"
66
gem "kramdown"
77

8-
gem 'coveralls', require: false
8+
gem 'coveralls_reborn', require: false
99

1010
gemspec :path => ".././"

gemfiles/rails_6.1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ gem "slim-rails"
55
gem "haml"
66
gem "kramdown"
77

8-
gem 'coveralls', require: false
8+
gem 'coveralls_reborn', require: false
99

1010
gemspec :path => ".././"

gemfiles/rails_7.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ gem "slim-rails"
55
gem "haml"
66
gem "kramdown"
77

8-
gem 'coveralls', require: false
8+
gem 'coveralls_reborn', require: false
99

1010
gemspec :path => ".././"

0 commit comments

Comments
 (0)