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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YWFhYmM1NDcwMDAyMjM3Nzg3M2UxYjU0YjYwZDAwN2E4ZmFmNTBmNw==
4
+ YTI1NDZmZDQxM2Y0MmQ1OTIzY2Q5NDBhY2MzOGU3MzQ1MzAzMDBlYw==
5
5
  data.tar.gz: !binary |-
6
- NzQ3NmMyZTA4M2Q3ZmIyOGE5ODdmYmQ4OTZjMzQ3OTkwYjBjZmY0Yg==
6
+ OWJkNTlmMzgzOTlhZmMzMDA4ODI1YjM3MTRlMzUxZWY0M2M1MWUzZg==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- OTZhZWNjZWI4ZTVmMmRmMDg5YzdkZWU2OTkyYzMwYzdiYzYwM2QwMTg3YmYy
10
- ZjkyZGZhMDMzNDkwNWI1ZDU5MmJlY2RjMjExNzU3MGRhMDY0OWZjYTVkOGQz
11
- YzllZjJjZmMzYTVhYzIxN2VmNWRiNDU3NzZiMmQ0MGUyN2VlZmM=
9
+ Y2RkOWFiYTA0NjhhNzAzOWNiMjk2NTc0ZTllNTEyNWMzYjQ5MGNmMzI4MDVh
10
+ Yzc3YzBjOWRiYjdjYmM5ODM1NDE1YTI1YTYzZjRjMmI1NDBiZTBjNjViY2Fi
11
+ NWEzOTA5Y2VjOTU0OTYwZTI4MGUyZjM2NWMwNTdhMjQ1NGI0NjQ=
12
12
  data.tar.gz: !binary |-
13
- NmYzZDQ2NjYwNzY3ZTQzMGZmNTE2YmM4ZjAzZjRmNDljMzZlNTZmZmUyYzMx
14
- MThlZmZjMmMxYTM4ODkyZGIxY2I5YmIwM2IwZjQ1MTZiYTIzMGYwM2I0YTgy
15
- M2I0YjM5MDI0YTRjYTlmMWE1MDEzZmJlZWQwZDcyYjIyNDYxNDg=
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
- match "**/*.js" do
28
- concat do |input|
29
- directory = File.dirname(input)
30
- "#{directory}/app.js"
31
- end
32
- end
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
@@ -1,3 +1,3 @@
1
1
  module Benoit
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
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.0
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-28 00:00:00.000000000 Z
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