benoit 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/Assetfile +9 -6
- data/README.md +4 -0
- data/benoit-0.2.0.gem +0 -0
- data/lib/benoit/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YTI1NDZmZDQxM2Y0MmQ1OTIzY2Q5NDBhY2MzOGU3MzQ1MzAzMDBlYw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OWJkNTlmMzgzOTlhZmMzMDA4ODI1YjM3MTRlMzUxZWY0M2M1MWUzZg==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
Y2RkOWFiYTA0NjhhNzAzOWNiMjk2NTc0ZTllNTEyNWMzYjQ5MGNmMzI4MDVh
|
10
|
+
Yzc3YzBjOWRiYjdjYmM5ODM1NDE1YTI1YTYzZjRjMmI1NDBiZTBjNjViY2Fi
|
11
|
+
NWEzOTA5Y2VjOTU0OTYwZTI4MGUyZjM2NWMwNTdhMjQ1NGI0NjQ=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NWUwZmZhZjU0OWJhODExM2Q5NTQ1YmFhMzU1MzZkOTc1N2FkNWQ1ZDE4ZTM4
|
14
|
+
OTAyYWNiYzgxZDFlZTE2Mjg2MDliZmZhYWU5ZmVjOGM1ZmI0N2RjOWIyMTgy
|
15
|
+
YThjNDNkMmNhZjkyN2IyMjJiNmIxZDYxMzg5NDAzNjIyYTU3NTI=
|
data/Assetfile
CHANGED
@@ -24,12 +24,15 @@ input Dir.pwd do
|
|
24
24
|
filter Benoit::Filters::MarkdownFilter
|
25
25
|
end
|
26
26
|
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
27
|
+
# Not going to do this until I can make it optional.
|
28
|
+
# Some people actually don't want all javascript loaded
|
29
|
+
# on every page. Can you believe that?
|
30
|
+
# match "**/*.js" do
|
31
|
+
# concat do |input|
|
32
|
+
# directory = File.dirname(input)
|
33
|
+
# "#{directory}/app.js"
|
34
|
+
# end
|
35
|
+
# end
|
33
36
|
|
34
37
|
match "**/*.handlebars" do
|
35
38
|
filter Rake::Pipeline::Web::Filters::HandlebarsFilter
|
data/README.md
CHANGED
@@ -12,3 +12,7 @@ More documentation coming soon.
|
|
12
12
|
- LivingSocial for open sourcing their toolchain via [rake-pipeline](http://github.com/livingsocial/rake-pipeline)
|
13
13
|
- The [rake-pipeline](http://github.com/livingsocial/rake-pipeline) team for providing a great tool for building static assets
|
14
14
|
- [Will Howard](http://github.com/whoward) for building/maintaining [Cadenza](http://github.com/whoward/cadenza) and answering my questions while building this!
|
15
|
+
|
16
|
+
### Updates
|
17
|
+
|
18
|
+
May 05, 2013 (v0.2.1) - Started tracking updates; removed Javascript concatenation until I get a way to make it configurable
|
data/benoit-0.2.0.gem
ADDED
Binary file
|
data/lib/benoit/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: benoit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joe Fiorini
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-04
|
11
|
+
date: 2013-05-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gli
|
@@ -279,6 +279,7 @@ files:
|
|
279
279
|
- Gemfile.lock
|
280
280
|
- README.md
|
281
281
|
- Rakefile
|
282
|
+
- benoit-0.2.0.gem
|
282
283
|
- benoit.gemspec
|
283
284
|
- bin/benoit
|
284
285
|
- bin/bundle-development
|