edmunds_api 0.1.0 → 0.1.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
  SHA1:
3
- metadata.gz: 38ef22ebe088587aae7b6b5dfd427a35856d0635
4
- data.tar.gz: 798d1baabef4bac00aa4008dc300e37653f455cf
3
+ metadata.gz: e1f1432cd9de55e9560707107f713b83f3ef2729
4
+ data.tar.gz: 0ec20f955bf1899bb1fa71d1602f94bcaa078971
5
5
  SHA512:
6
- metadata.gz: 668cfd88b25687e1c89797df93841c1cab3cc0d1c223a8ffc07e28df97fc3373b28c4a94c19a71261d035155ff4851919cf86f8a1b7228449fc7d959709f8039
7
- data.tar.gz: 7265458a80f33fab16838995e316db007e092d4124e3861ea22ceb6b4e35631a32464b16130d7304c5428517e4b0b2b830950a527a21cb9a7c7d31388e6b410d
6
+ metadata.gz: ca262ae3960b8363f15cf409572ca10f795401f2771ed65671bf4b0b1fb3ab0a01545443f4d0d2d0f42750fc52f3e03c243e016e1b2f3e9c0ad5af4c2d724c65
7
+ data.tar.gz: 777ab9a2d164ba6d3d25eda937f4ded7f8d52733abc02b1765ae065c0e3072d6493ffbdea865dbba1c1562eb69b276efec020ff29ab25d902d691f6cf76afb9d
data/README.md CHANGED
@@ -7,7 +7,7 @@ Edmunds Api ruby client.
7
7
  Add this line to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
- gem 'edmunds-api-ruby', '~> 0.1.0'
10
+ gem 'edmunds_api', '~> 0.1.0'
11
11
  ```
12
12
 
13
13
  And then execute:
@@ -16,7 +16,7 @@ And then execute:
16
16
 
17
17
  Or install it yourself as:
18
18
 
19
- $ gem install edmunds-api-ruby
19
+ $ gem install edmunds_api
20
20
 
21
21
  ## Usage
22
22
  Add api_key in initializer:
@@ -1,3 +1,3 @@
1
1
  module Edmunds
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: edmunds_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Belyaev
@@ -110,7 +110,6 @@ files:
110
110
  - bin/console
111
111
  - bin/setup
112
112
  - edmunds_api.gemspec
113
- - lib/edmunds.rb
114
113
  - lib/edmunds/api.rb
115
114
  - lib/edmunds/configuration.rb
116
115
  - lib/edmunds/error.rb
@@ -131,6 +130,7 @@ files:
131
130
  - lib/edmunds/vehicle/transmissions.rb
132
131
  - lib/edmunds/vehicle/vin.rb
133
132
  - lib/edmunds/version.rb
133
+ - lib/edmunds_api.rb
134
134
  homepage: https://github.com/webstreak/edmunds-api-ruby
135
135
  licenses:
136
136
  - MIT