letter_bomb 0.1.4 → 0.1.5

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: 9bdedab11174967c2cea058d72e8096ae3c3ff9c
4
- data.tar.gz: 88b92c6242e629cb0ea90620b3e5abd1646b48a7
3
+ metadata.gz: e0b692dd26171e1f6c8564e20a92541deb6ccbf9
4
+ data.tar.gz: 388f329a941e660bf58fd7a320170008c258addc
5
5
  SHA512:
6
- metadata.gz: 449cd535938f6d622727ea464724bf8372bee8ef48293395564b8300a037415bb5cddd2bedd40780a111f660693fb1053dea1a50de4e2705347315ddf2f88813
7
- data.tar.gz: f0fa53ab1a559d42c9e6e65f75ab554e947ad05f22a1c947d6df6ba9f0c993313766303f592eca6f75d5430a3f4d0747bf8ceed8367d458751156147ff41653d
6
+ metadata.gz: d3f78f77b8264ad52d218e96da6f8f8656365d13ec075d0fdae1ed005d357dd7ed0c3673a5928abc045b9714e8c5f508d337bdce1f523f8f3703213a830f45a5
7
+ data.tar.gz: b2292192f4aa60eea17b313646e6b684c7f7f331677aa84d5ab8fae3e4ebb1946fd5c0c63ee550c1a2ef8318de9622d3c9c24fa95304b2715ae4f8e473c7f71b
@@ -1,3 +1,5 @@
1
+ require 'letter_bomb/application_controller'
2
+
1
3
  module LetterBomb
2
4
  class MailersController < ApplicationController
3
5
  def index
@@ -1,3 +1,3 @@
1
1
  module LetterBomb
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
@@ -3440,3 +3440,176 @@ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
3440
3440
   (0.0ms) rollback transaction
3441
3441
   (0.0ms) begin transaction
3442
3442
   (0.0ms) rollback transaction
3443
+ Connecting to database specified by database.yml
3444
+  (0.6ms) select sqlite_version(*)
3445
+  (2.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3446
+  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3447
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3448
+  (0.1ms) SELECT version FROM "schema_migrations"
3449
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130430115218')
3450
+ Connecting to database specified by database.yml
3451
+  (0.3ms) begin transaction
3452
+ Started GET "/UserMailer::Preview/welcome" for 127.0.0.1 at 2013-10-11 11:32:38 +1100
3453
+ Processing by LetterBomb::MailersController#show as HTML
3454
+ Parameters: {"mailer_class"=>"UserMailer::Preview", "mailer_action"=>"welcome"}
3455
+  (0.1ms) SAVEPOINT active_record_1
3456
+ SQL (2.5ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 11 Oct 2013 00:32:38 UTC +00:00], ["name", "john"], ["updated_at", Fri, 11 Oct 2013 00:32:38 UTC +00:00]]
3457
+ Rendered user_mailer/welcome.html.erb (0.9ms)
3458
+ Rendered user_mailer/welcome.text.erb (0.3ms)
3459
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3460
+ Rendered /Users/ags/code/letter_bomb/app/views/letter_bomb/mailers/show.html.erb within layouts/letter_bomb/application (2.9ms)
3461
+ Completed 200 OK in 31ms (Views: 4.9ms | ActiveRecord: 3.2ms)
3462
+  (1.7ms) rollback transaction
3463
+  (0.1ms) begin transaction
3464
+ Started GET "/UserMailer::Preview/welcome" for 127.0.0.1 at 2013-10-11 11:32:38 +1100
3465
+ Processing by LetterBomb::MailersController#show as HTML
3466
+ Parameters: {"mailer_class"=>"UserMailer::Preview", "mailer_action"=>"welcome"}
3467
+  (0.0ms) SAVEPOINT active_record_1
3468
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 11 Oct 2013 00:32:38 UTC +00:00], ["name", "john"], ["updated_at", Fri, 11 Oct 2013 00:32:38 UTC +00:00]]
3469
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3470
+ Completed 200 OK in 13ms (Views: 1.5ms | ActiveRecord: 0.5ms)
3471
+  (0.4ms) rollback transaction
3472
+  (0.0ms) begin transaction
3473
+ Started GET "/UserMailer::Preview/welcome" for 127.0.0.1 at 2013-10-11 11:32:38 +1100
3474
+ Processing by LetterBomb::MailersController#show as HTML
3475
+ Parameters: {"mailer_class"=>"UserMailer::Preview", "mailer_action"=>"welcome"}
3476
+  (0.0ms) SAVEPOINT active_record_1
3477
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 11 Oct 2013 00:32:38 UTC +00:00], ["name", "john"], ["updated_at", Fri, 11 Oct 2013 00:32:38 UTC +00:00]]
3478
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3479
+ Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.4ms)
3480
+  (0.5ms) rollback transaction
3481
+  (0.0ms) begin transaction
3482
+ Started GET "/UserMailer::Preview/welcome" for 127.0.0.1 at 2013-10-11 11:32:38 +1100
3483
+ Processing by LetterBomb::MailersController#show as HTML
3484
+ Parameters: {"mailer_class"=>"UserMailer::Preview", "mailer_action"=>"welcome"}
3485
+  (0.0ms) SAVEPOINT active_record_1
3486
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 11 Oct 2013 00:32:38 UTC +00:00], ["name", "john"], ["updated_at", Fri, 11 Oct 2013 00:32:38 UTC +00:00]]
3487
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3488
+ Completed 200 OK in 12ms (Views: 1.1ms | ActiveRecord: 0.5ms)
3489
+  (0.5ms) rollback transaction
3490
+  (0.0ms) begin transaction
3491
+ Started GET "/" for 127.0.0.1 at 2013-10-11 11:32:38 +1100
3492
+ Processing by LetterBomb::MailersController#index as HTML
3493
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
3494
+  (0.0ms) rollback transaction
3495
+  (0.0ms) begin transaction
3496
+  (0.1ms) SELECT COUNT(*) FROM "users"
3497
+  (0.0ms) SAVEPOINT active_record_1
3498
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 11 Oct 2013 00:32:38 UTC +00:00], ["name", "bob"], ["updated_at", Fri, 11 Oct 2013 00:32:38 UTC +00:00]]
3499
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3500
+  (0.0ms) SELECT COUNT(*) FROM "users"
3501
+  (0.5ms) rollback transaction
3502
+  (0.4ms) begin transaction
3503
+  (0.0ms) SAVEPOINT active_record_1
3504
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 11 Oct 2013 00:32:38 UTC +00:00], ["name", "bob"], ["updated_at", Fri, 11 Oct 2013 00:32:38 UTC +00:00]]
3505
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3506
+  (0.5ms) rollback transaction
3507
+  (0.0ms) begin transaction
3508
+  (0.0ms) rollback transaction
3509
+  (0.0ms) begin transaction
3510
+  (0.0ms) rollback transaction
3511
+ Connecting to database specified by database.yml
3512
+  (1.2ms) select sqlite_version(*)
3513
+  (1.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3514
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3515
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3516
+  (0.1ms) SELECT version FROM "schema_migrations"
3517
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130430115218')
3518
+ Connecting to database specified by database.yml
3519
+  (0.2ms) begin transaction
3520
+  (0.0ms) rollback transaction
3521
+  (0.0ms) begin transaction
3522
+  (0.0ms) rollback transaction
3523
+  (0.0ms) begin transaction
3524
+  (0.0ms) SAVEPOINT active_record_1
3525
+ SQL (3.1ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 14 Oct 2013 00:47:44 UTC +00:00], ["name", "bob"], ["updated_at", Mon, 14 Oct 2013 00:47:44 UTC +00:00]]
3526
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3527
+  (0.5ms) rollback transaction
3528
+  (0.0ms) begin transaction
3529
+  (0.1ms) SELECT COUNT(*) FROM "users" 
3530
+  (0.0ms) SAVEPOINT active_record_1
3531
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 14 Oct 2013 00:47:44 UTC +00:00], ["name", "bob"], ["updated_at", Mon, 14 Oct 2013 00:47:44 UTC +00:00]]
3532
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3533
+  (0.0ms) SELECT COUNT(*) FROM "users" 
3534
+  (0.5ms) rollback transaction
3535
+  (0.0ms) begin transaction
3536
+ Started GET "/" for 127.0.0.1 at 2013-10-14 11:47:44 +1100
3537
+  (0.1ms) rollback transaction
3538
+  (0.0ms) begin transaction
3539
+ Started GET "/UserMailer::Preview/welcome" for 127.0.0.1 at 2013-10-14 11:47:44 +1100
3540
+  (0.0ms) rollback transaction
3541
+  (0.0ms) begin transaction
3542
+ Started GET "/UserMailer::Preview/welcome" for 127.0.0.1 at 2013-10-14 11:47:44 +1100
3543
+  (0.0ms) rollback transaction
3544
+  (0.0ms) begin transaction
3545
+ Started GET "/UserMailer::Preview/welcome" for 127.0.0.1 at 2013-10-14 11:47:44 +1100
3546
+  (0.0ms) rollback transaction
3547
+  (0.0ms) begin transaction
3548
+ Started GET "/UserMailer::Preview/welcome" for 127.0.0.1 at 2013-10-14 11:47:44 +1100
3549
+  (0.0ms) rollback transaction
3550
+ Connecting to database specified by database.yml
3551
+  (0.8ms) select sqlite_version(*)
3552
+  (2.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
3553
+  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3554
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3555
+  (0.1ms) SELECT version FROM "schema_migrations"
3556
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130430115218')
3557
+ Connecting to database specified by database.yml
3558
+  (0.2ms) begin transaction
3559
+  (0.0ms) rollback transaction
3560
+  (0.0ms) begin transaction
3561
+  (0.0ms) rollback transaction
3562
+  (0.0ms) begin transaction
3563
+  (0.1ms) SELECT COUNT(*) FROM "users"
3564
+  (0.0ms) SAVEPOINT active_record_1
3565
+ SQL (2.1ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 14 Oct 2013 00:48:31 UTC +00:00], ["name", "bob"], ["updated_at", Mon, 14 Oct 2013 00:48:31 UTC +00:00]]
3566
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3567
+  (0.0ms) SELECT COUNT(*) FROM "users"
3568
+  (1.7ms) rollback transaction
3569
+  (0.1ms) begin transaction
3570
+  (0.0ms) SAVEPOINT active_record_1
3571
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 14 Oct 2013 00:48:31 UTC +00:00], ["name", "bob"], ["updated_at", Mon, 14 Oct 2013 00:48:31 UTC +00:00]]
3572
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3573
+  (0.5ms) rollback transaction
3574
+  (0.0ms) begin transaction
3575
+ Started GET "/" for 127.0.0.1 at 2013-10-14 11:48:31 +1100
3576
+ Processing by LetterBomb::MailersController#index as HTML
3577
+ Rendered /Users/ags/code/letter_bomb/app/views/letter_bomb/mailers/index.html.erb within layouts/letter_bomb/application (2.7ms)
3578
+ Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms)
3579
+  (0.1ms) rollback transaction
3580
+  (0.0ms) begin transaction
3581
+ Started GET "/UserMailer::Preview/welcome" for 127.0.0.1 at 2013-10-14 11:48:31 +1100
3582
+ Processing by LetterBomb::MailersController#show as HTML
3583
+ Parameters: {"mailer_class"=>"UserMailer::Preview", "mailer_action"=>"welcome"}
3584
+  (0.0ms) SAVEPOINT active_record_1
3585
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 14 Oct 2013 00:48:31 UTC +00:00], ["name", "john"], ["updated_at", Mon, 14 Oct 2013 00:48:31 UTC +00:00]]
3586
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3587
+ Completed 200 OK in 19ms (Views: 3.3ms | ActiveRecord: 0.5ms)
3588
+  (0.5ms) rollback transaction
3589
+  (0.0ms) begin transaction
3590
+ Started GET "/UserMailer::Preview/welcome" for 127.0.0.1 at 2013-10-14 11:48:31 +1100
3591
+ Processing by LetterBomb::MailersController#show as HTML
3592
+ Parameters: {"mailer_class"=>"UserMailer::Preview", "mailer_action"=>"welcome"}
3593
+  (0.0ms) SAVEPOINT active_record_1
3594
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 14 Oct 2013 00:48:31 UTC +00:00], ["name", "john"], ["updated_at", Mon, 14 Oct 2013 00:48:31 UTC +00:00]]
3595
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3596
+ Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.4ms)
3597
+  (0.5ms) rollback transaction
3598
+  (0.1ms) begin transaction
3599
+ Started GET "/UserMailer::Preview/welcome" for 127.0.0.1 at 2013-10-14 11:48:31 +1100
3600
+ Processing by LetterBomb::MailersController#show as HTML
3601
+ Parameters: {"mailer_class"=>"UserMailer::Preview", "mailer_action"=>"welcome"}
3602
+  (0.1ms) SAVEPOINT active_record_1
3603
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 14 Oct 2013 00:48:31 UTC +00:00], ["name", "john"], ["updated_at", Mon, 14 Oct 2013 00:48:31 UTC +00:00]]
3604
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3605
+ Completed 200 OK in 14ms (Views: 1.1ms | ActiveRecord: 0.7ms)
3606
+  (0.4ms) rollback transaction
3607
+  (0.0ms) begin transaction
3608
+ Started GET "/UserMailer::Preview/welcome" for 127.0.0.1 at 2013-10-14 11:48:31 +1100
3609
+ Processing by LetterBomb::MailersController#show as HTML
3610
+ Parameters: {"mailer_class"=>"UserMailer::Preview", "mailer_action"=>"welcome"}
3611
+  (0.0ms) SAVEPOINT active_record_1
3612
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 14 Oct 2013 00:48:31 UTC +00:00], ["name", "john"], ["updated_at", Mon, 14 Oct 2013 00:48:31 UTC +00:00]]
3613
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
3614
+ Completed 200 OK in 12ms (Views: 1.0ms | ActiveRecord: 0.4ms)
3615
+  (0.4ms) rollback transaction
metadata CHANGED
@@ -1,55 +1,55 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: letter_bomb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-11 00:00:00.000000000 Z
11
+ date: 2013-10-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.1'
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
26
  version: '3.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sqlite3
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: rspec-rails
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ">="
45
+ - - '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ">="
52
+ - - '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: Preview mailer templates in the browser.
@@ -129,17 +129,17 @@ require_paths:
129
129
  - lib
130
130
  required_ruby_version: !ruby/object:Gem::Requirement
131
131
  requirements:
132
- - - ">="
132
+ - - '>='
133
133
  - !ruby/object:Gem::Version
134
134
  version: '0'
135
135
  required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  requirements:
137
- - - ">="
137
+ - - '>='
138
138
  - !ruby/object:Gem::Version
139
139
  version: '0'
140
140
  requirements: []
141
141
  rubyforge_project:
142
- rubygems_version: 2.1.8
142
+ rubygems_version: 2.0.3
143
143
  signing_key:
144
144
  specification_version: 4
145
145
  summary: Preview mailer templates in the browser.