yelpme 0.0.1 → 0.0.2

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. data/README.md +5 -8
  2. data/lib/yelpme/version.rb +1 -1
  3. data/yelpme.gemspec +3 -0
  4. metadata +20 -5
data/README.md CHANGED
@@ -1,12 +1,5 @@
1
1
  #Yelpme so I don't have to.
2
2
 
3
- ##WHOOPS
4
- So this gem is a work in progress, clearly. That being said, the maintainer of the yelp2 gem has not
5
- released to rubygems.org and so my require statement is basically going to fail for you.
6
-
7
- So if you're really anxious and dont want to wait for him, clone the yelp2 repo and run `rake install` and:
8
- :star: :star: star: You'll be good to go. :star: :star: :star:
9
-
10
3
  ##What
11
4
  Yelpme uses the [yelp2](https://github.com/rdeshpande/yelp2) Ruby wrapper by [rdeshpande](https://github.com/rdeshpande)
12
5
  to be used on the command line.
@@ -26,6 +19,10 @@ fuck that. As I said I'm lazy.
26
19
 
27
20
  Works just like you would expect from the web interface!
28
21
 
22
+ **NOTE**: if your location has more than one word in it (ie, San Francisco, Palo Alto, Potrero Hill),
23
+ make sure to surround it with quotes.
24
+
25
+
29
26
  ##Who
30
27
  You, and me baby.
31
28
 
@@ -33,5 +30,5 @@ I'd love pull requests, issues filed for new feature request, moar tests,
33
30
  etc!
34
31
 
35
32
 
36
- ##Me :heart:
33
+ ##Me <3
37
34
  I'm [brntbeer](https://github.com/brntbeer) and I approve this message
@@ -1,3 +1,3 @@
1
1
  module Yelpme
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/yelpme.gemspec CHANGED
@@ -17,4 +17,7 @@ Gem::Specification.new do |s|
17
17
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
18
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
19
  s.require_paths = ["lib"]
20
+
21
+ s.add_dependency('yelp2', '>= 0.0.3')
22
+
20
23
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yelpme
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - brntbeer
@@ -17,8 +17,23 @@ cert_chain: []
17
17
 
18
18
  date: 2011-09-13 00:00:00 -07:00
19
19
  default_executable:
20
- dependencies: []
21
-
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: yelp2
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 25
30
+ segments:
31
+ - 0
32
+ - 0
33
+ - 3
34
+ version: 0.0.3
35
+ type: :runtime
36
+ version_requirements: *id001
22
37
  description: Yelpme is used to utilize Yelp's API from the command line using the already existing yelp2 gem.
23
38
  email:
24
39
  - brent.beer@gmail.com