spout 0.7.0.beta3 → 0.7.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 39c5c9a4eeab5b1ca4ff5aec2dde015d1bf15f52
4
- data.tar.gz: db62fec6e3b1cc5b2b419537ec45c2eb9a8d85ce
3
+ metadata.gz: 700e0115db7d7231bd257fe56a4d7f4bff17ce01
4
+ data.tar.gz: e82a19b250ef2d068efa93d6acb9dc215e18c09b
5
5
  SHA512:
6
- metadata.gz: 5943c0cd60831bcbc2ff5b7d9077f34edc70b1019e45816fedcf0147a1c697fa90c1ad932dba124fc84e46c903584d68c7ff54a440431acd4d2ec3b73abc7d4b
7
- data.tar.gz: efce7795ffda11a683a1b70efc9f1e7238463baa4e30335e6b4d7c2297ce86db7f9879277f1345d594b91159ad33d95502891b4b51e8931b5956f56ec02207fb
6
+ metadata.gz: a65d3873dcf0ab0c85673ac04761f97ba838e6a3415b02b5fa86d8024a2415b412267b50d1f818df02062dd7be48ae9d7a6c04a538af6fe17b1397c45670898f
7
+ data.tar.gz: 96843da45ebe630f2c4ba2eee3aa276f5c7735cc2fe731d082b09ff1ad209941123475de16e5b1d7e76d779d13483dc2857c68ef8c9a491347ec8e3e726c239d
data/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## 0.7.0
1
+ ## 0.7.0 (April 16, 2014)
2
2
 
3
3
  ### Enhancements
4
4
  - Added `spout graphs` command that generates pie charts and histograms of each variable in a dataset
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 Division of Medicine Program of Sleep Medicine Epidemiology
1
+ Copyright (c) 2014 Division of Medicine Program of Sleep Medicine Epidemiology
2
2
  https://github.com/sleepepi
3
3
 
4
4
 
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Spout
2
2
 
3
- [![Build Status](https://travis-ci.org/sleepepi/spout.png?branch=master)](https://travis-ci.org/sleepepi/spout)
4
- [![Dependency Status](https://gemnasium.com/sleepepi/spout.png)](https://gemnasium.com/sleepepi/spout)
3
+ [![Build Status](https://travis-ci.org/sleepepi/spout.svg?branch=master)](https://travis-ci.org/sleepepi/spout)
4
+ [![Dependency Status](https://gemnasium.com/sleepepi/spout.svg)](https://gemnasium.com/sleepepi/spout)
5
5
  [![Code Climate](https://codeclimate.com/github/sleepepi/spout.png)](https://codeclimate.com/github/sleepepi/spout)
6
6
 
7
7
  Turn your CSV data dictionary into a JSON repository. Collaborate with others to update the data dictionary in JSON format. Generate new Data Dictionary from the JSON repository. Test and validate your data dictionary using built-in tests, or add your own tests and validations.
data/lib/spout/version.rb CHANGED
@@ -3,7 +3,7 @@ module Spout
3
3
  MAJOR = 0
4
4
  MINOR = 7
5
5
  TINY = 0
6
- BUILD = "beta3" # 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.7.0.beta3
4
+ version: 0.7.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-03-11 00:00:00.000000000 Z
11
+ date: 2014-04-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -142,9 +142,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
142
142
  version: '0'
143
143
  required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  requirements:
145
- - - ">"
145
+ - - ">="
146
146
  - !ruby/object:Gem::Version
147
- version: 1.3.1
147
+ version: '0'
148
148
  requirements: []
149
149
  rubyforge_project:
150
150
  rubygems_version: 2.2.2