angular-rails-templates 1.0.2 → 1.1.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 62016beb68bfde16d2faf44ad97481245ede51e3d49e853724c91f25e61b0547
|
|
4
|
+
data.tar.gz: 02c3559d30bf958eef9c2a5522193a9d397c0dc73876eb89715da85856b602ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb4f2a462511a370c66c352db670886fe339c6abfc61a8c675d7b2a5377a6d7f656d04a0a4e06e0f095ed8f59696d5042d0bc68740a3bafd7e00ca01efafefcc
|
|
7
|
+
data.tar.gz: c6d125b311514ecaf60074e9cce777f7508d12d2af2f647e55d073f617824d483a647fe2854265aa37a9cd73991000e5ed016a3751fc62dd4bd7737d6a10d7f4
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// Angular Rails Templates <%= AngularRailsTemplates::VERSION %>
|
|
2
2
|
//
|
|
3
|
-
// angular_templates.ignore_prefix: <%= Rails.configuration.angular_templates.ignore_prefix %>
|
|
4
|
-
// angular_templates.markups: <%= Rails.configuration.angular_templates.markups %>
|
|
5
|
-
// angular_templates.htmlcompressor: <%= Rails.configuration.angular_templates.htmlcompressor %>
|
|
3
|
+
// angular_templates.ignore_prefix: <%= ::Rails.configuration.angular_templates.ignore_prefix %>
|
|
4
|
+
// angular_templates.markups: <%= ::Rails.configuration.angular_templates.markups %>
|
|
5
|
+
// angular_templates.htmlcompressor: <%= ::Rails.configuration.angular_templates.htmlcompressor %>
|
|
6
6
|
|
|
7
|
-
angular.module("<%= Rails.configuration.angular_templates.module_name %>", []);
|
|
7
|
+
angular.module("<%= ::Rails.configuration.angular_templates.module_name %>", []);
|
|
8
8
|
|
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.0
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Damien Mathieu
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 2020-04-08 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: railties
|
|
@@ -21,7 +21,7 @@ dependencies:
|
|
|
21
21
|
version: '4.2'
|
|
22
22
|
- - "<"
|
|
23
23
|
- !ruby/object:Gem::Version
|
|
24
|
-
version: '
|
|
24
|
+
version: '7'
|
|
25
25
|
type: :runtime
|
|
26
26
|
prerelease: false
|
|
27
27
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -31,7 +31,7 @@ dependencies:
|
|
|
31
31
|
version: '4.2'
|
|
32
32
|
- - "<"
|
|
33
33
|
- !ruby/object:Gem::Version
|
|
34
|
-
version: '
|
|
34
|
+
version: '7'
|
|
35
35
|
- !ruby/object:Gem::Dependency
|
|
36
36
|
name: sprockets
|
|
37
37
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -144,8 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
144
144
|
- !ruby/object:Gem::Version
|
|
145
145
|
version: '0'
|
|
146
146
|
requirements: []
|
|
147
|
-
|
|
148
|
-
rubygems_version: 2.5.1
|
|
147
|
+
rubygems_version: 3.0.3
|
|
149
148
|
signing_key:
|
|
150
149
|
specification_version: 4
|
|
151
150
|
summary: Use your angular templates with rails' asset pipeline
|