spout 0.9.0.rc → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -2
- data/lib/spout/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed9757d9bf4d932ed9ca22bce86ee4a7bfdd2122
|
4
|
+
data.tar.gz: cc291bb412daba1a58205c0d339482b323f22fb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5602c98a52b710e2e916e7e93dcf7dcd3dd67e46aca13782a213bd835fdeb69af67565ab3128f34d353a0589ff388e21cd553a7dd1e9bf89b76277129af96d71
|
7
|
+
data.tar.gz: b1d424a94a2a2874f3766b7687c3dcdff3121a538859fdd32fe7848f7805e19735b81ab445b09c4a9ab197991d2687634905de80b6a7ff23afbb2bae77d04851
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
## 0.9.0
|
1
|
+
## 0.9.0 (October 10, 2014)
|
2
2
|
|
3
3
|
### Enhancements
|
4
4
|
- **General Changes**
|
@@ -10,7 +10,7 @@
|
|
10
10
|
- `spout p` command now uses same syntax as `spout g` command to reference variables
|
11
11
|
- `spout p <variable_id>`
|
12
12
|
- `spout p age --size-sm`
|
13
|
-
- The data dictionary slug can now be specified in the
|
13
|
+
- The data dictionary slug can now be specified in the `.spout.yml` file:
|
14
14
|
- `slug: my-repo-name`
|
15
15
|
- Setting the slug will allow the `spout export` command to export the data dictionary to `my-repo-name-data-dictionary-0.1.0-variables.csv`, etc.
|
16
16
|
- `spout p` and `spout g` now indicate if the target CSV folder is empty
|
data/lib/spout/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: spout
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.0
|
4
|
+
version: 0.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Remo Mueller
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -181,12 +181,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
181
181
|
version: '0'
|
182
182
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
183
183
|
requirements:
|
184
|
-
- - "
|
184
|
+
- - ">="
|
185
185
|
- !ruby/object:Gem::Version
|
186
|
-
version:
|
186
|
+
version: '0'
|
187
187
|
requirements: []
|
188
188
|
rubyforge_project:
|
189
|
-
rubygems_version: 2.
|
189
|
+
rubygems_version: 2.2.2
|
190
190
|
signing_key:
|
191
191
|
specification_version: 4
|
192
192
|
summary: Turn your CSV data dictionary into a JSON repository. Collaborate with others
|