linode 0.7.6 → 0.7.7
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +5 -0
- data/README +1 -0
- data/VERSION +1 -1
- data/lib/linode/linode/ip.rb +1 -1
- data/linode.gemspec +1 -1
- data/spec/linode/linode/ip_spec.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
data/README
CHANGED
@@ -145,3 +145,4 @@ CREDITS:
|
|
145
145
|
- Thanks to Aaron Hamid for updates for RSpec 2 and work on user.getapikey + username/password initialization.
|
146
146
|
- Thanks to Musfuut (github: musfuut) for diagnosing and recommending a fix for OpenStruct and 'type' data members in Linode returned results.
|
147
147
|
- Thanks to mihaibirsan (github: mihaibirsan) for diagnosing a problem with dependencies on the 'crack' library.
|
148
|
+
- Thanks to Adam Durana (github: durana) for adding support for linode.ip.addprivate.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.7.
|
1
|
+
0.7.7
|
data/lib/linode/linode/ip.rb
CHANGED
data/linode.gemspec
CHANGED
metadata
CHANGED