brauser 4.1.0 → 4.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 +4 -4
- data/.travis-gemfile +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile +8 -8
- data/Rakefile +3 -0
- data/brauser.gemspec +1 -1
- data/doc/Brauser.html +4 -4
- data/doc/Brauser/Browser.html +2 -2
- data/doc/Brauser/Definitions.html +2 -2
- data/doc/Brauser/Definitions/Base.html +2 -2
- data/doc/Brauser/Definitions/Browser.html +2 -2
- data/doc/Brauser/Definitions/Language.html +2 -2
- data/doc/Brauser/Definitions/Platform.html +2 -2
- data/doc/Brauser/Hooks.html +2 -2
- data/doc/Brauser/Hooks/RubyOnRails.html +2 -2
- data/doc/Brauser/Parser.html +2 -2
- data/doc/Brauser/Value.html +2 -2
- data/doc/Brauser/Version.html +3 -3
- data/doc/_index.html +2 -2
- data/doc/file.README.html +2 -2
- data/doc/index.html +2 -2
- data/doc/method_list.html +24 -24
- data/doc/top-level-namespace.html +2 -2
- data/lib/brauser/version.rb +2 -2
- 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: 169917802ce550ae34d044bed41c92791dd2780e
|
|
4
|
+
data.tar.gz: ee8e737d2e692c6779504552b50f63f0610c636d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3626fe497fca8d1ab0c99a0cd11337e09718adc2532332311a3c4cbf79cf7d6c7d8b296c36044c243d0b263a2ab46094193859de9c4f8040b2358dcc62c9c432
|
|
7
|
+
data.tar.gz: ec0e2b8db9e6a1a2a36295a9c5a19697fc82488e632c5717766f5b8c390478e5665841e0f4d8d3136229636beedd3923d8980c2c8bb7173c4472b752bcd19d8c
|
data/.travis-gemfile
CHANGED
|
@@ -8,7 +8,7 @@ source "http://rubygems.org"
|
|
|
8
8
|
gemspec
|
|
9
9
|
|
|
10
10
|
# Testing
|
|
11
|
-
gem "rspec", "~> 3.
|
|
12
|
-
gem "rake", "~>
|
|
13
|
-
gem "simplecov", "
|
|
14
|
-
gem "coveralls", "
|
|
11
|
+
gem "rspec", "~> 3.4"
|
|
12
|
+
gem "rake", "~> 11.0"
|
|
13
|
+
gem "simplecov", "~> 0.9"
|
|
14
|
+
gem "coveralls", "~> 0.8", require: false
|
data/CHANGELOG.md
CHANGED
data/Gemfile
CHANGED
|
@@ -8,13 +8,13 @@ source "http://rubygems.org"
|
|
|
8
8
|
gemspec
|
|
9
9
|
|
|
10
10
|
# Testing
|
|
11
|
-
gem "rspec", "~> 3.
|
|
12
|
-
gem "rake", "~>
|
|
11
|
+
gem "rspec", "~> 3.4"
|
|
12
|
+
gem "rake", "~> 11.0"
|
|
13
13
|
|
|
14
14
|
# Documentation
|
|
15
|
-
gem "simplecov", "
|
|
16
|
-
gem "coveralls", "
|
|
17
|
-
gem "pry", "
|
|
18
|
-
gem "yard", "
|
|
19
|
-
gem "kramdown", "
|
|
20
|
-
gem "github-markup", "
|
|
15
|
+
gem "simplecov", "~> 0.11"
|
|
16
|
+
gem "coveralls", "~> 0.8", require: false
|
|
17
|
+
gem "pry", "~> 0.10"
|
|
18
|
+
gem "yard", "~> 0.8"
|
|
19
|
+
gem "kramdown", "~> 1.10"
|
|
20
|
+
gem "github-markup", "~> 1.4"
|
data/Rakefile
CHANGED
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
require "bundler/gem_tasks"
|
|
7
7
|
require "rspec/core/rake_task"
|
|
8
8
|
|
|
9
|
+
# Compatibility layer for Rake 11.0
|
|
10
|
+
Rake.application.class.send(:alias_method, :last_comment, :last_description) unless Rake.application.respond_to?(:last_comment)
|
|
11
|
+
|
|
9
12
|
RSpec::Core::RakeTask.new("spec") do |t|
|
|
10
13
|
t.ruby_opts = ENV.fetch("RUBY_OPTS", "").to_s
|
|
11
14
|
t.rspec_opts = ENV.fetch("RSPEC_OPTS", "").to_s
|
data/brauser.gemspec
CHANGED
data/doc/Brauser.html
CHANGED
|
@@ -79,8 +79,8 @@
|
|
|
79
79
|
|
|
80
80
|
|
|
81
81
|
<dt class="r1 last">Defined in:</dt>
|
|
82
|
-
<dd class="r1 last">lib/brauser/
|
|
83
|
-
lib/brauser/
|
|
82
|
+
<dd class="r1 last">lib/brauser/hooks.rb<span class="defines">,<br />
|
|
83
|
+
lib/brauser/value.rb,<br /> lib/brauser/parser.rb,<br /> lib/brauser/browser.rb,<br /> lib/brauser/version.rb,<br /> lib/brauser/definitions/base.rb,<br /> lib/brauser/definitions/browser.rb,<br /> lib/brauser/definitions/platform.rb,<br /> lib/brauser/definitions/language.rb</span>
|
|
84
84
|
</dd>
|
|
85
85
|
|
|
86
86
|
</dl>
|
|
@@ -121,9 +121,9 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
|
|
|
121
121
|
</div>
|
|
122
122
|
|
|
123
123
|
<div id="footer">
|
|
124
|
-
Generated on
|
|
124
|
+
Generated on Wed Mar 9 10:29:04 2016 by
|
|
125
125
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
126
|
-
0.8.7.6 (ruby-2.
|
|
126
|
+
0.8.7.6 (ruby-2.3.0).
|
|
127
127
|
</div>
|
|
128
128
|
|
|
129
129
|
</body>
|
data/doc/Brauser/Browser.html
CHANGED
|
@@ -5584,9 +5584,9 @@ You can also pass the value “capable”, which will return true for Webkit bro
|
|
|
5584
5584
|
</div>
|
|
5585
5585
|
|
|
5586
5586
|
<div id="footer">
|
|
5587
|
-
Generated on
|
|
5587
|
+
Generated on Wed Mar 9 10:29:04 2016 by
|
|
5588
5588
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
5589
|
-
0.8.7.6 (ruby-2.
|
|
5589
|
+
0.8.7.6 (ruby-2.3.0).
|
|
5590
5590
|
</div>
|
|
5591
5591
|
|
|
5592
5592
|
</body>
|
|
@@ -532,9 +532,9 @@
|
|
|
532
532
|
</div>
|
|
533
533
|
|
|
534
534
|
<div id="footer">
|
|
535
|
-
Generated on
|
|
535
|
+
Generated on Wed Mar 9 10:29:04 2016 by
|
|
536
536
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
537
|
-
0.8.7.6 (ruby-2.
|
|
537
|
+
0.8.7.6 (ruby-2.3.0).
|
|
538
538
|
</div>
|
|
539
539
|
|
|
540
540
|
</body>
|
|
@@ -335,9 +335,9 @@
|
|
|
335
335
|
</div>
|
|
336
336
|
|
|
337
337
|
<div id="footer">
|
|
338
|
-
Generated on
|
|
338
|
+
Generated on Wed Mar 9 10:29:04 2016 by
|
|
339
339
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
340
|
-
0.8.7.6 (ruby-2.
|
|
340
|
+
0.8.7.6 (ruby-2.3.0).
|
|
341
341
|
</div>
|
|
342
342
|
|
|
343
343
|
</body>
|
|
@@ -1043,9 +1043,9 @@
|
|
|
1043
1043
|
</div>
|
|
1044
1044
|
|
|
1045
1045
|
<div id="footer">
|
|
1046
|
-
Generated on
|
|
1046
|
+
Generated on Wed Mar 9 10:29:04 2016 by
|
|
1047
1047
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1048
|
-
0.8.7.6 (ruby-2.
|
|
1048
|
+
0.8.7.6 (ruby-2.3.0).
|
|
1049
1049
|
</div>
|
|
1050
1050
|
|
|
1051
1051
|
</body>
|
|
@@ -490,9 +490,9 @@
|
|
|
490
490
|
</div>
|
|
491
491
|
|
|
492
492
|
<div id="footer">
|
|
493
|
-
Generated on
|
|
493
|
+
Generated on Wed Mar 9 10:29:04 2016 by
|
|
494
494
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
495
|
-
0.8.7.6 (ruby-2.
|
|
495
|
+
0.8.7.6 (ruby-2.3.0).
|
|
496
496
|
</div>
|
|
497
497
|
|
|
498
498
|
</body>
|
|
@@ -681,9 +681,9 @@
|
|
|
681
681
|
</div>
|
|
682
682
|
|
|
683
683
|
<div id="footer">
|
|
684
|
-
Generated on
|
|
684
|
+
Generated on Wed Mar 9 10:29:04 2016 by
|
|
685
685
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
686
|
-
0.8.7.6 (ruby-2.
|
|
686
|
+
0.8.7.6 (ruby-2.3.0).
|
|
687
687
|
</div>
|
|
688
688
|
|
|
689
689
|
</body>
|
data/doc/Brauser/Hooks.html
CHANGED
|
@@ -116,9 +116,9 @@
|
|
|
116
116
|
</div>
|
|
117
117
|
|
|
118
118
|
<div id="footer">
|
|
119
|
-
Generated on
|
|
119
|
+
Generated on Wed Mar 9 10:29:04 2016 by
|
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
121
|
-
0.8.7.6 (ruby-2.
|
|
121
|
+
0.8.7.6 (ruby-2.3.0).
|
|
122
122
|
</div>
|
|
123
123
|
|
|
124
124
|
</body>
|
|
@@ -325,9 +325,9 @@
|
|
|
325
325
|
</div>
|
|
326
326
|
|
|
327
327
|
<div id="footer">
|
|
328
|
-
Generated on
|
|
328
|
+
Generated on Wed Mar 9 10:29:04 2016 by
|
|
329
329
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
330
|
-
0.8.7.6 (ruby-2.
|
|
330
|
+
0.8.7.6 (ruby-2.3.0).
|
|
331
331
|
</div>
|
|
332
332
|
|
|
333
333
|
</body>
|
data/doc/Brauser/Parser.html
CHANGED
|
@@ -507,9 +507,9 @@
|
|
|
507
507
|
</div>
|
|
508
508
|
|
|
509
509
|
<div id="footer">
|
|
510
|
-
Generated on
|
|
510
|
+
Generated on Wed Mar 9 10:29:04 2016 by
|
|
511
511
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
512
|
-
0.8.7.6 (ruby-2.
|
|
512
|
+
0.8.7.6 (ruby-2.3.0).
|
|
513
513
|
</div>
|
|
514
514
|
|
|
515
515
|
</body>
|
data/doc/Brauser/Value.html
CHANGED
|
@@ -596,9 +596,9 @@
|
|
|
596
596
|
</div>
|
|
597
597
|
|
|
598
598
|
<div id="footer">
|
|
599
|
-
Generated on
|
|
599
|
+
Generated on Wed Mar 9 10:29:04 2016 by
|
|
600
600
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
601
|
-
0.8.7.6 (ruby-2.
|
|
601
|
+
0.8.7.6 (ruby-2.3.0).
|
|
602
602
|
</div>
|
|
603
603
|
|
|
604
604
|
</body>
|
data/doc/Brauser/Version.html
CHANGED
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
|
|
152
152
|
</div>
|
|
153
153
|
</dt>
|
|
154
|
-
<dd><pre class="code"><span class='integer val'>
|
|
154
|
+
<dd><pre class="code"><span class='integer val'>1</span>
|
|
155
155
|
</pre></dd>
|
|
156
156
|
|
|
157
157
|
<dt id="STRING-constant" class="">STRING =
|
|
@@ -184,9 +184,9 @@
|
|
|
184
184
|
</div>
|
|
185
185
|
|
|
186
186
|
<div id="footer">
|
|
187
|
-
Generated on
|
|
187
|
+
Generated on Wed Mar 9 10:29:04 2016 by
|
|
188
188
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
189
|
-
0.8.7.6 (ruby-2.
|
|
189
|
+
0.8.7.6 (ruby-2.3.0).
|
|
190
190
|
</div>
|
|
191
191
|
|
|
192
192
|
</body>
|
data/doc/_index.html
CHANGED
|
@@ -226,9 +226,9 @@
|
|
|
226
226
|
</div>
|
|
227
227
|
|
|
228
228
|
<div id="footer">
|
|
229
|
-
Generated on
|
|
229
|
+
Generated on Wed Mar 9 10:29:04 2016 by
|
|
230
230
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
231
|
-
0.8.7.6 (ruby-2.
|
|
231
|
+
0.8.7.6 (ruby-2.3.0).
|
|
232
232
|
</div>
|
|
233
233
|
|
|
234
234
|
</body>
|
data/doc/file.README.html
CHANGED
|
@@ -233,9 +233,9 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
|
|
|
233
233
|
</div></div>
|
|
234
234
|
|
|
235
235
|
<div id="footer">
|
|
236
|
-
Generated on
|
|
236
|
+
Generated on Wed Mar 9 10:29:04 2016 by
|
|
237
237
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
238
|
-
0.8.7.6 (ruby-2.
|
|
238
|
+
0.8.7.6 (ruby-2.3.0).
|
|
239
239
|
</div>
|
|
240
240
|
|
|
241
241
|
</body>
|
data/doc/index.html
CHANGED
|
@@ -233,9 +233,9 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
|
|
|
233
233
|
</div></div>
|
|
234
234
|
|
|
235
235
|
<div id="footer">
|
|
236
|
-
Generated on
|
|
236
|
+
Generated on Wed Mar 9 10:29:04 2016 by
|
|
237
237
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
238
|
-
0.8.7.6 (ruby-2.
|
|
238
|
+
0.8.7.6 (ruby-2.3.0).
|
|
239
239
|
</div>
|
|
240
240
|
|
|
241
241
|
</body>
|
data/doc/method_list.html
CHANGED
|
@@ -142,8 +142,8 @@
|
|
|
142
142
|
|
|
143
143
|
|
|
144
144
|
<li class="r2 ">
|
|
145
|
-
<span class='object_link'><a href="Brauser/Definitions/
|
|
146
|
-
<small>Brauser::Definitions::
|
|
145
|
+
<span class='object_link'><a href="Brauser/Definitions/Language.html#initialize-instance_method" title="Brauser::Definitions::Language#initialize (method)">#initialize</a></span>
|
|
146
|
+
<small>Brauser::Definitions::Language</small>
|
|
147
147
|
</li>
|
|
148
148
|
|
|
149
149
|
|
|
@@ -154,20 +154,20 @@
|
|
|
154
154
|
|
|
155
155
|
|
|
156
156
|
<li class="r2 ">
|
|
157
|
-
<span class='object_link'><a href="Brauser/
|
|
158
|
-
<small>Brauser::
|
|
157
|
+
<span class='object_link'><a href="Brauser/Browser.html#initialize-instance_method" title="Brauser::Browser#initialize (method)">#initialize</a></span>
|
|
158
|
+
<small>Brauser::Browser</small>
|
|
159
159
|
</li>
|
|
160
160
|
|
|
161
161
|
|
|
162
162
|
<li class="r1 ">
|
|
163
|
-
<span class='object_link'><a href="Brauser/Browser.html#initialize-instance_method" title="Brauser::Browser#initialize (method)">#initialize</a></span>
|
|
164
|
-
<small>Brauser::Browser</small>
|
|
163
|
+
<span class='object_link'><a href="Brauser/Definitions/Browser.html#initialize-instance_method" title="Brauser::Definitions::Browser#initialize (method)">#initialize</a></span>
|
|
164
|
+
<small>Brauser::Definitions::Browser</small>
|
|
165
165
|
</li>
|
|
166
166
|
|
|
167
167
|
|
|
168
168
|
<li class="r2 ">
|
|
169
|
-
<span class='object_link'><a href="Brauser/Definitions/
|
|
170
|
-
<small>Brauser::Definitions::
|
|
169
|
+
<span class='object_link'><a href="Brauser/Definitions/Platform.html#initialize-instance_method" title="Brauser::Definitions::Platform#initialize (method)">#initialize</a></span>
|
|
170
|
+
<small>Brauser::Definitions::Platform</small>
|
|
171
171
|
</li>
|
|
172
172
|
|
|
173
173
|
|
|
@@ -190,8 +190,8 @@
|
|
|
190
190
|
|
|
191
191
|
|
|
192
192
|
<li class="r2 ">
|
|
193
|
-
<span class='object_link'><a href="Brauser/Definitions/
|
|
194
|
-
<small>Brauser::Definitions::
|
|
193
|
+
<span class='object_link'><a href="Brauser/Definitions/Browser.html#match-instance_method" title="Brauser::Definitions::Browser#match (method)">#match</a></span>
|
|
194
|
+
<small>Brauser::Definitions::Browser</small>
|
|
195
195
|
</li>
|
|
196
196
|
|
|
197
197
|
|
|
@@ -202,8 +202,8 @@
|
|
|
202
202
|
|
|
203
203
|
|
|
204
204
|
<li class="r2 ">
|
|
205
|
-
<span class='object_link'><a href="Brauser/Definitions/
|
|
206
|
-
<small>Brauser::Definitions::
|
|
205
|
+
<span class='object_link'><a href="Brauser/Definitions/Base.html#match-instance_method" title="Brauser::Definitions::Base#match (method)">#match</a></span>
|
|
206
|
+
<small>Brauser::Definitions::Base</small>
|
|
207
207
|
</li>
|
|
208
208
|
|
|
209
209
|
|
|
@@ -214,38 +214,38 @@
|
|
|
214
214
|
|
|
215
215
|
|
|
216
216
|
<li class="r2 ">
|
|
217
|
-
<span class='object_link'><a href="Brauser/
|
|
218
|
-
<small>Brauser::
|
|
217
|
+
<span class='object_link'><a href="Brauser/Value.html#method_missing-instance_method" title="Brauser::Value#method_missing (method)">#method_missing</a></span>
|
|
218
|
+
<small>Brauser::Value</small>
|
|
219
219
|
</li>
|
|
220
220
|
|
|
221
221
|
|
|
222
222
|
<li class="r1 ">
|
|
223
|
-
<span class='object_link'><a href="Brauser/
|
|
224
|
-
<small>Brauser::
|
|
223
|
+
<span class='object_link'><a href="Brauser/Browser.html#method_missing-instance_method" title="Brauser::Browser#method_missing (method)">#method_missing</a></span>
|
|
224
|
+
<small>Brauser::Browser</small>
|
|
225
225
|
</li>
|
|
226
226
|
|
|
227
227
|
|
|
228
228
|
<li class="r2 ">
|
|
229
|
-
<span class='object_link'><a href="Brauser/
|
|
230
|
-
<small>Brauser::
|
|
229
|
+
<span class='object_link'><a href="Brauser/Browser.html#name-instance_method" title="Brauser::Browser#name (method)">#name</a></span>
|
|
230
|
+
<small>Brauser::Browser</small>
|
|
231
231
|
</li>
|
|
232
232
|
|
|
233
233
|
|
|
234
234
|
<li class="r1 ">
|
|
235
|
-
<span class='object_link'><a href="Brauser/Definitions/
|
|
236
|
-
<small>Brauser::Definitions::
|
|
235
|
+
<span class='object_link'><a href="Brauser/Definitions/Platform.html#name-instance_method" title="Brauser::Definitions::Platform#name (method)">#name</a></span>
|
|
236
|
+
<small>Brauser::Definitions::Platform</small>
|
|
237
237
|
</li>
|
|
238
238
|
|
|
239
239
|
|
|
240
240
|
<li class="r2 ">
|
|
241
|
-
<span class='object_link'><a href="Brauser/Definitions/
|
|
242
|
-
<small>Brauser::Definitions::
|
|
241
|
+
<span class='object_link'><a href="Brauser/Definitions/Browser.html#name-instance_method" title="Brauser::Definitions::Browser#name (method)">#name</a></span>
|
|
242
|
+
<small>Brauser::Definitions::Browser</small>
|
|
243
243
|
</li>
|
|
244
244
|
|
|
245
245
|
|
|
246
246
|
<li class="r1 ">
|
|
247
|
-
<span class='object_link'><a href="Brauser/
|
|
248
|
-
<small>Brauser::
|
|
247
|
+
<span class='object_link'><a href="Brauser/Definitions/Language.html#name-instance_method" title="Brauser::Definitions::Language#name (method)">#name</a></span>
|
|
248
|
+
<small>Brauser::Definitions::Language</small>
|
|
249
249
|
</li>
|
|
250
250
|
|
|
251
251
|
|
|
@@ -103,9 +103,9 @@
|
|
|
103
103
|
</div>
|
|
104
104
|
|
|
105
105
|
<div id="footer">
|
|
106
|
-
Generated on
|
|
106
|
+
Generated on Wed Mar 9 10:29:04 2016 by
|
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
108
|
-
0.8.7.6 (ruby-2.
|
|
108
|
+
0.8.7.6 (ruby-2.3.0).
|
|
109
109
|
</div>
|
|
110
110
|
|
|
111
111
|
</body>
|
data/lib/brauser/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brauser
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shogun
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: lazier
|
|
@@ -30,14 +30,14 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: '0.
|
|
33
|
+
version: '0.5'
|
|
34
34
|
type: :runtime
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version: '0.
|
|
40
|
+
version: '0.5'
|
|
41
41
|
description: A framework agnostic browser detection and querying helper.
|
|
42
42
|
email:
|
|
43
43
|
- shogun@cowtech.it
|
|
@@ -141,7 +141,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
141
141
|
version: '0'
|
|
142
142
|
requirements: []
|
|
143
143
|
rubyforge_project: brauser
|
|
144
|
-
rubygems_version: 2.
|
|
144
|
+
rubygems_version: 2.5.1
|
|
145
145
|
signing_key:
|
|
146
146
|
specification_version: 4
|
|
147
147
|
summary: A framework agnostic browser detection and querying helper.
|