aws_deploy 0.2.5.0 → 0.2.5.1

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: beb5a252844c9639b20fe5175bf4b3b724e776a8
4
- data.tar.gz: 554f47ff5a8b86381a541c36f315838551705baa
3
+ metadata.gz: b229fde9fbfc7bfcaa8856857dc7dd9f509e2b63
4
+ data.tar.gz: 7f62d2f982ff5dc8c0184834c1afd1f220fa1bde
5
5
  SHA512:
6
- metadata.gz: 8684cd1bfb6c1c10d9c3fc7d476778e16c971ae12d81a03105c230194b43fa46cd8e45c309cbe4c0c5b6b762a69ff3444fa70d0a463034719987a7210f416e80
7
- data.tar.gz: 4c39a7bf0fdf67e52014c4a52aab2dc52ea98f4faf714cdacd915983400a9638b880564ecd74260a5172c4024130001da7ae7f755599b67ce31f68ba14917db4
6
+ metadata.gz: 98ff65a1bb79582cdf240c82d5d0719a550e092aac60df9e22f86bf36d8c2df3644d69c7da2a54cffaff3e6b8a44ad8e870d466981b6ea86925124f7d42881f6
7
+ data.tar.gz: f4e4525f086a4baec3b62588a1eda80c4553e7d03ff4acc642098dc724be65154c3828b7dde15805b611a591e811e86289116b44507b345b64851eb9b8556540
@@ -1,3 +1,3 @@
1
1
  module AwsDeploy
2
- VERSION = "0.2.5.0"
2
+ VERSION = "0.2.5.1"
3
3
  end
@@ -6377,3 +6377,42 @@ Started GET "/aws_deploy" for 127.0.0.1 at 2013-12-09 14:52:06 -0200
6377
6377
  Processing by AwsDeploy::IndexController#index as HTML
6378
6378
  Rendered /Users/marciog/Projetos/_testes/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (1.5ms)
6379
6379
  Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
6380
+
6381
+
6382
+ Started GET "/admin" for 127.0.0.1 at 2014-02-23 11:27:46 -0300
6383
+
6384
+ ActionController::RoutingError (No route matches [GET] "/admin"):
6385
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
6386
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
6387
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
6388
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
6389
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
6390
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
6391
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
6392
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
6393
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
6394
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
6395
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
6396
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
6397
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
6398
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
6399
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
6400
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
6401
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
6402
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
6403
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
6404
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
6405
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
6406
+ /usr/local/rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
6407
+
6408
+
6409
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
6410
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms)
6411
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (11.3ms)
6412
+ Rendered /usr/local/rvm/gems/ruby-2.0.0-p0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (43.3ms)
6413
+
6414
+
6415
+ Started GET "/aws_deploy" for 127.0.0.1 at 2014-02-23 11:27:47 -0300
6416
+ Processing by AwsDeploy::IndexController#index as HTML
6417
+ Rendered /Users/marciog/Dropbox/2 - projects/aws_deploy/app/views/aws_deploy/index/index.html.erb within layouts/aws_deploy (19.4ms)
6418
+ Completed 200 OK in 30ms (Views: 29.7ms | ActiveRecord: 0.0ms)
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.2.5.0
4
+ version: 0.2.5.1
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-01-08 00:00:00.000000000 Z
11
+ date: 2014-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails