eol 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.
- checksums.yaml +4 -4
- data/eol.gemspec +1 -1
- data/lib/eol/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d55534d71570e95bc81b6624f7e4a19bc2a4cab
|
|
4
|
+
data.tar.gz: 617ccb538e8754a1a03d1b4b7089a4162ee26ba7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 79c2270a746524218b9d045dc3e1d30b03c87771f592ae5133e2eb6ddb58fbce609e17aea9a0728ec2a543b30e237c2d99aa6206c6fc2d6ee98782e8c5a6ba4b
|
|
7
|
+
data.tar.gz: f233ea0f06166ab670ee1f72f480c6efb747ef7beea97390412a61dc45d89f74d1e2e7a4cc620e8a7dd238a6e7920d96a7d1dc263befea8b27e57da327541a49
|
data/eol.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
|
|
12
12
|
spec.summary = "A comprehensive Encyclopedia of Life API wrapper"
|
|
13
13
|
spec.description = "A wrapper for the Encyclopedia of Life API. It provides simple methods to call all of the available EOL API endpoints."
|
|
14
|
-
spec.homepage = "http://github.com/itroman/eol
|
|
14
|
+
spec.homepage = "http://github.com/itroman/eol"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
17
17
|
spec.required_ruby_version = '>= 2.0.0'
|
data/lib/eol/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eol
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rob Roman
|
|
@@ -165,7 +165,7 @@ files:
|
|
|
165
165
|
- lib/eol/search.rb
|
|
166
166
|
- lib/eol/search_by_provider.rb
|
|
167
167
|
- lib/eol/version.rb
|
|
168
|
-
homepage: http://github.com/itroman/eol
|
|
168
|
+
homepage: http://github.com/itroman/eol
|
|
169
169
|
licenses:
|
|
170
170
|
- MIT
|
|
171
171
|
metadata: {}
|