gandi 2.0.3 → 2.0.4

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 (2) hide show
  1. data/lib/gandi.rb +1 -1
  2. metadata +4 -4
data/lib/gandi.rb CHANGED
@@ -11,7 +11,7 @@ require 'gandi/errors'
11
11
  module Gandi
12
12
  VERSION = '2.0.2'
13
13
 
14
- def silence_warnings
14
+ def self.silence_warnings
15
15
  old_verbose, $VERBOSE = $VERBOSE, nil
16
16
  yield
17
17
  ensure
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gandi
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-10 00:00:00.000000000 Z
12
+ date: 2012-06-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: hashie
@@ -27,7 +27,7 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '0'
30
- description: Wrapper around gandi xml-rpc API
30
+ description: Wrapper around gandi xml-rpc API v3
31
31
  email:
32
32
  executables: []
33
33
  extensions: []
@@ -60,5 +60,5 @@ rubyforge_project:
60
60
  rubygems_version: 1.8.23
61
61
  signing_key:
62
62
  specification_version: 3
63
- summary: Gandi XML RPC API v2.0
63
+ summary: Gandi XML RPC API v3
64
64
  test_files: []