fight_csv 0.1.0 → 0.1.1
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.
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/fight_csv.gemspec +2 -2
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
17
17
|
gem.name = "fight_csv"
|
|
18
|
-
gem.homepage = "http://github.com/
|
|
18
|
+
gem.homepage = "http://github.com/railslove/fight_csv"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{JSON-Schema + ActiveModel for CSV}
|
|
21
21
|
gem.description = %Q{
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/fight_csv.gemspec
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{fight_csv}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Manuel Korfmann"]
|
|
@@ -47,7 +47,7 @@ You can easily define types like Integer or Array for CSV through converters.
|
|
|
47
47
|
"test/test_record.rb",
|
|
48
48
|
"test/test_schema.rb"
|
|
49
49
|
]
|
|
50
|
-
s.homepage = %q{http://github.com/
|
|
50
|
+
s.homepage = %q{http://github.com/railslove/fight_csv}
|
|
51
51
|
s.licenses = ["MIT"]
|
|
52
52
|
s.require_paths = ["lib"]
|
|
53
53
|
s.rubygems_version = %q{1.3.7}
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Manuel Korfmann
|
|
@@ -136,7 +136,7 @@ files:
|
|
|
136
136
|
- test/test_record.rb
|
|
137
137
|
- test/test_schema.rb
|
|
138
138
|
has_rdoc: true
|
|
139
|
-
homepage: http://github.com/
|
|
139
|
+
homepage: http://github.com/railslove/fight_csv
|
|
140
140
|
licenses:
|
|
141
141
|
- MIT
|
|
142
142
|
post_install_message:
|
|
@@ -149,7 +149,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
149
149
|
requirements:
|
|
150
150
|
- - ">="
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
|
-
hash:
|
|
152
|
+
hash: 4163752235916920194
|
|
153
153
|
segments:
|
|
154
154
|
- 0
|
|
155
155
|
version: "0"
|