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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e56e0be07e20c75547441183ab19f7a19dc13bc6
4
- data.tar.gz: 44741fe930dd130556e5f98cfcc525ef62a6df94
3
+ metadata.gz: 03cc218a341d1d90270d5e3a2d2c5f76505f1558
4
+ data.tar.gz: d2f0e95174be7292cffe8ea7ef8fd18d9e3c25ef
5
5
  SHA512:
6
- metadata.gz: 27c621d407c6fb5f63d537b9f7ecba8fbdcaea669d751cfe7f6f109f3ed790e0d011b389c284bd4d26845e72a07a583550a4ed4a47684b4bd478101e959c5fee
7
- data.tar.gz: c99073a0b37412d0e2f87c48d5bce173ea165f42549e8fb93934b2fb501f12d00ffc5b0a53ca7ec1d6e19f42e83cdb00c444fc2e5b0bdd8c3fb0b46ccc245fb4
6
+ metadata.gz: 08f1bffe7fd97e0b046e6fb729869fe424665cb9ac2fb04477d45087b2ab6d30f1cfda4e185d1b2f131852ae9e1775a8d51d22e5242d22fe73bda6a1a875c906
7
+ data.tar.gz: 192e7227f2180481e02a7de9f103f67b871a5a37243b94a4c80016bce3d5f53faa45612720b96ff4d03fee521b6eab686f0fb8d6fc0b130d3aef6ab8226cf900
@@ -1,3 +1,3 @@
1
1
  module Romato
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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 cooresponding 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}
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.0
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 cooresponding to
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: