Skip to content

Commit 436e4f3

Browse files
authored
Merge branch 'master' into rails-8-1-support
2 parents 7dce531 + f19c249 commit 436e4f3

15 files changed

+15
-19
lines changed

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 => ".././"

gemfiles/rails_7.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 => ".././"

0 commit comments

Comments
 (0)