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 +4 -4
- data/README.md +2 -0
- data/lib/twine/formatters.rb +1 -0
- data/lib/twine/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e622767951d3e8af6ede3452a3b68bafb22637c
|
4
|
+
data.tar.gz: e286fca13148bfcf733c6c023c7394e755a5653b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
|
data/lib/twine/formatters.rb
CHANGED
data/lib/twine/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2016-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubyzip
|