sablon 0.0.11 → 0.0.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a4d14328ddbea68fddbbc747b5a8e4fe89b7e1b
4
- data.tar.gz: 45c9af0a71ce34c1c2211474bf75f0f60fd611fb
3
+ metadata.gz: 4991820c18dedea86463c1483ceff122a0589e55
4
+ data.tar.gz: a7088be5440752ed3d9edfc180da8ccab48b32f1
5
5
  SHA512:
6
- metadata.gz: d5d4a12a4ec9c75a08fb18a729775072ee96cd029cbd064a8295832be6c9a70409e27c80dfd0ea92354a10d2c4715946e03d414a52d1514bd8300ef56c6c00cf
7
- data.tar.gz: 9525095be7b154d71e307ec3bdebb6a026c6b514b03323b09151a58ec2376c22f8c66921ac70525c1f87f0005e999670c6b2c12097f0b736fe642db6284627f4
6
+ metadata.gz: 11e3e9c163b08f942c40de76243147ab4bd51330fa38e8aa2fd40cf96ab30333981c5dbe4658cdea9773db648fd723321d221e7f5b7b7f8346da6ada15c78236
7
+ data.tar.gz: 26b73bab301e2f7a334a23d27e40420fb50ceed420fc026d9cbd3dc7dd8a655248c147171bee28343b5de4290ce9a4dd01b7af633c66d44263b85129637a77f5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sablon (0.0.11)
4
+ sablon (0.0.12)
5
5
  nokogiri (>= 1.6.0)
6
6
  redcarpet (>= 3.2)
7
7
  rubyzip (>= 1.1)
data/README.md CHANGED
@@ -247,7 +247,7 @@ the data. Following is the resulting [output](test/fixtures/recipe_sample.docx):
247
247
 
248
248
  ## Contributing
249
249
 
250
- 1. Fork it ( https://github.com/[my-github-username]/sablon/fork )
250
+ 1. Fork it ( https://github.com/senny/sablon/fork )
251
251
  2. Create your feature branch (`git checkout -b my-new-feature`)
252
252
  3. Commit your changes (`git commit -am 'Add some feature'`)
253
253
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,3 +1,3 @@
1
1
  module Sablon
2
- VERSION = "0.0.11"
2
+ VERSION = "0.0.12"
3
3
  end
@@ -14,7 +14,8 @@ Gem::Specification.new do |spec|
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
17
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
17
+ spec.bindir = "exe"
18
+ spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
18
19
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
20
  spec.require_paths = ["lib"]
20
21
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sablon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yves Senn
8
8
  autorequire:
9
- bindir: bin
9
+ bindir: exe
10
10
  cert_chain: []
11
- date: 2015-04-14 00:00:00.000000000 Z
11
+ date: 2015-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -113,7 +113,7 @@ description: Sablon is a document template processor. At this time it works only
113
113
  email:
114
114
  - yves.senn@gmail.com
115
115
  executables:
116
- - rake
116
+ - sablon
117
117
  extensions: []
118
118
  extra_rdoc_files: []
119
119
  files: