biblesearch-api 1.0.1 → 1.0.3

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/HISTORY.md CHANGED
@@ -1,3 +1,3 @@
1
- 1.0.1 - Client now uses version 2 of the API, all calls now mostly uniform.
1
+ 1.0.3 - Client now uses version 2 of the API, all calls now mostly uniform.
2
2
  0.0.2 - #versions and #verses now always respond in the plural, tested
3
3
  0.0.1 - Basic functionality, no tests
@@ -3,7 +3,7 @@ require File.expand_path('../lib/biblesearch-api/client_version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Bryce Allison"]
6
- gem.email = ["bryceallison@gmail.com"]
6
+ gem.email = ["support@bibles.org"]
7
7
  gem.description = %q{Wrapper for the American Bible Society Bible Search API}
8
8
  gem.summary = %q{Wrapper for the American Bible Society Bible Search API}
9
9
  gem.homepage = "http://bibles.org"
@@ -1,3 +1,3 @@
1
1
  class BibleSearch
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: biblesearch-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -125,7 +125,7 @@ dependencies:
125
125
  version: 0.9.2.2
126
126
  description: Wrapper for the American Bible Society Bible Search API
127
127
  email:
128
- - bryceallison@gmail.com
128
+ - support@bibles.org
129
129
  executables: []
130
130
  extensions: []
131
131
  extra_rdoc_files: []
@@ -168,21 +168,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
168
168
  - - ! '>='
169
169
  - !ruby/object:Gem::Version
170
170
  version: '0'
171
- segments:
172
- - 0
173
- hash: 3391154452011677721
174
171
  required_rubygems_version: !ruby/object:Gem::Requirement
175
172
  none: false
176
173
  requirements:
177
174
  - - ! '>='
178
175
  - !ruby/object:Gem::Version
179
176
  version: '0'
180
- segments:
181
- - 0
182
- hash: 3391154452011677721
183
177
  requirements: []
184
178
  rubyforge_project:
185
- rubygems_version: 1.8.25
179
+ rubygems_version: 1.8.23
186
180
  signing_key:
187
181
  specification_version: 3
188
182
  summary: Wrapper for the American Bible Society Bible Search API