wowheadr 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.
@@ -1,3 +1,3 @@
1
1
  module Wowheadr
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/wowheadr.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Brandon Tilley"]
10
10
  s.email = ["binarymuse@binarymuse.net"]
11
- s.homepage = "https://github.com/BinaryMuse/wowhead"
11
+ s.homepage = "https://github.com/BinaryMuse/wowheadr"
12
12
  s.summary = "wowheadr #{Wowheadr::VERSION}"
13
13
  s.description = "Leverage the power of Wowhead for your Ruby projects."
14
14
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brandon Tilley
@@ -42,7 +42,7 @@ files:
42
42
  - test/wowheadr/uri/rel_test.rb
43
43
  - wowheadr.gemspec
44
44
  has_rdoc: true
45
- homepage: https://github.com/BinaryMuse/wowhead
45
+ homepage: https://github.com/BinaryMuse/wowheadr
46
46
  licenses: []
47
47
 
48
48
  post_install_message:
@@ -72,7 +72,7 @@ rubyforge_project:
72
72
  rubygems_version: 1.3.7
73
73
  signing_key:
74
74
  specification_version: 3
75
- summary: wowheadr 0.0.1
75
+ summary: wowheadr 0.0.2
76
76
  test_files:
77
77
  - test/wowheadr/entity/item_test.rb
78
78
  - test/wowheadr/uri.rb