wowheadr 0.0.5 → 0.0.6
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/lib/wowheadr/uri/rel.rb +0 -6
- data/lib/wowheadr/version.rb +1 -1
- metadata +3 -3
data/lib/wowheadr/uri/rel.rb
CHANGED
|
@@ -37,12 +37,6 @@ module Wowheadr
|
|
|
37
37
|
end.join "&"
|
|
38
38
|
end
|
|
39
39
|
|
|
40
|
-
def self.method_missing(method_sym, *args, &block)
|
|
41
|
-
if self.respond_to? method_sym
|
|
42
|
-
self.call method_sym, args, block
|
|
43
|
-
end
|
|
44
|
-
end
|
|
45
|
-
|
|
46
40
|
protected
|
|
47
41
|
|
|
48
42
|
# Protected self.new to keep from being instantiated
|
data/lib/wowheadr/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 6
|
|
9
|
+
version: 0.0.6
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Brandon Tilley
|
|
@@ -75,7 +75,7 @@ rubyforge_project:
|
|
|
75
75
|
rubygems_version: 1.3.7
|
|
76
76
|
signing_key:
|
|
77
77
|
specification_version: 3
|
|
78
|
-
summary: wowheadr 0.0.
|
|
78
|
+
summary: wowheadr 0.0.6
|
|
79
79
|
test_files:
|
|
80
80
|
- test/wowheadr/entity/item_test.rb
|
|
81
81
|
- test/wowheadr/entity/spell_test.rb
|