cloudbees 0.1.5 → 0.1.6

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.
Files changed (3) hide show
  1. data/bin/cloudbees +1 -1
  2. data/lib/cloudbees/version.rb +1 -1
  3. metadata +3 -3
data/bin/cloudbees CHANGED
@@ -119,7 +119,7 @@ end
119
119
 
120
120
  def delete
121
121
  puts "Please enter the app id that you want to delete:"
122
- app_id = gets
122
+ app_id = STDIN.gets
123
123
  system("bees app:delete -a #{app_id}")
124
124
  end
125
125
 
@@ -1,5 +1,5 @@
1
1
  module NAME
2
2
 
3
- VERSION = "0.1.5".freeze
3
+ VERSION = "0.1.6".freeze
4
4
 
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudbees
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 5
10
- version: 0.1.5
9
+ - 6
10
+ version: 0.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Michael Neale