angular-rails-templates 1.3.1 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -5
- data/lib/angular-rails-templates/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c5668e09058e9ed6055a24362173d29ae716bbb9cc7ea21430a1cb02f55989dc
|
|
4
|
+
data.tar.gz: d7c5d517764f7a1a2578e8953dc9462c0914792a2bad0034556840e852e29dff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b171d053dea9130ef9f8eca81e0d4e6b48e7deb973162fbe1a5ebc1d6bd69bd28d1598f5deebe7df6fa8682d1250fd91462963274bd305062ce0f9656578fa83
|
|
7
|
+
data.tar.gz: 0dcc4deed5be1cc6470dc0cd47231e2b10766551d3b036edf4aac87a7e7e9efcc7a4a822957d9cff7c723729ea128f7c34ce6a2948258a902799968a20d3d853
|
data/README.md
CHANGED
|
@@ -3,9 +3,6 @@
|
|
|
3
3
|
[](http://badge.fury.io/rb/angular-rails-templates)
|
|
4
4
|
[](https://coveralls.io/github/pitr/angular-rails-templates?branch=master)
|
|
5
5
|
[](https://codeclimate.com/github/pitr/angular-rails-templates)
|
|
6
|
-
[](http://issuestats.com/github/pitr/angular-rails-templates)
|
|
7
|
-
[](http://issuestats.com/github/pitr/angular-rails-templates)
|
|
8
|
-
[](https://waffle.io/pitr/angular-rails-templates)
|
|
9
6
|
|
|
10
7
|
Adds your HTML templates into Angular's `$templateCache` using Rails asset pipeline.
|
|
11
8
|
|
|
@@ -13,8 +10,7 @@ Adds your HTML templates into Angular's `$templateCache` using Rails asset pipel
|
|
|
13
10
|
|
|
14
11
|
Branch | Build Status
|
|
15
12
|
------------|---------
|
|
16
|
-
master | [](https://github.com/pitr/angular-rails-templates)
|
|
17
|
-
0-x-stable | [](https://travis-ci.org/pitr/angular-rails-templates)
|
|
13
|
+
master | [](https://github.com/pitr/angular-rails-templates)
|
|
18
14
|
|
|
19
15
|
It removes the need for AJAX calls to retrieve the templates (or for you to manually set them into the DOM).
|
|
20
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: angular-rails-templates
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Damien Mathieu
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
- whitehat101
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2025-
|
|
12
|
+
date: 2025-11-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: railties
|
|
@@ -20,7 +20,7 @@ dependencies:
|
|
|
20
20
|
version: '5.0'
|
|
21
21
|
- - "<"
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version: '8.
|
|
23
|
+
version: '8.2'
|
|
24
24
|
type: :runtime
|
|
25
25
|
prerelease: false
|
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -30,7 +30,7 @@ dependencies:
|
|
|
30
30
|
version: '5.0'
|
|
31
31
|
- - "<"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '8.
|
|
33
|
+
version: '8.2'
|
|
34
34
|
- !ruby/object:Gem::Dependency
|
|
35
35
|
name: sprockets
|
|
36
36
|
requirement: !ruby/object:Gem::Requirement
|