yelpify 0.0.3 → 0.0.4

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: f0cce646e140e986fb2051b5bb0668b74857af2c
4
- data.tar.gz: f22a0720f0f76350ab364152e238c34585f830be
3
+ metadata.gz: 7854b530e7d201bd0f80e023aa1b78f70465912b
4
+ data.tar.gz: 316392bdcb584fc9972ffeaf0cd3b14e41bca1d8
5
5
  SHA512:
6
- metadata.gz: 46171d739a3691fae60855080b0385b5a9da6c06c11462fa2799ede032cdcd8bccc18467569cb7360113b8bf164f2c733236628c036b4f9fb417444bf2e88669
7
- data.tar.gz: 49dba8c025788f99cbe066b18b075b2c33483187bdb3b677aa53e0538ffe6602d55cfc3144ca3d28fc597597ea1a89cd664fbaa8aa3d9915876f06b5e9ab7a7a
6
+ metadata.gz: 9b2c1649e9ebaadad1a42e45a4f243d1ba40cb67f233fe0c33782c13bff3af5b1748372408af41791f6cb28eba0367f82a628b66e8e6f06e2a6f158d48729da7
7
+ data.tar.gz: 5ad3eacf1cbe89ad7b68fbcd111a9914ba4724e3264f88a7f3cef4b9f421c3f16179cc04cdec9d2915d4fa40f38e6c9db117f320fa1d7784a447374fd91c6619
data/README.md CHANGED
@@ -77,7 +77,7 @@ And an example using our previous business query:
77
77
 
78
78
  ## Contributing
79
79
 
80
- 1. Fork it ( https://github.com/[my-github-username]/yelpify/fork )
80
+ 1. Fork it ( https://github.com/liliserf/yelpify/fork )
81
81
  2. Create your feature branch (`git checkout -b my-new-feature`)
82
82
  3. Commit your changes (`git commit -am 'Add some feature'`)
83
83
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,3 +1,3 @@
1
1
  module Yelpify
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
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.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lili Serfaty