edamam-ruby 0.1.4 → 0.1.6
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2273ec49c3840265def0a3d22b1a728be55fb369
|
4
|
+
data.tar.gz: 4cc148824fc62934a8d739dc0bbe1fdaa4522596
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d981632ed13ec57a6fbc7094dbd25d6fe69e269660d04d3cc76f70e6e7c6de3035300a4bd3f7ecdac130df97593550ef8a68ae645afed0ab02d95c20c555f151
|
7
|
+
data.tar.gz: b81c91f475b802f7ccb71d051d187315afc449ab259acd10d007793a3f713fd1ca1ed8be6e33941bc5c164a0d201ff42dc75b21dd50eb5fe097d98d3446c1195
|
File without changes
|
File without changes
|
File without changes
|
data/lib/edamam-ruby/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: edamam-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Olalekan Eyiowuawi
|
@@ -105,11 +105,11 @@ files:
|
|
105
105
|
- bin/setup
|
106
106
|
- edamam-ruby.gemspec
|
107
107
|
- lib/edamam-ruby.rb
|
108
|
-
- lib/edamam-ruby/Utils/api.rb
|
109
|
-
- lib/edamam-ruby/Utils/connection.rb
|
110
|
-
- lib/edamam-ruby/Utils/errors.rb
|
111
108
|
- lib/edamam-ruby/client.rb
|
112
109
|
- lib/edamam-ruby/food_database.rb
|
110
|
+
- lib/edamam-ruby/utils/api.rb
|
111
|
+
- lib/edamam-ruby/utils/connection.rb
|
112
|
+
- lib/edamam-ruby/utils/errors.rb
|
113
113
|
- lib/edamam-ruby/version.rb
|
114
114
|
homepage: https://github.com/gobble/edamam-ruby
|
115
115
|
licenses: []
|