linode 0.7.6 → 0.7.7
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/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