edmunds_ruby 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
File without changes
File without changes
File without changes
File without changes
File without changes
data/lib/edmunds_ruby.rb CHANGED
@@ -1,2 +1,5 @@
1
1
  module EdmundsRuby
2
+
3
+ include EdmundsAPI
4
+
2
5
  end
File without changes
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: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -66,13 +66,13 @@ executables: []
66
66
  extensions: []
67
67
  extra_rdoc_files: []
68
68
  files:
69
- - app/models/edmunds_makes.rb
70
- - app/models/edmunds_styles.rb
71
- - app/models/edmunds_images.rb
72
- - app/models/edmunds_models.rb
73
- - app/models/edmunds_model_years.rb
74
- - app/models/edmunds_api.rb
69
+ - lib/edmunds_makes.rb
70
+ - lib/edmunds_styles.rb
75
71
  - lib/tasks/edmunds_ruby_tasks.rake
72
+ - lib/edmunds_images.rb
73
+ - lib/edmunds_models.rb
74
+ - lib/edmunds_model_years.rb
75
+ - lib/edmunds_api.rb
76
76
  - lib/edmunds_ruby/version.rb
77
77
  - lib/edmunds_ruby.rb
78
78
  - MIT-LICENSE