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.
- data/lib/engineyard/version.rb +1 -1
- data/lib/vendor/thor/lib/thor/version.rb +1 -1
- data/spec/spec_helper.rb +0 -5
- metadata +1 -17
data/lib/engineyard/version.rb
CHANGED
data/spec/spec_helper.rb
CHANGED
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.
|
|
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
|