comic_vine 0.0.1 → 0.0.2

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.
data/comic_vine.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = "jakanapes@gmail.com"
7
7
  gem.description = %q{Simple api interface to Comic Vine. Allows for searches and returning specific information on resources.}
8
8
  gem.summary = %q{Interface to ComicVine API}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/Jakanapes/ComicVine"
10
10
 
11
11
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
12
12
  gem.files = `git ls-files`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module ComicVine
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comic_vine
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:
@@ -13,7 +13,7 @@ date: 2012-04-09 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
16
- requirement: &70163194218340 !ruby/object:Gem::Requirement
16
+ requirement: &70362725400000 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70163194218340
24
+ version_requirements: *70362725400000
25
25
  description: Simple api interface to Comic Vine. Allows for searches and returning
26
26
  specific information on resources.
27
27
  email: jakanapes@gmail.com
@@ -40,7 +40,7 @@ files:
40
40
  - lib/generators/comic_vine/install/install_generator.rb
41
41
  - lib/generators/comic_vine/install/templates/cv_key.yml
42
42
  - lib/generators/comic_vine/install/templates/initializer.rb
43
- homepage: ''
43
+ homepage: https://github.com/Jakanapes/ComicVine
44
44
  licenses: []
45
45
  post_install_message:
46
46
  rdoc_options: []