yelpify 0.0.4 → 0.0.5

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/yelpify/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7854b530e7d201bd0f80e023aa1b78f70465912b
4
- data.tar.gz: 316392bdcb584fc9972ffeaf0cd3b14e41bca1d8
3
+ metadata.gz: 4ccc65cd2be0f303a79515f26d9862a61101ac39
4
+ data.tar.gz: d222c29934150c132aaac2a5afba0e0a2f4ca03d
5
5
  SHA512:
6
- metadata.gz: 9b2c1649e9ebaadad1a42e45a4f243d1ba40cb67f233fe0c33782c13bff3af5b1748372408af41791f6cb28eba0367f82a628b66e8e6f06e2a6f158d48729da7
7
- data.tar.gz: 5ad3eacf1cbe89ad7b68fbcd111a9914ba4724e3264f88a7f3cef4b9f421c3f16179cc04cdec9d2915d4fa40f38e6c9db117f320fa1d7784a447374fd91c6619
6
+ metadata.gz: 36ce7f3e6898c37f77468045a919cb8c4d1fdf59390ed5d3b52b08fee9dc479a38c2604fc1615d7f43c0a66f7d7da8178f17876c947f5b251bb5b2511811a82d
7
+ data.tar.gz: 9dbec5ce9c45c98e2cfea2fdcda12d16f9221415282411bc63664a8deda729e66772cf89538ded2bb9521cf99df3d2b047fbdb371519d045b59b5a594e11a1de
data/README.md CHANGED
@@ -55,7 +55,7 @@ All business requests can also be made using the #business method available thro
55
55
 
56
56
  ### RESPONSES
57
57
 
58
- All query responses are parsed and returned as an OpenStruct. The information within that OpenStruct is accessable to you through dot-notation. Using the example query from earlier:
58
+ All query responses are parsed and returned as an OpenStruct. The information within that OpenStruct is accessible to you through dot-notation. Using the example query from earlier:
59
59
 
60
60
  search_params = {
61
61
  location: 'austin',
@@ -1,3 +1,3 @@
1
1
  module Yelpify
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yelpify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lili Serfaty