handlebars_assets 0.13.0 → 0.14.1
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 +8 -8
- data/CHANGELOG.md +8 -0
- data/Gemfile.lock +2 -2
- data/README.md +1 -0
- data/lib/handlebars_assets/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
Y2ZmNWJkOTk1YzJmMjM2ZDcxYTcyNTFkMjE5YjNkYjQ5ZDkzOGIxYg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZGY5OTY3NmIxNDhjYzdjYzA2YTYyNWMwNzJmMzEzNjk5ZWE2OTA1Yw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjlmYmQzODU1YTVhNWQwOThmY2NmNGIxYzk0OGFkNzk1NWVjZjJjZjNhZjUw
|
|
10
|
+
Zjc4MWEwYTNiOTUyZWZlMTMzMjIxZGE0OTNmMDVkNjI5MTVmOGYzOWJmYjc5
|
|
11
|
+
MTRjYjQzYjYxZjY4NmJiZDAwYjVmM2RiMDYzYTQ0MGY1YzFjNDk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NzY1MDFkY2NkZDg4NDZiM2VkOTIwYzcxMGMyMTEyNzM5ZWQ1ZGMxOWMzYTky
|
|
14
|
+
OWZhMWIzZWExMzdkNTIyZjZmYjA5MjI3NGFkYjAyNWM2YmI1MTViMDUzMmJh
|
|
15
|
+
MzY3MGYyYjkyZjAzOGZmZDljMmM0NThlYWFiMDFmOTMwOTlhMjc=
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
handlebars_assets (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.
|
|
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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2013-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: execjs
|