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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +2 -2
  3. data/lib/spout/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 903443bf7697903d3e8d78462afdf5dfba77df55
4
- data.tar.gz: 011b51f8ef1128790ab7f15ebbd6854f03175a56
3
+ metadata.gz: ed9757d9bf4d932ed9ca22bce86ee4a7bfdd2122
4
+ data.tar.gz: cc291bb412daba1a58205c0d339482b323f22fb8
5
5
  SHA512:
6
- metadata.gz: 6c0f00e614dc71910e91102e8ec3c994c88372b42c7977ee7fe860f79b76c83c25ab75e806236a5d5891faac95378fbc1f3dbf0da91adc5a79066c04cd2d9445
7
- data.tar.gz: 4d35e2bc0d5e8662c8959ed76d7da8dbbd4e04fe3f864b8a4cea22164cd093c9ba571e2a48a6b486db94795fe19c399bfffe49462ffbe87d1e6795e859145746
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 `spout.yml` file:
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
@@ -3,7 +3,7 @@ module Spout
3
3
  MAJOR = 0
4
4
  MINOR = 9
5
5
  TINY = 0
6
- BUILD = "rc" # nil, "pre", "rc", "rc2"
6
+ BUILD = nil # nil, "pre", "rc", "rc2"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
9
9
  end
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.rc
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-09-29 00:00:00.000000000 Z
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: 1.3.1
186
+ version: '0'
187
187
  requirements: []
188
188
  rubyforge_project:
189
- rubygems_version: 2.4.1
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