aws_deploy 0.3.0.0 → 0.3.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.0
4
+ version: 0.3.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcio Mangar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-15 00:00:00.000000000 Z
11
+ date: 2014-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: 4.0.0
19
+ version: '4'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: 4.0.0
26
+ version: '4'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: aws-sdk
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -71,10 +71,13 @@ files:
71
71
  - app/business/deploy/deploy.rb
72
72
  - app/business/deploy/packing.rb
73
73
  - app/controllers/aws_deploy/aws_deploy_application_controller.rb
74
+ - app/controllers/aws_deploy/index/envs.rb
74
75
  - app/controllers/aws_deploy/index/version.rb
75
76
  - app/controllers/aws_deploy/index_controller.rb
76
77
  - app/controllers/aws_deploy/notifications_controller.rb
77
78
  - app/views/aws_deploy/index/_config_file_not_found.html.erb
79
+ - app/views/aws_deploy/index/_environments.html.erb
80
+ - app/views/aws_deploy/index/_messages.html.erb
78
81
  - app/views/aws_deploy/index/_notification.html.erb
79
82
  - app/views/aws_deploy/index/index.html.erb
80
83
  - app/views/aws_deploy/notifications/index.html.erb