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 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/pford/DPLibrary'
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
@@ -45,6 +45,7 @@ the most sense.
45
45
 
46
46
  ## ToDo's
47
47
  * Write Tests
48
+ * Create fixtures for tests
48
49
  * Write up usage documentation
49
50
  * Dry up lib files
50
51
 
@@ -1,3 +1,3 @@
1
1
  module DPLibrary
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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/pford/DPLibrary
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: 1547178292703935714
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: 1547178292703935714
193
+ hash: -1346765738714870131
194
194
  requirements: []
195
195
  rubyforge_project:
196
196
  rubygems_version: 1.8.24