engineyard 3.2.3 → 3.2.4

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.
@@ -1,4 +1,4 @@
1
1
  module EY
2
- VERSION = '3.2.3'
2
+ VERSION = '3.2.4'
3
3
  ENGINEYARD_SERVERSIDE_VERSION = ENV['ENGINEYARD_SERVERSIDE_VERSION'] || '2.6.13'
4
4
  end
@@ -1,3 +1,3 @@
1
1
  class Thor
2
- VERSION = "3.2.3"
2
+ VERSION = "3.2.4"
3
3
  end
@@ -2,11 +2,6 @@ if self.class.const_defined?(:EY_ROOT)
2
2
  raise "don't require the spec helper twice!"
3
3
  end
4
4
 
5
- if ENV['COVERAGE']
6
- require 'simplecov'
7
- SimpleCov.start
8
- end
9
-
10
5
  EY_ROOT = File.expand_path("../..", __FILE__)
11
6
  require 'rubygems'
12
7
  require 'bundler/setup'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.3
4
+ version: 3.2.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -411,22 +411,6 @@ dependencies:
411
411
  - - <
412
412
  - !ruby/object:Gem::Version
413
413
  version: 4.0.0
414
- - !ruby/object:Gem::Dependency
415
- name: simplecov
416
- requirement: !ruby/object:Gem::Requirement
417
- none: false
418
- requirements:
419
- - - ~>
420
- - !ruby/object:Gem::Version
421
- version: '0.11'
422
- type: :development
423
- prerelease: false
424
- version_requirements: !ruby/object:Gem::Requirement
425
- none: false
426
- requirements:
427
- - - ~>
428
- - !ruby/object:Gem::Version
429
- version: '0.11'
430
414
  description: This gem allows you to deploy your rails application to the Engine Yard
431
415
  cloud directly from the command line.
432
416
  email: cloud@engineyard.com