handlebars_assets 0.13.0 → 0.14.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YmEzZjUwYjkxNTRkMThiY2FkNjlmYmRmMWNjM2Q1ODhmYWU5MGUwZQ==
4
+ Y2ZmNWJkOTk1YzJmMjM2ZDcxYTcyNTFkMjE5YjNkYjQ5ZDkzOGIxYg==
5
5
  data.tar.gz: !binary |-
6
- YmY3ZTU4YmE3ZmQ5MWQ1MTU2YzIyZGYxNWU3OTk2MDJlZDVkZWI5Mg==
6
+ ZGY5OTY3NmIxNDhjYzdjYzA2YTYyNWMwNzJmMzEzNjk5ZWE2OTA1Yw==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- Y2E0NTFhOTZiODViZWM2YTcxZjE0NWRjNDVhYTU5NzY5YThjZDY0MjliNTk1
10
- MWUxZWY0MmUxMTcxYWQxMjUyMmYzZDk3N2I0ZGZiZTlkYWI2Mjc1OWE2MGY0
11
- YmI4YjNiNTZjNjE2Mjk1OGZlY2Y1ODhkY2M2NzMyMWZiODNhMjE=
9
+ YjlmYmQzODU1YTVhNWQwOThmY2NmNGIxYzk0OGFkNzk1NWVjZjJjZjNhZjUw
10
+ Zjc4MWEwYTNiOTUyZWZlMTMzMjIxZGE0OTNmMDVkNjI5MTVmOGYzOWJmYjc5
11
+ MTRjYjQzYjYxZjY4NmJiZDAwYjVmM2RiMDYzYTQ0MGY1YzFjNDk=
12
12
  data.tar.gz: !binary |-
13
- YjVlMDU0OWJjMzlkNzg5ZjAxOWE1M2ZmNmMwZmVkM2I3OThhNTMxOWZiYjlh
14
- ODVlOWEzYjk1ZjQ4ZTZiMjg2OTc1ZDBkOGJjM2RjYTZkNGNlZDA0NGFiYzc1
15
- NDQzOTk4N2Q2ZjBmY2U1MGRlY2E3MTZjYWFhNGI3MTI2NzA4Y2Y=
13
+ NzY1MDFkY2NkZDg4NDZiM2VkOTIwYzcxMGMyMTEyNzM5ZWQ1ZGMxOWMzYTky
14
+ OWZhMWIzZWExMzdkNTIyZjZmYjA5MjI3NGFkYjAyNWM2YmI1MTViMDUzMmJh
15
+ MzY3MGYyYjkyZjAzOGZmZDljMmM0NThlYWFiMDFmOTMwOTlhMjc=
@@ -1,5 +1,13 @@
1
1
  ## On master
2
2
 
3
+ ## 0.14.1 (2013-06-21)
4
+
5
+ * Roll back "Register with Sprockets instead of `app.assets`" until we can get a definitive answer on what the problem really is.
6
+
7
+ ## 0.14.0 (2013-06-19)
8
+
9
+ * Register with Sprockets instead of `app.assets` - @metaskills
10
+
3
11
  ## 0.13.0 (2013-06-02)
4
12
 
5
13
  * Update to handlebars 1.0.0 - @lee
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- handlebars_assets (0.13.0)
4
+ handlebars_assets (0.14.1)
5
5
  execjs (>= 1.2.9)
6
6
  sprockets (>= 2.0.3)
7
7
  tilt
@@ -23,7 +23,7 @@ GEM
23
23
  tilt
24
24
  hike (1.2.2)
25
25
  json (1.7.7)
26
- multi_json (1.7.3)
26
+ multi_json (1.7.5)
27
27
  rack (1.5.2)
28
28
  rake (10.0.3)
29
29
  slim (1.3.6)
data/README.md CHANGED
@@ -225,6 +225,7 @@ Follow me on [Github](https://github.com/leshill) and [Twitter](https://twitter.
225
225
  * Mark Rushakoff (@mark-rushakoff) : Synchronize Sprockets engine registers with Rails
226
226
  * Alex Riedler (@AlexRiedler) : Pass scope and locals up the chain
227
227
  * lee (@lee) : Update to handlebars 1.0.0
228
+ * Ken Collins (@metaskills) : Register with Sprockets
228
229
 
229
230
  # Contributing
230
231
 
@@ -1,3 +1,3 @@
1
1
  module HandlebarsAssets
2
- VERSION = "0.13.0"
2
+ VERSION = "0.14.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: handlebars_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Les Hill
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-02 00:00:00.000000000 Z
11
+ date: 2013-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: execjs