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.
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
@@ -1,3 +1,3 @@
1
1
  module CloudFlock
2
- VERSION = '0.4.0'
2
+ VERSION = '0.4.1'
3
3
  end
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.0
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-08 00:00:00.000000000 Z
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
- - flock
66
- - flock-profile
67
- - flock-servers
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/flock
100
- - bin/flock-profile
101
- - bin/flock-servers
102
- - bin/flock.default
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