cyoi 0.4.1 → 0.4.2

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/ChangeLog.md CHANGED
@@ -5,7 +5,7 @@ Cyoi (choose-your-own-infrastructure) is a library to ask an end-user to choose
5
5
  ## v0.4
6
6
 
7
7
  * switch to using readwritesettings instead of fork of settingslogic
8
- * clean all highline values before setting (v0.4.1)
8
+ * clean all highline values before setting (v0.4.1 & v0.4.2)
9
9
 
10
10
  ## v0.3
11
11
 
@@ -21,7 +21,7 @@ class Cyoi::Cli::Providers::ProviderCliOpenStack < Cyoi::Cli::Providers::Provide
21
21
 
22
22
  def choose_region
23
23
  puts "\n"
24
- attributes["region"] = hl.ask("OpenStack Region (optional): ")
24
+ attributes["region"] = hl.ask("OpenStack Region (optional): ").to_s
25
25
  end
26
26
 
27
27
  def valid_infrastructure?
data/lib/cyoi/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Cyoi
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cyoi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -192,7 +192,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
192
192
  version: '0'
193
193
  segments:
194
194
  - 0
195
- hash: -1003985109832984183
195
+ hash: -4128619338422380975
196
196
  required_rubygems_version: !ruby/object:Gem::Requirement
197
197
  none: false
198
198
  requirements:
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
201
201
  version: '0'
202
202
  segments:
203
203
  - 0
204
- hash: -1003985109832984183
204
+ hash: -4128619338422380975
205
205
  requirements: []
206
206
  rubyforge_project:
207
207
  rubygems_version: 1.8.25