smartcar 1.0.0 → 1.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d9a7ac2f2c91af854e62d5c52e799ac7948e2904a4997341847fd8845ffade3
4
- data.tar.gz: 23557ce0dbd44d4df30eae96c1ad12557ebd4514e839e3ff59e16cbc120102e4
3
+ metadata.gz: 0cbfd63412fb93df29762bcd8d7e1809efba9282414399ceeed67c62983cb43a
4
+ data.tar.gz: 1b27850fcee3fccde621fed15ae3a18a8ce8907a100db605e858ae7f06515c21
5
5
  SHA512:
6
- metadata.gz: 4592facfcef32121f865d424bf57ac42e9954150d652f1b1183bea553df60f1d5e569e4bc2933cc5e188b26655f65fd1395e457ebad440a2bc5488d3b1a629d3
7
- data.tar.gz: 0ca054815ce5849735181bf513ff52bd8df81bc2732e185281b2257dd6ec0a879222187f95cfea410e7113406ff62fda4a87835f05a2991f46931df1cc4bcd65
6
+ metadata.gz: bc0fc036488e193817fcbb619aef63b03ab58997787bb41d8eb0491adc650a82927d0cd2b3c9cf44eebc6e3e1ffa0ffca503cfa610befc8e5e8e40a1a2b73fde
7
+ data.tar.gz: ad0c515197096c789558bed15820324fcd6e4bb13e651cd7351f225084aa5f7604a1e9debf89df12567efb9b468c8d4bd796b259e9451f200a20f59a495fcf0d
@@ -1,4 +1,4 @@
1
1
  module Smartcar
2
2
  # Gem current version number
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = %q{Ruby Gem to access smartcar APIs (https://smartcar.com/docs/)}
13
13
  spec.description = %q{This is a ruby gem to access the smartcar APIs. It includes the API classes and the OAuth system.}
14
14
  spec.license = "MIT"
15
+ spec.metadata = { "source_code_uri" => "https://github.com/smartcar/ruby-sdk" }
15
16
  spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
16
17
  `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smartcar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ashwin Subramanian
@@ -155,7 +155,8 @@ files:
155
155
  homepage: https://rubygems.org/gems/smartcar
156
156
  licenses:
157
157
  - MIT
158
- metadata: {}
158
+ metadata:
159
+ source_code_uri: https://github.com/smartcar/ruby-sdk
159
160
  post_install_message:
160
161
  rdoc_options: []
161
162
  require_paths: