no_follow_external_links 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/no_follow_external_links/version.rb +1 -1
- data/spec/dummy/log/test.log +42 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 116128cf2702f717865730506d3616e923d3ef32
|
4
|
+
data.tar.gz: abee87ba0f720edf2c3dcce3326e231fba1e51e0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24e6087041f3eeca9a9b85d7c9aa79eb8d3b2ce683200425c4c4d11f53b1e35a758830144f21526605daec793423014bb77c19d923ccbe942ae09724b93999d1
|
7
|
+
data.tar.gz: 022643cdb86a05925299a4f873033444056c903a7f474798d077a4b772d6c33702731f46fa30d6ccd0894107251ef68fbc3bde752c59f256e7720f2ddb471135
|
data/spec/dummy/log/test.log
CHANGED
@@ -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
|
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
343
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
350
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
357
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
364
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
371
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
378
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
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.
|
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:
|
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:
|
26
|
+
version: 4.1.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rspec-rails
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|