dwc-archive 0.4.12 → 0.4.13
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
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -8,7 +8,7 @@ begin
|
|
|
8
8
|
gem.summary = %Q{Handler of Darwin Core Archive files}
|
|
9
9
|
gem.description = %q{Darwin Core Archive is the current standard exchange format for GLobal Names Architecture modules. This gem makes it easy to incorporate files in Darwin Core Archive format into a ruby project.}
|
|
10
10
|
gem.email = "dmozzherin at gmail dot com"
|
|
11
|
-
gem.homepage = "http://github.com/
|
|
11
|
+
gem.homepage = "http://github.com/GlobalNamesArchitecture/dwc-archive"
|
|
12
12
|
gem.authors = ["Dmitry Mozzherin"]
|
|
13
13
|
#gem.add_dependency "fastercsv" if RUBY_VERSION.match /^1.8/
|
|
14
14
|
gem.add_dependency 'parsley-store'
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.13
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 4
|
|
8
|
-
-
|
|
9
|
-
version: 0.4.
|
|
8
|
+
- 13
|
|
9
|
+
version: 0.4.13
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Dmitry Mozzherin
|
|
@@ -112,7 +112,7 @@ files:
|
|
|
112
112
|
- spec/spec.opts
|
|
113
113
|
- spec/spec_helper.rb
|
|
114
114
|
has_rdoc: true
|
|
115
|
-
homepage: http://github.com/
|
|
115
|
+
homepage: http://github.com/GlobalNamesArchitecture/dwc-archive
|
|
116
116
|
licenses: []
|
|
117
117
|
|
|
118
118
|
post_install_message:
|