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
- SHA1:
3
- metadata.gz: b7a913ea7ff0a8d5d35385c3782b16a5bf24489a
4
- data.tar.gz: ed14518c5d29a708678fa10039b58012907788de
2
+ SHA256:
3
+ metadata.gz: 62016beb68bfde16d2faf44ad97481245ede51e3d49e853724c91f25e61b0547
4
+ data.tar.gz: 02c3559d30bf958eef9c2a5522193a9d397c0dc73876eb89715da85856b602ea
5
5
  SHA512:
6
- metadata.gz: 2ac074a1b3c72332f0c544a4dbf45db2ffa18cb2130ee76350d9c3414ede70e835d24bf2c5cf1b94e55e5837a223f9603d894e61d1d88668d6b003db76005cc4
7
- data.tar.gz: c31f791930b276544484fba8ff3ce9a9ebdf85b0d1f94df46fea1fc0389b8d4fe8ec5ac4d2ac7120e976f89fa051436fd271185b99c373abed3f7a559e95413d
6
+ metadata.gz: fb4f2a462511a370c66c352db670886fe339c6abfc61a8c675d7b2a5377a6d7f656d04a0a4e06e0f095ed8f59696d5042d0bc68740a3bafd7e00ca01efafefcc
7
+ data.tar.gz: c6d125b311514ecaf60074e9cce777f7508d12d2af2f647e55d073f617824d483a647fe2854265aa37a9cd73991000e5ed016a3751fc62dd4bd7737d6a10d7f4
data/README.md CHANGED
@@ -204,7 +204,7 @@ By default this gem looks only at templates with `.html` suffix, eg. `foo.html`
204
204
 
205
205
  ## License
206
206
 
207
- MIT License. Copyright 2016 pitr
207
+ MIT License. Copyright 2017 pitr
208
208
 
209
209
  ## Authors & contributors
210
210
 
@@ -1,3 +1,3 @@
1
1
  module AngularRailsTemplates
2
- VERSION = '1.0.2'
2
+ VERSION = '1.1.0'
3
3
  end
@@ -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.2
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: 2016-08-19 00:00:00.000000000 Z
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: '6'
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: '6'
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
- rubyforge_project:
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