engineyard-serverside 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,6 @@ module EY
29
29
  :aliases => ["-a"]
30
30
 
31
31
  method_option :framework_env, :type => :string,
32
- :required => true,
33
32
  :desc => "Ruby web framework environment",
34
33
  :aliases => ["-e"]
35
34
 
@@ -1,3 +1,3 @@
1
1
  module EY
2
- VERSION = '1.3.1'
2
+ VERSION = '1.3.2'
3
3
  end
File without changes
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard-serverside
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 1
10
- version: 1.3.1
9
+ - 2
10
+ version: 1.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - EY Cloud Team
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-13 00:00:00 -07:00
18
+ date: 2010-09-15 00:00:00 -07:00
19
19
  default_executable: engineyard-serverside
20
20
  dependencies: []
21
21
 
@@ -235,6 +235,7 @@ files:
235
235
  - LICENSE
236
236
  - spec/custom_deploy_spec.rb
237
237
  - spec/deploy_hook_spec.rb
238
+ - spec/fixtures/gitrepo/bar
238
239
  - spec/fixtures/gitrepo/foo
239
240
  - spec/fixtures/gitrepo.tar.gz
240
241
  - spec/fixtures/invalid_hook.rb
@@ -286,6 +287,7 @@ summary: A gem that deploys ruby applications on EY Cloud instances
286
287
  test_files:
287
288
  - spec/custom_deploy_spec.rb
288
289
  - spec/deploy_hook_spec.rb
290
+ - spec/fixtures/gitrepo/bar
289
291
  - spec/fixtures/gitrepo/foo
290
292
  - spec/fixtures/gitrepo.tar.gz
291
293
  - spec/fixtures/invalid_hook.rb