spout 0.1.0.rc5 → 0.1.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -0
  3. data/Rakefile +10 -1
  4. data/lib/spout/version.rb +1 -1
  5. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b04fd8296276c57cd273d55e56167745933ef6b4
4
- data.tar.gz: b50eeddbfe57c6592fb2932d7aec4824470d0879
3
+ metadata.gz: 25fe4f0b1ed9242f0e8d1689e52bc372e285161f
4
+ data.tar.gz: e69ffdc296da47898fddf7f1a44d25ab3eb49b9c
5
5
  SHA512:
6
- metadata.gz: 910d28fb9890d03513a4db761b759b02e1fa806789fbfdc2099d24e154ffd8bc74a85124f3967911c1892e0c7ff6f791d397b29129070004d833bf042881b5db
7
- data.tar.gz: f9caf4d259699c2ebfee3ef520bbb8ddf020ef2ca99e042a546389c527d7d1ea2c6583ba3372251b2db9b71fac2b19724a08bf044715223a5535608c629bf2a1
6
+ metadata.gz: 00b32e110a7dd21da41d5a7738f9802d33b7bf607fb581821e6fc375b992e9bc80abc10be3da2f140294363742f4ef89c2a8b8df97dfd07aca248f212a087586
7
+ data.tar.gz: c62938092d52b3a67318139fe2a33cacf836c67a2d9b6d46674ec17d02e546139b4acb456dfb7ebec1aa5a933f9c33e8ba8147184b332aa24b19231e729f6b30
data/README.md CHANGED
@@ -1,5 +1,9 @@
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)
5
+ [![Code Climate](https://codeclimate.com/github/sleepepi/spout.png)](https://codeclimate.com/github/sleepepi/spout)
6
+
3
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 for further validations.
4
8
 
5
9
  ## Installation
data/Rakefile CHANGED
@@ -1 +1,10 @@
1
- require "bundler/gem_tasks"
1
+ require 'rake/testtask'
2
+
3
+ Rake::TestTask.new(:test) do |t|
4
+ t.libs << 'lib'
5
+ t.libs << 'test'
6
+ t.pattern = 'test/**/*_test.rb'
7
+ t.verbose = false
8
+ end
9
+
10
+ task default: :test
data/lib/spout/version.rb CHANGED
@@ -3,7 +3,7 @@ module Spout
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
5
  TINY = 0
6
- BUILD = "rc5" # 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.1.0.rc5
4
+ version: 0.1.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: 2013-05-17 00:00:00.000000000 Z
11
+ date: 2013-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -128,9 +128,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
128
128
  version: '0'
129
129
  required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  requirements:
131
- - - '>'
131
+ - - '>='
132
132
  - !ruby/object:Gem::Version
133
- version: 1.3.1
133
+ version: '0'
134
134
  requirements: []
135
135
  rubyforge_project:
136
136
  rubygems_version: 2.0.3