no_follow_external_links 0.1.2 → 0.1.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: 5f98480f7a8c7ab3b17d5a5e470d3e18c8272fa1
4
- data.tar.gz: 7ffae784b9d859c11054c9d26bceec3e4639714b
3
+ metadata.gz: 8eb73dd6e22036ed4575558e8faa975c07c7c1db
4
+ data.tar.gz: e59ac01af1393f9611c17eff980c0a54db749de2
5
5
  SHA512:
6
- metadata.gz: a42b67ae1c2cc1cb4f471913cf57977d9acd184b01fc418ac186109be710682a4fb8f9148172d13dea936e555fb4d9f56310f1fa6d279ea0d4ca2d2fc60cb31b
7
- data.tar.gz: 59fec104a24144861af6a61ec86746a6b7b0d1c3eb8292b81b88948ae949dae93293a07a89ef8bc5d5fc17e5fdea7cba8fc633756363e68b55b1b69a77158257
6
+ metadata.gz: 138790c7ec0aa7d3048462d08646fc36dfa0aeda1ad07b1ed03c93951c2bd3736199927607d6d4a00ac1d36e434de540d4db0b834e7b26a69d3cc82980c9e5a0
7
+ data.tar.gz: 773e90b0f5469abd738d62225919913aee857423fb00ce53b4a6d1c097717d62251f0c9149d67d9f2e427bcab4dc413c199aa79b27eca00578730a09fe19399a
@@ -1,3 +1,3 @@
1
1
  module NoFollowExternalLinks
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.3'
3
3
  end
@@ -634,3 +634,45 @@ Processing by CarsController#index as HTML
634
634
  Rendered cars/index.html.erb within layouts/application (0.6ms)
635
635
  Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
636
636
   (0.1ms) rollback transaction
637
+  (0.7ms) begin transaction
638
+ Started GET "/" for 127.0.0.1 at 2017-01-19 17:37:06 -0300
639
+ Processing by CarsController#index as HTML
640
+ Rendering cars/index.html.erb within layouts/application
641
+ Rendered cars/index.html.erb within layouts/application (18.8ms)
642
+ Completed 200 OK in 243ms (Views: 237.1ms | ActiveRecord: 0.0ms)
643
+  (0.2ms) rollback transaction
644
+  (0.1ms) begin transaction
645
+ Started GET "/" for 127.0.0.1 at 2017-01-19 17:37:07 -0300
646
+ Processing by CarsController#index as HTML
647
+ Rendering cars/index.html.erb within layouts/application
648
+ Rendered cars/index.html.erb within layouts/application (0.9ms)
649
+ Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms)
650
+  (0.0ms) rollback transaction
651
+  (0.0ms) begin transaction
652
+ Started GET "/" for 127.0.0.1 at 2017-01-19 17:37:07 -0300
653
+ Processing by CarsController#index as HTML
654
+ Rendering cars/index.html.erb within layouts/application
655
+ Rendered cars/index.html.erb within layouts/application (1.1ms)
656
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
657
+  (0.0ms) rollback transaction
658
+  (0.1ms) begin transaction
659
+ Started GET "/" for 127.0.0.1 at 2017-01-19 17:37:07 -0300
660
+ Processing by CarsController#index as HTML
661
+ Rendering cars/index.html.erb within layouts/application
662
+ Rendered cars/index.html.erb within layouts/application (0.6ms)
663
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
664
+  (0.1ms) rollback transaction
665
+  (0.0ms) begin transaction
666
+ Started GET "/" for 127.0.0.1 at 2017-01-19 17:37:07 -0300
667
+ Processing by CarsController#index as HTML
668
+ Rendering cars/index.html.erb within layouts/application
669
+ Rendered cars/index.html.erb within layouts/application (0.6ms)
670
+ Completed 200 OK in 7ms (Views: 4.8ms | ActiveRecord: 0.0ms)
671
+  (0.1ms) rollback transaction
672
+  (0.1ms) begin transaction
673
+ Started GET "/" for 127.0.0.1 at 2017-01-19 17:37:07 -0300
674
+ Processing by CarsController#index as HTML
675
+ Rendering cars/index.html.erb within layouts/application
676
+ Rendered cars/index.html.erb within layouts/application (0.6ms)
677
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
678
+  (0.1ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: no_follow_external_links
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pablo Gonzaga
@@ -151,7 +151,6 @@ files:
151
151
  - app/assets/stylesheets/no_follow_external_links/application.css
152
152
  - app/controllers/no_follow_external_links/application_controller.rb
153
153
  - app/helpers/no_follow_external_links/application_helper.rb
154
- - app/jobs/no_follow_external_links/application_job.rb
155
154
  - app/mailers/no_follow_external_links/application_mailer.rb
156
155
  - app/models/no_follow_external_links/application_record.rb
157
156
  - app/views/layouts/no_follow_external_links/application.html.erb
@@ -1,4 +0,0 @@
1
- module NoFollowExternalLinks
2
- class ApplicationJob < ActiveJob::Base
3
- end
4
- end