starbucks 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/{README.md → README.rdoc} +8 -6
- data/Rakefile +1 -1
- data/lib/starbucks/version.rb +1 -1
- metadata +4 -4
data/{README.md → README.rdoc}
RENAMED
@@ -1,22 +1,24 @@
|
|
1
|
-
|
1
|
+
= Starbucks - Find them.
|
2
2
|
|
3
3
|
This gem allows you to find the nearest Starbucks from a lat/lon. This gem may stop functioning at any time without warning because the API that it uses is not published or public. Please see the LICENSE.txt file for more information.
|
4
4
|
|
5
|
-
|
5
|
+
== Installation
|
6
6
|
|
7
7
|
Add this line to your application's Gemfile:
|
8
8
|
|
9
|
-
|
9
|
+
gem 'starbucks'
|
10
10
|
|
11
11
|
And then execute:
|
12
12
|
|
13
|
-
|
13
|
+
$ bundle
|
14
14
|
|
15
15
|
Or install it yourself as:
|
16
16
|
|
17
|
-
|
17
|
+
$ gem install starbucks
|
18
18
|
|
19
|
-
|
19
|
+
== Usage
|
20
|
+
|
21
|
+
To use:
|
20
22
|
|
21
23
|
require 'starbucks'
|
22
24
|
|
data/Rakefile
CHANGED
data/lib/starbucks/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: starbucks
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Brian Muller
|
@@ -47,7 +47,7 @@ files:
|
|
47
47
|
- .gitignore
|
48
48
|
- Gemfile
|
49
49
|
- LICENSE.txt
|
50
|
-
- README.
|
50
|
+
- README.rdoc
|
51
51
|
- Rakefile
|
52
52
|
- lib/starbucks.rb
|
53
53
|
- lib/starbucks/result.rb
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
67
67
|
- - ">="
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
hash:
|
69
|
+
hash: 1699508342898785995
|
70
70
|
segments:
|
71
71
|
- 0
|
72
72
|
version: "0"
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
requirements:
|
76
76
|
- - ">="
|
77
77
|
- !ruby/object:Gem::Version
|
78
|
-
hash:
|
78
|
+
hash: 1699508342898785995
|
79
79
|
segments:
|
80
80
|
- 0
|
81
81
|
version: "0"
|