romato 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/lib/romato/version.rb +1 -1
- data/romato.gemspec +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: 03cc218a341d1d90270d5e3a2d2c5f76505f1558
|
|
4
|
+
data.tar.gz: d2f0e95174be7292cffe8ea7ef8fd18d9e3c25ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 08f1bffe7fd97e0b046e6fb729869fe424665cb9ac2fb04477d45087b2ab6d30f1cfda4e185d1b2f131852ae9e1775a8d51d22e5242d22fe73bda6a1a875c906
|
|
7
|
+
data.tar.gz: 192e7227f2180481e02a7de9f103f67b871a5a37243b94a4c80016bce3d5f53faa45612720b96ff4d03fee521b6eab686f0fb8d6fc0b130d3aef6ab8226cf900
|
data/lib/romato/version.rb
CHANGED
data/romato.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["kyleannen@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Romato is an API wrapper for Zomato API v2.1.}
|
|
13
|
-
spec.description = %q{Romato provides a class, Zomato, which has methods
|
|
13
|
+
spec.description = %q{Romato provides a class, Zomato, which has methods corresponding to each API class provided under the Zomato API documentation. Please read through the Zomato API terms of use: https://www.zomato.com/api_policy}
|
|
14
14
|
spec.homepage = "http://www.github.com/kyle-annen/romato"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: romato
|
|
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
|
- Kyle Annen
|
|
@@ -122,7 +122,7 @@ dependencies:
|
|
|
122
122
|
- - "~>"
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '3.0'
|
|
125
|
-
description: 'Romato provides a class, Zomato, which has methods
|
|
125
|
+
description: 'Romato provides a class, Zomato, which has methods corresponding to
|
|
126
126
|
each API class provided under the Zomato API documentation. Please read through
|
|
127
127
|
the Zomato API terms of use: https://www.zomato.com/api_policy'
|
|
128
128
|
email:
|