edmunds_ruby 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.
Files changed (2) hide show
  1. metadata +2 -3
  2. data/lib/edmunds/version.rb +0 -3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: edmunds_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -70,7 +70,6 @@ files:
70
70
  - lib/edmunds_ruby.rb
71
71
  - lib/edmunds/photo.rb
72
72
  - lib/edmunds/model.rb
73
- - lib/edmunds/version.rb
74
73
  - lib/edmunds/model_year.rb
75
74
  - lib/edmunds/style.rb
76
75
  - lib/edmunds/api.rb
@@ -78,7 +77,7 @@ files:
78
77
  - MIT-LICENSE
79
78
  - Rakefile
80
79
  - README.md
81
- homepage: http://isotope11.com
80
+ homepage: https://github.com/johndavid400/edmunds_ruby
82
81
  licenses: []
83
82
  post_install_message:
84
83
  rdoc_options: []
@@ -1,3 +0,0 @@
1
- module Edmunds
2
- VERSION = "1.0.0"
3
- end