wadl 0.1.1 → 0.1.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.
Files changed (4) hide show
  1. data/README +1 -1
  2. data/lib/wadl.rb +4 -0
  3. data/lib/wadl/version.rb +1 -1
  4. metadata +2 -2
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to wadl version 0.1.1
5
+ This documentation refers to wadl version 0.1.2
6
6
 
7
7
 
8
8
  == DESCRIPTION
@@ -35,6 +35,10 @@ begin
35
35
  rescue LoadError
36
36
  end
37
37
 
38
+ class Object # :nodoc:
39
+ def instance_variable_defined?(sym); instance_eval("defined?(#{sym})"); end
40
+ end unless Object.method_defined?(:instance_variable_defined?)
41
+
38
42
  module WADL
39
43
 
40
44
  OAUTH_HEADER = 'Authorization'
@@ -4,7 +4,7 @@ module WADL
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 1
7
- TINY = 1
7
+ TINY = 2
8
8
 
9
9
  class << self
10
10
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Leonard Richardson