DPLibrary 0.0.1 → 0.0.2
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/DPLibrary.gemspec +1 -1
- data/README.md +1 -0
- data/lib/DPLibrary/version.rb +1 -1
- metadata +4 -4
data/DPLibrary.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ['phereford@gmail.com']
|
|
11
11
|
spec.description = %q{Ruby API wrapper for the Digital Public Library of America API}
|
|
12
12
|
spec.summary = %q{A ruby gem that is an API wrapper for the DPLA}
|
|
13
|
-
spec.homepage = 'http://github.com/
|
|
13
|
+
spec.homepage = 'http://github.com/phereford/DPLibrary'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
data/README.md
CHANGED
data/lib/DPLibrary/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: DPLibrary
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -166,7 +166,7 @@ files:
|
|
|
166
166
|
- spec/DPLibrary/item_spec.rb
|
|
167
167
|
- spec/cassettes/DPLibrary_Item/_new/.yml
|
|
168
168
|
- spec/spec_helper.rb
|
|
169
|
-
homepage: http://github.com/
|
|
169
|
+
homepage: http://github.com/phereford/DPLibrary
|
|
170
170
|
licenses:
|
|
171
171
|
- MIT
|
|
172
172
|
post_install_message:
|
|
@@ -181,7 +181,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
181
181
|
version: '0'
|
|
182
182
|
segments:
|
|
183
183
|
- 0
|
|
184
|
-
hash:
|
|
184
|
+
hash: -1346765738714870131
|
|
185
185
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
186
186
|
none: false
|
|
187
187
|
requirements:
|
|
@@ -190,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
190
190
|
version: '0'
|
|
191
191
|
segments:
|
|
192
192
|
- 0
|
|
193
|
-
hash:
|
|
193
|
+
hash: -1346765738714870131
|
|
194
194
|
requirements: []
|
|
195
195
|
rubyforge_project:
|
|
196
196
|
rubygems_version: 1.8.24
|