ey-pro-cli 0.0.14 → 0.0.15

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: 193ca0050599be6b864307cbb796f0ee26c060ca
4
- data.tar.gz: 011504b98723d951a280228eac426a70a2717a87
3
+ metadata.gz: 2f7fa5bd9ad87d284ef0578b76eb86473af847d6
4
+ data.tar.gz: fbc5788d622d35566cc59f934737c4402f373231
5
5
  SHA512:
6
- metadata.gz: a17a7424098d840397df9d68925e0418d0ff320ca1181513be5326c8fa4848d8ddf2de764186f8c7425af76fe64ba498081ee262aa7af317a68122c054090af8
7
- data.tar.gz: 6517690d7a3f34a479c15d0224ece47823d16417a25dcb24d697c6b5c80af067918489fe3c193e5705003d001c6d3bff3c124de783cf7f5b436937a747483b40
6
+ metadata.gz: b7e8ef4b28b0f65102c3219ffe7c8bf93a40a659723da6d0a3010381ec92de03f9b1dc4c3ad2112f1bbf8904912e3da8244cbd7758887e52d89305f97fa37fe8
7
+ data.tar.gz: b745cf16d25cdf35a0ac104ff197d59ce33c2b3835a4663870f9181078c4b0ca324dbc2ad52aa73bd6420ec231c119bc5de84919d288e2839aa1426941dbe5f6
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ey-pro-cli (0.0.13)
4
+ ey-pro-cli (0.0.11)
5
5
  addressable (~> 2.2)
6
6
  cistern (~> 0.11, >= 0.11.1)
7
7
  colorize
@@ -202,7 +202,7 @@ Current Version: #{current_version.to_s}
202
202
  def core_yaml
203
203
  @core_yaml ||= YAML.load_file(self.class.core_file) || {}
204
204
  rescue Errno::ENOENT => e
205
- puts "Could not find #{self.class.core_file}, creating.".yellow
205
+ puts "Creating #{self.class.core_file}".yellow
206
206
  FileUtils.touch(self.class.core_file)
207
207
  retry
208
208
  end
@@ -1,3 +1,3 @@
1
1
  module EyProCliVersion
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ey-pro-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Engine Yard Cloud Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-03 00:00:00.000000000 Z
11
+ date: 2015-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -640,7 +640,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
640
640
  version: '0'
641
641
  requirements: []
642
642
  rubyforge_project:
643
- rubygems_version: 2.4.5
643
+ rubygems_version: 2.2.2
644
644
  signing_key:
645
645
  specification_version: 4
646
646
  summary: Command-line deployment for Engine Yard pro
@@ -654,3 +654,4 @@ test_files:
654
654
  - spec/spec_helper.rb
655
655
  - spec/support/core_helper.rb
656
656
  - spec/support/yaml_helper.rb
657
+ has_rdoc: