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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/yelpify/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ccc65cd2be0f303a79515f26d9862a61101ac39
|
4
|
+
data.tar.gz: d222c29934150c132aaac2a5afba0e0a2f4ca03d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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',
|
data/lib/yelpify/version.rb
CHANGED