twine 0.9.0 → 0.9.1

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: 09e04e3949a2a98ab2483771f9def4c71942edbc
4
- data.tar.gz: eaf82148761e31028a7918faaab00b721f41c661
3
+ metadata.gz: 0e622767951d3e8af6ede3452a3b68bafb22637c
4
+ data.tar.gz: e286fca13148bfcf733c6c023c7394e755a5653b
5
5
  SHA512:
6
- metadata.gz: e55fbf7a14149928f4ebfaa20f44ceef593152a7233d73b2e29ccbb0b88e5a6fd25086bfc9af04a7721513b9297487f8302b4947d3afdac5cc0e614648a203e2
7
- data.tar.gz: b722d1aa76cb00b135ae13b1081bc14f488c9bc3da42527046e19096edf796f65df250e086f7c923af43bea72cd9a5154372f90af213570f5c44001634601a58
6
+ metadata.gz: a036b7046ee8106c30bbeeed6d14d57cde28de0ec05f16c7bad4b341366add03083cdcdd802198831f3a863c7d3f473e7f1470287f7270f525ae07f614277f77
7
+ data.tar.gz: bb7d85418791a6279486200eb60089867a9bb95ab2caf2acece58759afcbe62ae0ce0a858914aa3372994b496a6ae3a49eac5847fe123e83ff1311689dfea41c
data/README.md CHANGED
@@ -45,6 +45,7 @@ If you want a key to inherit the values of another key, you can use a reference.
45
45
 
46
46
  ### Example
47
47
 
48
+ ```ini
48
49
  [[General]]
49
50
  [yes]
50
51
  en = Yes
@@ -78,6 +79,7 @@ If you want a key to inherit the values of another key, you can use a reference.
78
79
  en = ``%@``
79
80
  tags = myothertag
80
81
  comment = This string will evaluate to `%@`.
82
+ ```
81
83
 
82
84
  ## Supported Output Formats
83
85
 
@@ -19,6 +19,7 @@ module Twine
19
19
  end
20
20
  end
21
21
 
22
+ require File.join(File.dirname(__FILE__), 'formatters', 'abstract.rb')
22
23
  Dir[File.join(File.dirname(__FILE__), 'formatters', '*.rb')].each do |file|
23
24
  require file
24
25
  end
@@ -1,3 +1,3 @@
1
1
  module Twine
2
- VERSION = '0.9.0'
2
+ VERSION = '0.9.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Celis
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-02 00:00:00.000000000 Z
11
+ date: 2016-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip