starbucks 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,22 +1,24 @@
1
- # Starbucks - Find them.
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
- ## Installation
5
+ == Installation
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
- gem 'starbucks'
9
+ gem 'starbucks'
10
10
 
11
11
  And then execute:
12
12
 
13
- $ bundle
13
+ $ bundle
14
14
 
15
15
  Or install it yourself as:
16
16
 
17
- $ gem install starbucks
17
+ $ gem install starbucks
18
18
 
19
- ## Usage
19
+ == Usage
20
+
21
+ To use:
20
22
 
21
23
  require 'starbucks'
22
24
 
data/Rakefile CHANGED
@@ -5,6 +5,6 @@ desc "Create documentation"
5
5
  RDoc::Task.new("doc") { |rdoc|
6
6
  rdoc.title = "Starbucks - Find them."
7
7
  rdoc.rdoc_dir = 'docs'
8
- rdoc.rdoc_files.include('README.md')
8
+ rdoc.rdoc_files.include('README.rdoc')
9
9
  rdoc.rdoc_files.include('lib/**/*.rb')
10
10
  }
@@ -1,3 +1,3 @@
1
1
  module Starbucks
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: starbucks
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
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.md
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: -875040050244349308
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: -875040050244349308
78
+ hash: 1699508342898785995
79
79
  segments:
80
80
  - 0
81
81
  version: "0"