cloudflock 0.4.0 → 0.4.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.
data/bin/{flock → cloudflock}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -31,7 +31,7 @@ module CloudFlock::Interface::CLI::Console extend self
|
|
|
31
31
|
acceptable = false
|
|
32
32
|
until acceptable
|
|
33
33
|
printf("%s %s> ", question, default_display)
|
|
34
|
-
answer = readline.strip
|
|
34
|
+
answer = $stdin.readline.strip
|
|
35
35
|
|
|
36
36
|
if answer.empty? && allow_empty
|
|
37
37
|
acceptable = true
|
data/lib/cloudflock/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cloudflock
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
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: 2013-04-
|
|
12
|
+
date: 2013-04-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: fog
|
|
@@ -62,9 +62,9 @@ dependencies:
|
|
|
62
62
|
description: CloudFlock is a library and toolchain focused on migration
|
|
63
63
|
email: chris@chriswuest.com
|
|
64
64
|
executables:
|
|
65
|
-
-
|
|
66
|
-
-
|
|
67
|
-
-
|
|
65
|
+
- cloudflock
|
|
66
|
+
- cloudflock-profile
|
|
67
|
+
- cloudflock-servers
|
|
68
68
|
extensions: []
|
|
69
69
|
extra_rdoc_files: []
|
|
70
70
|
files:
|
|
@@ -96,10 +96,10 @@ files:
|
|
|
96
96
|
- lib/cloudflock/target/servers/platform/v2.rb
|
|
97
97
|
- lib/cloudflock/target/servers/profile.rb
|
|
98
98
|
- lib/cloudflock/version.rb
|
|
99
|
-
- bin/
|
|
100
|
-
- bin/
|
|
101
|
-
- bin/
|
|
102
|
-
- bin/
|
|
99
|
+
- bin/cloudflock
|
|
100
|
+
- bin/cloudflock-profile
|
|
101
|
+
- bin/cloudflock-servers
|
|
102
|
+
- bin/cloudflock.default
|
|
103
103
|
homepage: http://github.com/cwuest/cloudflock
|
|
104
104
|
licenses:
|
|
105
105
|
- Apache 2.0
|