mailgun_list_manager 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ccedec261e872b7620bd1ee9ebf1151123ef3fe6
4
- data.tar.gz: dec57071a51b5b0302f9ac1c6b3f20a8d33bd531
3
+ metadata.gz: c89e0ec31b90c483be9e86b7f6f5d299d8a3900d
4
+ data.tar.gz: 29ed37330068b551183ca0b8ef4ba7b81670b737
5
5
  SHA512:
6
- metadata.gz: 82ec22e0b8376f6e6dc8859d18e9e2a4bdcd245f9107dfc30e6e2f62bd7f5793a8d16aea75046d4462f75052ff8244d9d88b31e91293ddff7f5b93416afaf160
7
- data.tar.gz: 9e1455b7773431cd90e5fd1d090dde0fb17d05cbb1c1d021b3391e63828ccd0798e345daa5bfce06efe6600fbeadb615151e2a80315d1100458fc785603ebf57
6
+ metadata.gz: 0537fc77cccdb00ca6c1712d548157bcc382243537d302ee729622a47665e10d0bcb8d3a59ebb44dd7a3921e0849b9f16c8fabe6b22c8e9932ed4e018c15264d
7
+ data.tar.gz: 9e696a4adcf67a47049eba53bc8949c509e3c864df4a23da648e259f4eb325025ee81a8d9bc027aaae2541992b11c8c51fc90db2fc0af206d18a92c9d94b5275
@@ -1,6 +1,6 @@
1
1
  module MailgunListManager
2
2
  class ApplicationController < ActionController::Base
3
3
  protect_from_forgery with: :exception
4
- load_and_authorize
4
+ load_and_authorize(controller: "mailgun_list_manager")
5
5
  end
6
6
  end
@@ -1,3 +1,3 @@
1
1
  module MailgunListManager
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -67061,3 +67061,111 @@ Adeia::LoginRequired (Please login before visiting this page !):
67061
67061
  Rendered /Users/nkcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (9.6ms)
67062
67062
  Rendered /Users/nkcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms)
67063
67063
  Rendered /Users/nkcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (223.3ms)
67064
+
67065
+
67066
+ Started GET "/" for ::1 at 2016-11-26 14:04:01 +0100
67067
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
67068
+ Processing by Rails::WelcomeController#index as HTML
67069
+ Rendered /Users/nkcr/.rvm/gems/ruby-2.2.2/gems/railties-4.2.6/lib/rails/templates/rails/welcome/index.html.erb (6.9ms)
67070
+ Completed 200 OK in 26ms (Views: 25.8ms | ActiveRecord: 0.0ms)
67071
+
67072
+
67073
+ Started GET "/mailgun_list_manager" for ::1 at 2016-11-26 14:04:07 +0100
67074
+ Processing by MailgunListManager::ListsController#index as HTML
67075
+ User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1
67076
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" IS NULL LIMIT 1
67077
+ Completed 500 Internal Server Error in 99ms (ActiveRecord: 1.6ms)
67078
+
67079
+ Adeia::LoginRequired (Please login before visiting this page !):
67080
+ adeia (0.12.0) lib/adeia/authorization.rb:18:in `check_permissions!'
67081
+ adeia (0.12.0) lib/adeia/controller_resource.rb:85:in `check_permissions!'
67082
+ adeia (0.12.0) lib/adeia/controller_methods.rb:34:in `authorize_and_load_records!'
67083
+ adeia (0.12.0) lib/adeia/controller_resource.rb:17:in `load_resource_or_records_and_authorize'
67084
+ adeia (0.12.0) lib/adeia/controller_resource.rb:10:in `block in add_before_filter'
67085
+ activesupport (4.2.6) lib/active_support/callbacks.rb:448:in `instance_exec'
67086
+ activesupport (4.2.6) lib/active_support/callbacks.rb:448:in `block in make_lambda'
67087
+ activesupport (4.2.6) lib/active_support/callbacks.rb:164:in `call'
67088
+ activesupport (4.2.6) lib/active_support/callbacks.rb:164:in `block in halting'
67089
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `call'
67090
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `block in call'
67091
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `each'
67092
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `call'
67093
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
67094
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
67095
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
67096
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
67097
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
67098
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
67099
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
67100
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
67101
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
67102
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
67103
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
67104
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
67105
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
67106
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
67107
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
67108
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
67109
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
67110
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `call'
67111
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
67112
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
67113
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
67114
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
67115
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
67116
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
67117
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
67118
+ railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
67119
+ railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
67120
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:51:in `serve'
67121
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
67122
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
67123
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
67124
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
67125
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
67126
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
67127
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
67128
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
67129
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
67130
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
67131
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
67132
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
67133
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
67134
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
67135
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
67136
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
67137
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
67138
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
67139
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
67140
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
67141
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
67142
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
67143
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
67144
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
67145
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
67146
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
67147
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
67148
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
67149
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
67150
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
67151
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
67152
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
67153
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
67154
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
67155
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
67156
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
67157
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
67158
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
67159
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
67160
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
67161
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
67162
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
67163
+ /Users/nkcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
67164
+ /Users/nkcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
67165
+ /Users/nkcr/.rvm/rubies/ruby-2.2.2/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
67166
+
67167
+
67168
+ Rendered /Users/nkcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (30.0ms)
67169
+ Rendered /Users/nkcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (18.3ms)
67170
+ Rendered /Users/nkcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (32.4ms)
67171
+ Rendered /Users/nkcr/.rvm/gems/ruby-2.2.2/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (279.7ms)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mailgun_list_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Noémien Kocher
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-20 00:00:00.000000000 Z
11
+ date: 2016-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails