sablon 0.0.11 → 0.0.12
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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +1 -1
- data/lib/sablon/version.rb +1 -1
- data/sablon.gemspec +2 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4991820c18dedea86463c1483ceff122a0589e55
|
|
4
|
+
data.tar.gz: a7088be5440752ed3d9edfc180da8ccab48b32f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11e3e9c163b08f942c40de76243147ab4bd51330fa38e8aa2fd40cf96ab30333981c5dbe4658cdea9773db648fd723321d221e7f5b7b7f8346da6ada15c78236
|
|
7
|
+
data.tar.gz: 26b73bab301e2f7a334a23d27e40420fb50ceed420fc026d9cbd3dc7dd8a655248c147171bee28343b5de4290ce9a4dd01b7af633c66d44263b85129637a77f5
|
data/Gemfile.lock
CHANGED
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/
|
|
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`)
|
data/lib/sablon/version.rb
CHANGED
data/sablon.gemspec
CHANGED
|
@@ -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.
|
|
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.
|
|
4
|
+
version: 0.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yves Senn
|
|
8
8
|
autorequire:
|
|
9
|
-
bindir:
|
|
9
|
+
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
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
|
-
-
|
|
116
|
+
- sablon
|
|
117
117
|
extensions: []
|
|
118
118
|
extra_rdoc_files: []
|
|
119
119
|
files:
|