brightbox-cli 0.14.0 → 0.14.1

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.
@@ -53,11 +53,11 @@ module Fog
53
53
 
54
54
  def reset_ftp_password
55
55
  requires :identity
56
- connection.reset_ftp_password_account(identity)["library_ftp_password"]
56
+ connection.reset_ftp_password_account["library_ftp_password"]
57
57
  end
58
58
 
59
59
  end
60
60
 
61
61
  end
62
62
  end
63
- end
63
+ end
@@ -1,3 +1,3 @@
1
1
  module Brightbox
2
- VERSION = "0.14.0" unless defined?(Brightbox::VERSION)
2
+ VERSION = "0.14.1" unless defined?(Brightbox::VERSION)
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brightbox-cli
3
3
  version: !ruby/object:Gem::Version
4
- hash: 39
4
+ hash: 37
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 14
9
- - 0
10
- version: 0.14.0
9
+ - 1
10
+ version: 0.14.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - John Leach
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-10 00:00:00 Z
18
+ date: 2011-10-13 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: json