no_follow_external_links 0.1.0 → 0.1.1

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: 3c5d8de959a870b890aaa1e5a11a330737ed86b0
4
- data.tar.gz: cacc85046a87c99a0af938cbcc76478f8c880b14
3
+ metadata.gz: 116128cf2702f717865730506d3616e923d3ef32
4
+ data.tar.gz: abee87ba0f720edf2c3dcce3326e231fba1e51e0
5
5
  SHA512:
6
- metadata.gz: 87d532811d78b5bb3761bf91f6ab1a23e2ba593fb4f7519b11f1e4a1ae2f7d9779ed7cae9bd9bf49119a40713106146736b8e78adeb802193ea667b4e0c2eb2f
7
- data.tar.gz: cc6876ac0695fa308232336b5ad2a03964469c4a39c611cb3f3de6126e79dfe0efa7276137403af5ff5ea659a319c17531eaa29f662d20a9826f644c7ad1e1d1
6
+ metadata.gz: 24e6087041f3eeca9a9b85d7c9aa79eb8d3b2ce683200425c4c4d11f53b1e35a758830144f21526605daec793423014bb77c19d923ccbe942ae09724b93999d1
7
+ data.tar.gz: 022643cdb86a05925299a4f873033444056c903a7f474798d077a4b772d6c33702731f46fa30d6ccd0894107251ef68fbc3bde752c59f256e7720f2ddb471135
@@ -1,3 +1,3 @@
1
1
  module NoFollowExternalLinks
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
@@ -340,3 +340,45 @@ Processing by CarsController#index as HTML
340
340
  Rendered cars/index.html.erb within layouts/application (0.6ms)
341
341
  Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)
342
342
   (0.1ms) rollback transaction
343
+  (0.3ms) begin transaction
344
+ Started GET "/" for 127.0.0.1 at 2017-01-19 14:04:47 -0300
345
+ Processing by CarsController#index as HTML
346
+ Rendering cars/index.html.erb within layouts/application
347
+ Rendered cars/index.html.erb within layouts/application (5.8ms)
348
+ Completed 200 OK in 175ms (Views: 173.2ms | ActiveRecord: 0.0ms)
349
+  (0.1ms) rollback transaction
350
+  (0.1ms) begin transaction
351
+ Started GET "/" for 127.0.0.1 at 2017-01-19 14:04:47 -0300
352
+ Processing by CarsController#index as HTML
353
+ Rendering cars/index.html.erb within layouts/application
354
+ Rendered cars/index.html.erb within layouts/application (0.6ms)
355
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
356
+  (0.1ms) rollback transaction
357
+  (0.0ms) begin transaction
358
+ Started GET "/" for 127.0.0.1 at 2017-01-19 14:04:47 -0300
359
+ Processing by CarsController#index as HTML
360
+ Rendering cars/index.html.erb within layouts/application
361
+ Rendered cars/index.html.erb within layouts/application (0.6ms)
362
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
363
+  (0.0ms) rollback transaction
364
+  (0.0ms) begin transaction
365
+ Started GET "/" for 127.0.0.1 at 2017-01-19 14:04:47 -0300
366
+ Processing by CarsController#index as HTML
367
+ Rendering cars/index.html.erb within layouts/application
368
+ Rendered cars/index.html.erb within layouts/application (0.7ms)
369
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
370
+  (0.1ms) rollback transaction
371
+  (0.1ms) begin transaction
372
+ Started GET "/" for 127.0.0.1 at 2017-01-19 14:04:47 -0300
373
+ Processing by CarsController#index as HTML
374
+ Rendering cars/index.html.erb within layouts/application
375
+ Rendered cars/index.html.erb within layouts/application (0.6ms)
376
+ Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)
377
+  (0.1ms) rollback transaction
378
+  (0.1ms) begin transaction
379
+ Started GET "/" for 127.0.0.1 at 2017-01-19 14:04:47 -0300
380
+ Processing by CarsController#index as HTML
381
+ Rendering cars/index.html.erb within layouts/application
382
+ Rendered cars/index.html.erb within layouts/application (0.7ms)
383
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
384
+  (0.2ms) 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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pablo Gonzaga
@@ -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: 5.0.0
19
+ version: 4.1.0
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: 5.0.0
26
+ version: 4.1.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rspec-rails
29
29
  requirement: !ruby/object:Gem::Requirement