bbcloud 0.12.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- data/bbcloud.gemspec +6 -0
- data/lib/bbcloud/version.rb +1 -1
- metadata +18 -9
data/bbcloud.gemspec
CHANGED
@@ -18,6 +18,12 @@ Gem::Specification.new do |s|
|
|
18
18
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
19
19
|
s.require_paths = ["lib"]
|
20
20
|
|
21
|
+
s.post_install_message = %q{
|
22
|
+
********** You are running/updating deprecated bbcloud gem ***********************
|
23
|
+
To get the updated version, please run gem install brightbox-cli
|
24
|
+
**********************************************************************************
|
25
|
+
}
|
26
|
+
|
21
27
|
s.add_dependency 'json', '~> 1.5.3'
|
22
28
|
s.add_dependency 'hirb', '0.3.5'
|
23
29
|
s.add_dependency 'formatador', '~> 0.1.4'
|
data/lib/bbcloud/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bbcloud
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 43
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
8
|
+
- 13
|
9
9
|
- 0
|
10
|
-
version: 0.
|
10
|
+
version: 0.13.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- John Leach
|
@@ -15,7 +15,8 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
18
|
+
date: 2011-09-20 00:00:00 +05:30
|
19
|
+
default_executable:
|
19
20
|
dependencies:
|
20
21
|
- !ruby/object:Gem::Dependency
|
21
22
|
name: json
|
@@ -304,10 +305,16 @@ files:
|
|
304
305
|
- spec/spec_helper.rb
|
305
306
|
- spec/support/common_helpers.rb
|
306
307
|
- tools/bash_completion_script
|
308
|
+
has_rdoc: true
|
307
309
|
homepage: http://docs.brightbox.com/cli
|
308
310
|
licenses: []
|
309
311
|
|
310
|
-
post_install_message:
|
312
|
+
post_install_message: |
|
313
|
+
|
314
|
+
********** You are running/updating deprecated bbcloud gem ***********************
|
315
|
+
To get the updated version, please run gem install brightbox-cli
|
316
|
+
**********************************************************************************
|
317
|
+
|
311
318
|
rdoc_options: []
|
312
319
|
|
313
320
|
require_paths:
|
@@ -333,10 +340,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
333
340
|
requirements: []
|
334
341
|
|
335
342
|
rubyforge_project: bbcloud
|
336
|
-
rubygems_version: 1.
|
343
|
+
rubygems_version: 1.5.2
|
337
344
|
signing_key:
|
338
345
|
specification_version: 3
|
339
346
|
summary: The Brightbox cloud management system
|
340
|
-
test_files:
|
341
|
-
|
342
|
-
|
347
|
+
test_files:
|
348
|
+
- spec/fixtures/vcr_cassettes/server_list.yml
|
349
|
+
- spec/servers_spec.rb
|
350
|
+
- spec/spec_helper.rb
|
351
|
+
- spec/support/common_helpers.rb
|