admin_invitable 0.0.1 → 0.0.2

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: 2b80a20ddbacbb255bb32486081bad79e50161ee
4
- data.tar.gz: 0ad131edca99359f1a48f31c18cd131a38c0498f
3
+ metadata.gz: 44b1482443389550cb8d7d8da5b1dbd2640b1247
4
+ data.tar.gz: ce271eb09b4212373129286e3648748a1c623d0b
5
5
  SHA512:
6
- metadata.gz: 60cedea7ee60846d0c0ad965eba57bede1c757d5247aec39e1d70f8014fa30519988534cca777c7fd0d03e4bdf1c768fb08c1da3d4102f98dcc19ef057aa9c55
7
- data.tar.gz: 8b7902e2da95f31de495d81fb2852eaab1e27c6f31540ba1b1af627ff7448d44c6ec356101a9b6654d32118e6dd526ab6b3f8477cc311c01e1eb147e98be8328
6
+ metadata.gz: 55893b2d6e0c63669f3a4d6dbe3f8d35821cce6dc5e88e457f361e8ad04f41e62bff6323b32ed38f36faa6536a197552a406c9ccbac6e073ab28cdf0e7f8ded0
7
+ data.tar.gz: c256f809a978edf66e62b726288578bbc6161a0a02f111cbc57f92736a664fcc330bc5aa031309424d3b95d8da0085b75df0ca9655f95aa3e55986b091b5f4e3
@@ -1,3 +1,3 @@
1
1
  module AdminInvitable
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -0,0 +1,7 @@
1
+ <p><%= t("devise.mailer.invitation_instructions.hello", email: @resource.email) %></p>
2
+
3
+ <p><%= t("devise.mailer.invitation_instructions.someone_invited_you", url: root_url) %></p>
4
+
5
+ <p><%= link_to t("devise.mailer.invitation_instructions.accept"), accept_invitation_url(@resource, :invitation_token => @token), target: "_blank" %></p>
6
+
7
+ <p><%= t("devise.mailer.invitation_instructions.ignore").html_safe %></p>
@@ -7446,3 +7446,97 @@ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2015-0
7446
7446
 
7447
7447
 
7448
7448
  Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-10 17:59:35 -0300
7449
+
7450
+
7451
+ Started GET "/" for 127.0.0.1 at 2015-04-10 18:32:02 -0300
7452
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
7453
+ Processing by HomeController#index as HTML
7454
+ Rendered home/index.html.erb within layouts/application (17.2ms)
7455
+ Completed 200 OK in 525ms (Views: 524.1ms | ActiveRecord: 0.0ms)
7456
+
7457
+
7458
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-04-10 18:32:02 -0300
7459
+
7460
+
7461
+ Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7462
+
7463
+
7464
+ Started GET "/assets/common.css?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7465
+
7466
+
7467
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7468
+
7469
+
7470
+ Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7471
+
7472
+
7473
+ Started GET "/assets/jquery-ui/widget.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7474
+
7475
+
7476
+ Started GET "/assets/jquery-ui/button.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7477
+
7478
+
7479
+ Started GET "/assets/jquery-ui/mouse.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7480
+
7481
+
7482
+ Started GET "/assets/jquery-ui/draggable.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7483
+
7484
+
7485
+ Started GET "/assets/jquery-ui/position.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7486
+
7487
+
7488
+ Started GET "/assets/jquery-ui/resizable.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7489
+
7490
+
7491
+ Started GET "/assets/jquery-ui/dialog.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7492
+
7493
+
7494
+ Started GET "/assets/jquery-ui/sortable.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7495
+
7496
+
7497
+ Started GET "/assets/jquery-ui/tabs.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7498
+
7499
+
7500
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7501
+
7502
+
7503
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7504
+
7505
+
7506
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7507
+
7508
+
7509
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7510
+
7511
+
7512
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7513
+
7514
+
7515
+ Started GET "/assets/active_admin/lib/flash.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7516
+
7517
+
7518
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7519
+
7520
+
7521
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7522
+
7523
+
7524
+ Started GET "/assets/active_admin/lib/per_page.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7525
+
7526
+
7527
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7528
+
7529
+
7530
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7531
+
7532
+
7533
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7534
+
7535
+
7536
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7537
+
7538
+
7539
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
7540
+
7541
+
7542
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-04-10 18:32:03 -0300
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: admin_invitable
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro Segovia
@@ -14,16 +14,16 @@ dependencies:
14
14
  name: rails
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - '>'
18
18
  - !ruby/object:Gem::Version
19
- version: 4.1.10
19
+ version: '4.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
- version: 4.1.10
26
+ version: '4.1'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: sqlite3
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -129,6 +129,7 @@ files:
129
129
  - lib/generators/admin_invitable/install/install_generator.rb
130
130
  - lib/generators/admin_invitable/install/templates/active_admin_invitable_patch.rb
131
131
  - lib/generators/admin_invitable/install/templates/edit.html.erb
132
+ - lib/generators/admin_invitable/install/templates/invitation_instructions.html.erb
132
133
  - lib/tasks/admin_invitable_tasks.rake
133
134
  - MIT-LICENSE
134
135
  - Rakefile