shards 2.2.4.pre.test → 2.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1486a7ef0de160d545393b15f763145a811c1390
4
- data.tar.gz: 4c7adccdeac007811474302ba6779541399c8dd3
3
+ metadata.gz: 57cab79fbf52c8fefe461dcc4e2c59521d325604
4
+ data.tar.gz: a6788955d900505ae52e502912288b28d77ce394
5
5
  SHA512:
6
- metadata.gz: ef87fb20e6d42ed8ffdc8de05dfd09f1a7068f0405a9ea57f4fb2e4ded1a46a7a68c9500ae1464f34049a81b9f253cae80077df1b4c330bc532d3ffb52ea991d
7
- data.tar.gz: 0eac32267ddb7f6b3123097aee812190b98c99e888039d5ce5a6fa80ca6764edff21c809c4d43a46cd6a628c367e8e96b7e723dea04aae1fd06d3b208ac7df4f
6
+ metadata.gz: e74f777587d0ca6610485e18b8c261c7248adab3d9351c2ad48a7ef32bacb275a82d2eb68687fd8cdb481f833e6cb673df8d57aa60fa60a51ac4a6dae2c1a7cd
7
+ data.tar.gz: 8cf635d1014b94d816079bab1aa50ccb5de10d5ced21d8670827a1d75a223c6b4a77c5bc93324a007555c5f3f9d3bebb81b4ef9c9bf1e295d38076a807ecdee8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- shards (2.2.4.pre.test)
4
+ shards (2.2.5)
5
5
  aws-sdk-ec2 (~> 1.48)
6
6
  aws-sdk-elasticloadbalancing (~> 1.5)
7
7
  aws-sdk-elasticloadbalancingv2 (~> 1.14)
@@ -1,3 +1,3 @@
1
1
  module Shards
2
- VERSION = "2.2.4-test"
2
+ VERSION = "2.2.5"
3
3
  end
@@ -67,18 +67,10 @@ module Shards
67
67
 
68
68
  output_message "Database:\t #{database_to_drop}"
69
69
  output_message "Host: \t #{host}"
70
- output_message "Do you want to delete the above database? (y) to confirm, another string to not."
71
-
72
- answer=$stdin.gets
73
-
74
- if answer.chomp.downcase=='y'
75
- output_message "DELETING database #{database_to_drop} in #{host}"
76
- db.server=host
77
- db.drop
78
- else
79
- output_message "KEEP database #{database_to_drop} in #{host}"
80
- end
81
- output_message "-" * 50
70
+ output_message "DELETING database #{database_to_drop} in #{host}"
71
+ db.server=host
72
+ db.drop
73
+
82
74
  end
83
75
 
84
76
  raise_wrong_text database_to_drop if db.exist? database_to_drop
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shards
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.4.pre.test
4
+ version: 2.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Diego PL
@@ -297,9 +297,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
297
297
  version: '0'
298
298
  required_rubygems_version: !ruby/object:Gem::Requirement
299
299
  requirements:
300
- - - ">"
300
+ - - ">="
301
301
  - !ruby/object:Gem::Version
302
- version: 1.3.1
302
+ version: '0'
303
303
  requirements: []
304
304
  rubyforge_project:
305
305
  rubygems_version: 2.6.14