robot_catcher 0.1.2 → 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.
- data/lib/robot_catcher/version.rb +1 -1
- metadata +74 -96
- checksums.yaml +0 -15
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +0 -2722
- data/test/dummy/log/localdev.log +0 -2
- data/test/dummy/tmp/cache/assets/C5B/380/sprockets%2F44f4979327d799d2103258cce2e11554 +0 -0
- data/test/dummy/tmp/cache/assets/CA4/AC0/sprockets%2F0069c03442e13e5a34e633c34fbf1866 +0 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/CEE/3C0/sprockets%2F39dfc00887914e7b8e1c73859aed2540 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/E01/2C0/sprockets%2Fb0070cf61ab50c99ce9ddbf2f293d9fe +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
metadata
CHANGED
@@ -1,32 +1,36 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: robot_catcher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: '0.2'
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Mike Voets
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date:
|
12
|
+
date: 2017-07-20 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: rails
|
15
16
|
requirement: !ruby/object:Gem::Requirement
|
17
|
+
none: false
|
16
18
|
requirements:
|
17
|
-
- -
|
19
|
+
- - ! '>='
|
18
20
|
- !ruby/object:Gem::Version
|
19
21
|
version: 3.2.22
|
20
22
|
type: :runtime
|
21
23
|
prerelease: false
|
22
24
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
+
none: false
|
23
26
|
requirements:
|
24
|
-
- -
|
27
|
+
- - ! '>='
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: 3.2.22
|
27
30
|
- !ruby/object:Gem::Dependency
|
28
31
|
name: sqlite3
|
29
32
|
requirement: !ruby/object:Gem::Requirement
|
33
|
+
none: false
|
30
34
|
requirements:
|
31
35
|
- - ! '>='
|
32
36
|
- !ruby/object:Gem::Version
|
@@ -34,6 +38,7 @@ dependencies:
|
|
34
38
|
type: :development
|
35
39
|
prerelease: false
|
36
40
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
37
42
|
requirements:
|
38
43
|
- - ! '>='
|
39
44
|
- !ruby/object:Gem::Version
|
@@ -46,144 +51,117 @@ executables: []
|
|
46
51
|
extensions: []
|
47
52
|
extra_rdoc_files: []
|
48
53
|
files:
|
49
|
-
-
|
50
|
-
- README.md
|
51
|
-
- Rakefile
|
54
|
+
- lib/tasks/robot_catcher_tasks.rake
|
52
55
|
- lib/robot_catcher.rb
|
53
|
-
- lib/robot_catcher/helpers.rb
|
54
|
-
- lib/robot_catcher/models.rb
|
55
56
|
- lib/robot_catcher/version.rb
|
56
|
-
- lib/
|
57
|
-
-
|
58
|
-
-
|
59
|
-
-
|
60
|
-
-
|
61
|
-
- test/
|
62
|
-
- test/
|
63
|
-
- test/dummy/app/helpers/application_helper.rb
|
64
|
-
- test/dummy/app/helpers/articles_helper.rb
|
65
|
-
- test/dummy/app/models/article.rb
|
66
|
-
- test/dummy/app/views/articles/_form.html.erb
|
67
|
-
- test/dummy/app/views/articles/edit.html.erb
|
68
|
-
- test/dummy/app/views/articles/index.html.erb
|
69
|
-
- test/dummy/app/views/articles/new.html.erb
|
70
|
-
- test/dummy/app/views/articles/show.html.erb
|
71
|
-
- test/dummy/app/views/layouts/application.html.erb
|
57
|
+
- lib/robot_catcher/models.rb
|
58
|
+
- lib/robot_catcher/helpers.rb
|
59
|
+
- MIT-LICENSE
|
60
|
+
- Rakefile
|
61
|
+
- README.md
|
62
|
+
- test/test_helper.rb
|
63
|
+
- test/robot_catcher_test.rb
|
72
64
|
- test/dummy/config.ru
|
65
|
+
- test/dummy/db/migrate/0_create_articles.rb
|
66
|
+
- test/dummy/db/schema.rb
|
67
|
+
- test/dummy/script/rails
|
68
|
+
- test/dummy/Rakefile
|
69
|
+
- test/dummy/config/locales/en.yml
|
70
|
+
- test/dummy/config/environments/test.rb
|
71
|
+
- test/dummy/config/environments/production.rb
|
72
|
+
- test/dummy/config/environments/development.rb
|
73
73
|
- test/dummy/config/application.rb
|
74
|
-
- test/dummy/config/boot.rb
|
75
|
-
- test/dummy/config/database.yml
|
76
74
|
- test/dummy/config/environment.rb
|
77
|
-
- test/dummy/config/
|
78
|
-
- test/dummy/config/environments/production.rb
|
79
|
-
- test/dummy/config/environments/test.rb
|
80
|
-
- test/dummy/config/initializers/backtrace_silencers.rb
|
81
|
-
- test/dummy/config/initializers/inflections.rb
|
82
|
-
- test/dummy/config/initializers/mime_types.rb
|
75
|
+
- test/dummy/config/database.yml
|
83
76
|
- test/dummy/config/initializers/secret_token.rb
|
84
77
|
- test/dummy/config/initializers/session_store.rb
|
78
|
+
- test/dummy/config/initializers/backtrace_silencers.rb
|
79
|
+
- test/dummy/config/initializers/inflections.rb
|
85
80
|
- test/dummy/config/initializers/wrap_parameters.rb
|
86
|
-
- test/dummy/config/
|
81
|
+
- test/dummy/config/initializers/mime_types.rb
|
87
82
|
- test/dummy/config/routes.rb
|
88
|
-
- test/dummy/
|
89
|
-
- test/dummy/db/migrate/0_create_articles.rb
|
90
|
-
- test/dummy/db/schema.rb
|
91
|
-
- test/dummy/db/test.sqlite3
|
92
|
-
- test/dummy/log/development.log
|
93
|
-
- test/dummy/log/localdev.log
|
94
|
-
- test/dummy/public/404.html
|
83
|
+
- test/dummy/config/boot.rb
|
95
84
|
- test/dummy/public/422.html
|
96
|
-
- test/dummy/public/500.html
|
97
85
|
- test/dummy/public/favicon.ico
|
98
|
-
- test/dummy/
|
99
|
-
- test/dummy/
|
100
|
-
- test/dummy/
|
101
|
-
- test/dummy/
|
102
|
-
- test/dummy/
|
103
|
-
- test/dummy/
|
104
|
-
- test/dummy/
|
105
|
-
- test/dummy/
|
106
|
-
- test/dummy/
|
107
|
-
- test/dummy/
|
108
|
-
- test/dummy/
|
109
|
-
- test/
|
110
|
-
- test/
|
86
|
+
- test/dummy/public/404.html
|
87
|
+
- test/dummy/public/500.html
|
88
|
+
- test/dummy/app/assets/stylesheets/application.css
|
89
|
+
- test/dummy/app/assets/javascripts/application.js
|
90
|
+
- test/dummy/app/helpers/articles_helper.rb
|
91
|
+
- test/dummy/app/helpers/application_helper.rb
|
92
|
+
- test/dummy/app/views/layouts/application.html.erb
|
93
|
+
- test/dummy/app/views/articles/index.html.erb
|
94
|
+
- test/dummy/app/views/articles/edit.html.erb
|
95
|
+
- test/dummy/app/views/articles/show.html.erb
|
96
|
+
- test/dummy/app/views/articles/new.html.erb
|
97
|
+
- test/dummy/app/views/articles/_form.html.erb
|
98
|
+
- test/dummy/app/controllers/articles_controller.rb
|
99
|
+
- test/dummy/app/controllers/application_controller.rb
|
100
|
+
- test/dummy/app/models/article.rb
|
101
|
+
- test/dummy/README.rdoc
|
111
102
|
homepage:
|
112
103
|
licenses:
|
113
104
|
- MIT
|
114
|
-
metadata: {}
|
115
105
|
post_install_message:
|
116
106
|
rdoc_options: []
|
117
107
|
require_paths:
|
118
108
|
- lib
|
119
109
|
required_ruby_version: !ruby/object:Gem::Requirement
|
110
|
+
none: false
|
120
111
|
requirements:
|
121
112
|
- - ! '>='
|
122
113
|
- !ruby/object:Gem::Version
|
123
114
|
version: 1.9.3
|
124
115
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
116
|
+
none: false
|
125
117
|
requirements:
|
126
118
|
- - ! '>='
|
127
119
|
- !ruby/object:Gem::Version
|
128
120
|
version: '0'
|
129
121
|
requirements: []
|
130
122
|
rubyforge_project:
|
131
|
-
rubygems_version:
|
123
|
+
rubygems_version: 1.8.23.2
|
132
124
|
signing_key:
|
133
|
-
specification_version:
|
125
|
+
specification_version: 3
|
134
126
|
summary: Form plugin for catching of bots.
|
135
127
|
test_files:
|
136
128
|
- test/test_helper.rb
|
137
129
|
- test/robot_catcher_test.rb
|
138
|
-
- test/dummy/
|
139
|
-
- test/dummy/
|
140
|
-
- test/dummy/
|
141
|
-
- test/dummy/app/views/articles/new.html.erb
|
142
|
-
- test/dummy/app/views/articles/_form.html.erb
|
143
|
-
- test/dummy/app/views/articles/index.html.erb
|
144
|
-
- test/dummy/app/views/articles/show.html.erb
|
145
|
-
- test/dummy/app/views/articles/edit.html.erb
|
146
|
-
- test/dummy/app/views/layouts/application.html.erb
|
147
|
-
- test/dummy/app/assets/stylesheets/application.css
|
148
|
-
- test/dummy/app/assets/javascripts/application.js
|
149
|
-
- test/dummy/app/helpers/application_helper.rb
|
150
|
-
- test/dummy/app/helpers/articles_helper.rb
|
151
|
-
- test/dummy/app/models/article.rb
|
152
|
-
- test/dummy/log/localdev.log
|
153
|
-
- test/dummy/log/development.log
|
154
|
-
- test/dummy/Rakefile
|
130
|
+
- test/dummy/config.ru
|
131
|
+
- test/dummy/db/migrate/0_create_articles.rb
|
132
|
+
- test/dummy/db/schema.rb
|
155
133
|
- test/dummy/script/rails
|
156
|
-
- test/dummy/
|
134
|
+
- test/dummy/Rakefile
|
135
|
+
- test/dummy/config/locales/en.yml
|
157
136
|
- test/dummy/config/environments/test.rb
|
158
137
|
- test/dummy/config/environments/production.rb
|
159
138
|
- test/dummy/config/environments/development.rb
|
160
139
|
- test/dummy/config/application.rb
|
161
140
|
- test/dummy/config/environment.rb
|
162
|
-
- test/dummy/config/
|
141
|
+
- test/dummy/config/database.yml
|
163
142
|
- test/dummy/config/initializers/secret_token.rb
|
164
143
|
- test/dummy/config/initializers/session_store.rb
|
165
144
|
- test/dummy/config/initializers/backtrace_silencers.rb
|
166
145
|
- test/dummy/config/initializers/inflections.rb
|
146
|
+
- test/dummy/config/initializers/wrap_parameters.rb
|
167
147
|
- test/dummy/config/initializers/mime_types.rb
|
168
|
-
- test/dummy/config/boot.rb
|
169
148
|
- test/dummy/config/routes.rb
|
170
|
-
- test/dummy/config/
|
171
|
-
- test/dummy/db/development.sqlite3
|
172
|
-
- test/dummy/db/migrate/0_create_articles.rb
|
173
|
-
- test/dummy/db/schema.rb
|
174
|
-
- test/dummy/db/test.sqlite3
|
175
|
-
- test/dummy/tmp/cache/assets/C5B/380/sprockets%2F44f4979327d799d2103258cce2e11554
|
176
|
-
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
177
|
-
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
178
|
-
- test/dummy/tmp/cache/assets/E01/2C0/sprockets%2Fb0070cf61ab50c99ce9ddbf2f293d9fe
|
179
|
-
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
180
|
-
- test/dummy/tmp/cache/assets/CA4/AC0/sprockets%2F0069c03442e13e5a34e633c34fbf1866
|
181
|
-
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
182
|
-
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
183
|
-
- test/dummy/tmp/cache/assets/CEE/3C0/sprockets%2F39dfc00887914e7b8e1c73859aed2540
|
184
|
-
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
185
|
-
- test/dummy/config.ru
|
186
|
-
- test/dummy/public/404.html
|
187
|
-
- test/dummy/public/500.html
|
149
|
+
- test/dummy/config/boot.rb
|
188
150
|
- test/dummy/public/422.html
|
189
151
|
- test/dummy/public/favicon.ico
|
152
|
+
- test/dummy/public/404.html
|
153
|
+
- test/dummy/public/500.html
|
154
|
+
- test/dummy/app/assets/stylesheets/application.css
|
155
|
+
- test/dummy/app/assets/javascripts/application.js
|
156
|
+
- test/dummy/app/helpers/articles_helper.rb
|
157
|
+
- test/dummy/app/helpers/application_helper.rb
|
158
|
+
- test/dummy/app/views/layouts/application.html.erb
|
159
|
+
- test/dummy/app/views/articles/index.html.erb
|
160
|
+
- test/dummy/app/views/articles/edit.html.erb
|
161
|
+
- test/dummy/app/views/articles/show.html.erb
|
162
|
+
- test/dummy/app/views/articles/new.html.erb
|
163
|
+
- test/dummy/app/views/articles/_form.html.erb
|
164
|
+
- test/dummy/app/controllers/articles_controller.rb
|
165
|
+
- test/dummy/app/controllers/application_controller.rb
|
166
|
+
- test/dummy/app/models/article.rb
|
167
|
+
- test/dummy/README.rdoc
|
checksums.yaml
DELETED
@@ -1,15 +0,0 @@
|
|
1
|
-
---
|
2
|
-
!binary "U0hBMQ==":
|
3
|
-
metadata.gz: !binary |-
|
4
|
-
YTk2ZTJiNjQ3MDNiZTY1ZjYwOTQ5MjQ0NDZkZDNkNjg0M2VhYzBlYw==
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
ZTRjOGIyMTMxN2UxOWE0YmNhMWY3ZmY2NmVkNjFlNDMxNTNhYmI4MA==
|
7
|
-
SHA512:
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
M2E3OWMxNmJiY2U2NjJlZDU0ODVhYTJmOGM5YTJkN2JiZGNlZGU1M2UzYThh
|
10
|
-
YTgzMTQ0MGVhYjA1NDBhNmY0YjQzOWEyYjA4OWMzYzYyYjQwN2IyMzRiNWM5
|
11
|
-
ZTc3NjgzZDJkMDZiOGJlZGI3OTgwODkwMDkzMDg2YTIwNTRjYTE=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
MTFiZGM4NThiYjQ2YjQ4NDUyYjkxMjg5YmIwODRkN2YxNjRiYWE2ZWIzM2Uy
|
14
|
-
OTBmMTlkNzY4OTM3NDM2ODViZjQ0MGM4ZjlkNGYxNzY0OGMzY2Y0ZjQ5NzJl
|
15
|
-
ZjU3MzAwOTczNDAyMzM4Y2FjOGUyY2JiZWE3OWI3MTAxZDcxMWE=
|
Binary file
|
data/test/dummy/db/test.sqlite3
DELETED
Binary file
|