uber_api 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f7637e27b2bb492fe35a9755020c7b9bd5739c78
4
- data.tar.gz: bca73afa0f5e9cb3da91bd48fd138304ebf74675
3
+ metadata.gz: c8cf23aa95764123f2a26545afa211fed967b6b1
4
+ data.tar.gz: 8de8aa33e3b7b807c881c6efcdf284a185fb00ad
5
5
  SHA512:
6
- metadata.gz: 461ebb7714cdddca8ea58874674daa4ff7c17d53adc5c412e9a82ea4fa37d34aa497733f25a930bc1159f5d12e00e0431067211507165a85eb44a2633ceee42d
7
- data.tar.gz: a588c111f94f810d1c4d694d9834a703da536ebe500491a26e677e3c1f126d25182ac3208dba66239eba8ba6db4f649a462eaace171781b566f0d59d077a9ca3
6
+ metadata.gz: 61343d962aac44c7873d98b76b8dd360ee6928aceb2ef20aa6a1aa93752ee3941cf53536f7d020ad4b8c48a9d6bdd29273406902d10629996b2d4513b1204ba7
7
+ data.tar.gz: a4e3be2d759faa156d5ced0c27b97b1e20da9e28044d1673f463aa224c05459b082764b0cb6c833cd09289171a04d6cf7a72b08829c41ad6a6c3e12bc5383111
data/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # UberApi
2
- Not completely functional yet! Still integrating OAuth for user endpoints along with modularization + documentation of code to follow
3
- tomorrow.
4
-
2
+ Ruby wrapper for the Uber API.
5
3
 
6
4
  ## Installation
7
5
 
@@ -1,3 +1,3 @@
1
1
  module UberApi
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["abhijeetkalyan@gmail.com"]
11
11
  spec.summary = %q{Ruby client for the Uber API.}
12
12
  spec.description = %q{Ruby client for the Uber API. Supports all endpoints, but please read the oauth_example on Github for how to generate bearer tokens}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/abhijeetkalyan/uber_api"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uber_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Abhijeet Kalyan
@@ -55,7 +55,7 @@ files:
55
55
  - lib/uber_api/client.rb
56
56
  - lib/uber_api/version.rb
57
57
  - uber_api.gemspec
58
- homepage: ''
58
+ homepage: https://github.com/abhijeetkalyan/uber_api
59
59
  licenses:
60
60
  - MIT
61
61
  metadata: {}