scruber-user-agents 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/scruber/user/agents/cli/generators.rb +4 -4
- data/lib/scruber/user/agents/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44b4fd6728a7adfe986644e638985017ccc1f464
|
4
|
+
data.tar.gz: 11cf4412e162ae256dacb91c66c0d163b2cbb62a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27914d9690e7e125bf35c2a6b2ead64a1e7d21e036acc2342bf31f554149e334b558b6615a265563ad3a4c0a0ac85eb5dfbbf251d4378be5ff3ec19315c25559
|
7
|
+
data.tar.gz: ea42b80e2948fcd0f7265c6069188cade004723c9b27fa295c92d785bc9cfd3afc8a0d90411574014a5599d859534cb96ebdfbed1c5fb15eb8326c70689ee0e4
|
@@ -13,11 +13,11 @@ module Scruber
|
|
13
13
|
end
|
14
14
|
|
15
15
|
def change_config
|
16
|
-
comment_lines '
|
16
|
+
comment_lines 'config/initializers/user_agents.rb', /add "/
|
17
17
|
|
18
|
-
uncomment_lines '
|
19
|
-
uncomment_lines '
|
20
|
-
uncomment_lines '
|
18
|
+
uncomment_lines 'config/initializers/user_agents.rb', /loop \:user_agents/
|
19
|
+
uncomment_lines 'config/initializers/user_agents.rb', /add ua\['name'\]/
|
20
|
+
uncomment_lines 'config/initializers/user_agents.rb', /end/
|
21
21
|
end
|
22
22
|
end
|
23
23
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: scruber-user-agents
|
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
|
- Ivan Goncharov
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: scruber
|