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 +4 -4
- data/lib/smartcar/version.rb +1 -1
- data/ruby-sdk.gemspec +1 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0cbfd63412fb93df29762bcd8d7e1809efba9282414399ceeed67c62983cb43a
|
|
4
|
+
data.tar.gz: 1b27850fcee3fccde621fed15ae3a18a8ce8907a100db605e858ae7f06515c21
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bc0fc036488e193817fcbb619aef63b03ab58997787bb41d8eb0491adc650a82927d0cd2b3c9cf44eebc6e3e1ffa0ffca503cfa610befc8e5e8e40a1a2b73fde
|
|
7
|
+
data.tar.gz: ad0c515197096c789558bed15820324fcd6e4bb13e651cd7351f225084aa5f7604a1e9debf89df12567efb9b468c8d4bd796b259e9451f200a20f59a495fcf0d
|
data/lib/smartcar/version.rb
CHANGED
data/ruby-sdk.gemspec
CHANGED
|
@@ -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.
|
|
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:
|