brauser 2.0.2 → 2.0.3

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/Gemfile CHANGED
@@ -9,12 +9,12 @@ source "http://rubygems.org"
9
9
  gemspec
10
10
 
11
11
  # Testing
12
- gem "rspec", "~> 2.12.0"
12
+ gem "rspec", "~> 2.13.0"
13
13
  gem "rake", "~> 10.0.3"
14
14
 
15
15
  # Documentation
16
16
  gem "simplecov", ">= 0.7.1"
17
17
  gem "pry", ">= 0"
18
- gem "yard", ">= 0.8.4"
18
+ gem "yard", ">= 0.8.5"
19
19
  gem "kramdown", ">= 0.14.2"
20
20
  gem "github-markup", ">= 0.7.5"
data/README.md CHANGED
@@ -1,7 +1,8 @@
1
1
  # brauser
2
2
 
3
- [![Build Status](https://secure.travis-ci.org/ShogunPanda/brauser.png?branch=master)](http://travis-ci.org/ShogunPanda/brauser)
3
+ [![Gem Version](https://badge.fury.io/rb/brauser.png)](http://badge.fury.io/rb/brauser)
4
4
  [![Dependency Status](https://gemnasium.com/ShogunPanda/brauser.png?travis)](https://gemnasium.com/ShogunPanda/brauser)
5
+ [![Build Status](https://secure.travis-ci.org/ShogunPanda/brauser.png?branch=master)](http://travis-ci.org/ShogunPanda/brauser)
5
6
  [![Code Climate](https://codeclimate.com/github/ShogunPanda/brauser.png)](https://codeclimate.com/github/ShogunPanda/brauser)
6
7
 
7
8
  A framework agnostic browser detection and querying helper.
data/brauser.gemspec CHANGED
@@ -24,5 +24,5 @@ Gem::Specification.new do |gem|
24
24
 
25
25
  gem.required_ruby_version = ">= 1.9.3"
26
26
 
27
- gem.add_dependency("lazier", "~> 2.6.5")
27
+ gem.add_dependency("lazier", "~> 2.6.7")
28
28
  end
data/doc/Brauser.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -120,9 +120,9 @@
120
120
  </div>
121
121
 
122
122
  <div id="footer">
123
- Generated on Wed Feb 13 11:29:25 2013 by
123
+ Generated on Wed Feb 27 09:17:03 2013 by
124
124
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
125
- 0.8.4.1 (ruby-1.9.3).
125
+ 0.8.5.2 (ruby-1.9.3).
126
126
  </div>
127
127
 
128
128
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Brauser::Browser
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -2560,9 +2560,9 @@ browser.is_msie_gt_4_1__on_windows?
2560
2560
  </div>
2561
2561
 
2562
2562
  <div id="footer">
2563
- Generated on Wed Feb 13 11:29:27 2013 by
2563
+ Generated on Wed Feb 27 09:17:05 2013 by
2564
2564
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2565
- 0.8.4.1 (ruby-1.9.3).
2565
+ 0.8.5.2 (ruby-1.9.3).
2566
2566
  </div>
2567
2567
 
2568
2568
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::BrowserMethods
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Wed Feb 13 11:29:25 2013 by
119
+ Generated on Wed Feb 27 09:17:03 2013 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.4.1 (ruby-1.9.3).
121
+ 0.8.5.2 (ruby-1.9.3).
122
122
  </div>
123
123
 
124
124
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::BrowserMethods::Attributes
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -476,9 +476,9 @@
476
476
  </div>
477
477
 
478
478
  <div id="footer">
479
- Generated on Wed Feb 13 11:29:26 2013 by
479
+ Generated on Wed Feb 27 09:17:04 2013 by
480
480
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
481
- 0.8.4.1 (ruby-1.9.3).
481
+ 0.8.5.2 (ruby-1.9.3).
482
482
  </div>
483
483
 
484
484
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::BrowserMethods::General
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -125,9 +125,9 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Wed Feb 13 11:29:25 2013 by
128
+ Generated on Wed Feb 27 09:17:04 2013 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.8.4.1 (ruby-1.9.3).
130
+ 0.8.5.2 (ruby-1.9.3).
131
131
  </div>
132
132
 
133
133
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::BrowserMethods::General::ClassMethods
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -520,9 +520,9 @@
520
520
  </div>
521
521
 
522
522
  <div id="footer">
523
- Generated on Wed Feb 13 11:29:26 2013 by
523
+ Generated on Wed Feb 27 09:17:04 2013 by
524
524
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
525
- 0.8.4.1 (ruby-1.9.3).
525
+ 0.8.5.2 (ruby-1.9.3).
526
526
  </div>
527
527
 
528
528
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::BrowserMethods::Parsing
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -341,9 +341,9 @@
341
341
  </div>
342
342
 
343
343
  <div id="footer">
344
- Generated on Wed Feb 13 11:29:26 2013 by
344
+ Generated on Wed Feb 27 09:17:04 2013 by
345
345
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
346
- 0.8.4.1 (ruby-1.9.3).
346
+ 0.8.5.2 (ruby-1.9.3).
347
347
  </div>
348
348
 
349
349
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::BrowserMethods::PartialQuerying
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -620,9 +620,9 @@
620
620
  </div>
621
621
 
622
622
  <div id="footer">
623
- Generated on Wed Feb 13 11:29:26 2013 by
623
+ Generated on Wed Feb 27 09:17:04 2013 by
624
624
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
625
- 0.8.4.1 (ruby-1.9.3).
625
+ 0.8.5.2 (ruby-1.9.3).
626
626
  </div>
627
627
 
628
628
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::BrowserMethods::Querying
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -574,9 +574,9 @@
574
574
  </div>
575
575
 
576
576
  <div id="footer">
577
- Generated on Wed Feb 13 11:29:26 2013 by
577
+ Generated on Wed Feb 27 09:17:04 2013 by
578
578
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
579
- 0.8.4.1 (ruby-1.9.3).
579
+ 0.8.5.2 (ruby-1.9.3).
580
580
  </div>
581
581
 
582
582
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::BrowserMethods::Register
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -125,9 +125,9 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Wed Feb 13 11:29:25 2013 by
128
+ Generated on Wed Feb 27 09:17:03 2013 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.8.4.1 (ruby-1.9.3).
130
+ 0.8.5.2 (ruby-1.9.3).
131
131
  </div>
132
132
 
133
133
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::BrowserMethods::Register::ClassMethods
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -1072,9 +1072,9 @@
1072
1072
  </div>
1073
1073
 
1074
1074
  <div id="footer">
1075
- Generated on Wed Feb 13 11:29:25 2013 by
1075
+ Generated on Wed Feb 27 09:17:04 2013 by
1076
1076
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1077
- 0.8.4.1 (ruby-1.9.3).
1077
+ 0.8.5.2 (ruby-1.9.3).
1078
1078
  </div>
1079
1079
 
1080
1080
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::Hooks
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Wed Feb 13 11:29:25 2013 by
119
+ Generated on Wed Feb 27 09:17:03 2013 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.4.1 (ruby-1.9.3).
121
+ 0.8.5.2 (ruby-1.9.3).
122
122
  </div>
123
123
 
124
124
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::Hooks::RubyOnRails
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -323,9 +323,9 @@
323
323
  </div>
324
324
 
325
325
  <div id="footer">
326
- Generated on Wed Feb 13 11:29:25 2013 by
326
+ Generated on Wed Feb 27 09:17:03 2013 by
327
327
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
328
- 0.8.4.1 (ruby-1.9.3).
328
+ 0.8.5.2 (ruby-1.9.3).
329
329
  </div>
330
330
 
331
331
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Brauser::Query
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -1725,9 +1725,9 @@ Brauser::Browser.new.is(:msie).v("&gt;= 7").on?(:windows)
1725
1725
  </div>
1726
1726
 
1727
1727
  <div id="footer">
1728
- Generated on Wed Feb 13 11:29:26 2013 by
1728
+ Generated on Wed Feb 27 09:17:04 2013 by
1729
1729
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1730
- 0.8.4.1 (ruby-1.9.3).
1730
+ 0.8.5.2 (ruby-1.9.3).
1731
1731
  </div>
1732
1732
 
1733
1733
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::Version
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -149,7 +149,7 @@
149
149
 
150
150
  </div>
151
151
  </dt>
152
- <dd><pre class="code"><span class='int'>2</span></pre></dd>
152
+ <dd><pre class="code"><span class='int'>3</span></pre></dd>
153
153
 
154
154
  <dt id="STRING-constant" class="">STRING =
155
155
  <div class="docstring">
@@ -180,9 +180,9 @@
180
180
  </div>
181
181
 
182
182
  <div id="footer">
183
- Generated on Wed Feb 13 11:29:25 2013 by
183
+ Generated on Wed Feb 27 09:17:03 2013 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
- 0.8.4.1 (ruby-1.9.3).
185
+ 0.8.5.2 (ruby-1.9.3).
186
186
  </div>
187
187
 
188
188
  </body>
data/doc/_index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
6
  <title>
7
- Documentation by YARD 0.8.4.1
7
+ Documentation by YARD 0.8.5.2
8
8
 
9
9
  </title>
10
10
 
@@ -56,7 +56,7 @@
56
56
 
57
57
  <iframe id="search_frame"></iframe>
58
58
 
59
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.4.1</h1>
59
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.5.2</h1>
60
60
  <div id="listing">
61
61
  <h1 class="alphaindex">Alphabetic Index</h1>
62
62
 
@@ -266,9 +266,9 @@
266
266
  </div>
267
267
 
268
268
  <div id="footer">
269
- Generated on Wed Feb 13 11:29:25 2013 by
269
+ Generated on Wed Feb 27 09:17:03 2013 by
270
270
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
271
- 0.8.4.1 (ruby-1.9.3).
271
+ 0.8.5.2 (ruby-1.9.3).
272
272
  </div>
273
273
 
274
274
  </body>
data/doc/css/style.css CHANGED
@@ -27,6 +27,16 @@ h2 small { font-weight: normal; font-size: 0.7em; display: block; float: right;
27
27
  .rdoc-term { padding-right: 25px; font-weight: bold; }
28
28
  .rdoc-list p { margin: 0; padding: 0; margin-bottom: 4px; }
29
29
 
30
+ /* style for <table> */
31
+ #filecontents table, .docstring table { border-collapse: collapse; }
32
+ #filecontents table th, #filecontents table td,
33
+ .docstring table th, .docstring table td { border: 1px solid #ccc; padding: 8px; padding-right: 17px; }
34
+ #filecontents table tr:nth-child(odd),
35
+ .docstring table tr:nth-child(odd) { background: #eee; }
36
+ #filecontents table tr:nth-child(even),
37
+ .docstring table tr:nth-child(even) { background: #fff; }
38
+ #filecontents table th, .docstring table th { background: #fff; }
39
+
30
40
  /* style for <ul> */
31
41
  #filecontents li > p, .docstring li > p { margin: 0px; }
32
42
  #filecontents ul, .docstring ul { padding-left: 20px; }
data/doc/file.README.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -63,8 +63,9 @@
63
63
 
64
64
  <div id="content"><div id='filecontents'><h1 id="brauser">brauser</h1>
65
65
 
66
- <p><a href="http://travis-ci.org/ShogunPanda/brauser"><img src="https://secure.travis-ci.org/ShogunPanda/brauser.png?branch=master" alt="Build Status" /></a>
66
+ <p><a href="http://badge.fury.io/rb/brauser"><img src="https://badge.fury.io/rb/brauser.png" alt="Gem Version" /></a>
67
67
  <a href="https://gemnasium.com/ShogunPanda/brauser"><img src="https://gemnasium.com/ShogunPanda/brauser.png?travis" alt="Dependency Status" /></a>
68
+ <a href="http://travis-ci.org/ShogunPanda/brauser"><img src="https://secure.travis-ci.org/ShogunPanda/brauser.png?branch=master" alt="Build Status" /></a>
68
69
  <a href="https://codeclimate.com/github/ShogunPanda/brauser"><img src="https://codeclimate.com/github/ShogunPanda/brauser.png" alt="Code Climate" /></a></p>
69
70
 
70
71
  <p>A framework agnostic browser detection and querying helper.</p>
@@ -280,9 +281,9 @@ browser.register_language("it", "Italian")
280
281
  </div></div>
281
282
 
282
283
  <div id="footer">
283
- Generated on Wed Feb 13 11:29:25 2013 by
284
+ Generated on Wed Feb 27 09:17:03 2013 by
284
285
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
285
- 0.8.4.1 (ruby-1.9.3).
286
+ 0.8.5.2 (ruby-1.9.3).
286
287
  </div>
287
288
 
288
289
  </body>
data/doc/frames.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7
- <title>Documentation by YARD 0.8.4.1</title>
7
+ <title>Documentation by YARD 0.8.5.2</title>
8
8
  </head>
9
9
  <script type="text/javascript" charset="utf-8">
10
10
  window.onload = function() {
data/doc/index.html CHANGED
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -63,8 +63,9 @@
63
63
 
64
64
  <div id="content"><div id='filecontents'><h1 id="brauser">brauser</h1>
65
65
 
66
- <p><a href="http://travis-ci.org/ShogunPanda/brauser"><img src="https://secure.travis-ci.org/ShogunPanda/brauser.png?branch=master" alt="Build Status" /></a>
66
+ <p><a href="http://badge.fury.io/rb/brauser"><img src="https://badge.fury.io/rb/brauser.png" alt="Gem Version" /></a>
67
67
  <a href="https://gemnasium.com/ShogunPanda/brauser"><img src="https://gemnasium.com/ShogunPanda/brauser.png?travis" alt="Dependency Status" /></a>
68
+ <a href="http://travis-ci.org/ShogunPanda/brauser"><img src="https://secure.travis-ci.org/ShogunPanda/brauser.png?branch=master" alt="Build Status" /></a>
68
69
  <a href="https://codeclimate.com/github/ShogunPanda/brauser"><img src="https://codeclimate.com/github/ShogunPanda/brauser.png" alt="Code Climate" /></a></p>
69
70
 
70
71
  <p>A framework agnostic browser detection and querying helper.</p>
@@ -280,9 +281,9 @@ browser.register_language("it", "Italian")
280
281
  </div></div>
281
282
 
282
283
  <div id="footer">
283
- Generated on Wed Feb 13 11:29:25 2013 by
284
+ Generated on Wed Feb 27 09:17:03 2013 by
284
285
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
285
- 0.8.4.1 (ruby-1.9.3).
286
+ 0.8.5.2 (ruby-1.9.3).
286
287
  </div>
287
288
 
288
289
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Top Level Namespace
8
8
 
9
- &mdash; Documentation by YARD 0.8.4.1
9
+ &mdash; Documentation by YARD 0.8.5.2
10
10
 
11
11
  </title>
12
12
 
@@ -103,9 +103,9 @@
103
103
  </div>
104
104
 
105
105
  <div id="footer">
106
- Generated on Wed Feb 13 11:29:25 2013 by
106
+ Generated on Wed Feb 27 09:17:03 2013 by
107
107
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
108
- 0.8.4.1 (ruby-1.9.3).
108
+ 0.8.5.2 (ruby-1.9.3).
109
109
  </div>
110
110
 
111
111
  </body>
@@ -16,7 +16,7 @@ module Brauser
16
16
  MINOR = 0
17
17
 
18
18
  # The patch version.
19
- PATCH = 2
19
+ PATCH = 3
20
20
 
21
21
  # The current version of brauser.
22
22
  STRING = [MAJOR, MINOR, PATCH].compact.join(".")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brauser
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-13 00:00:00.000000000 Z
12
+ date: 2013-02-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: lazier
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 2.6.5
21
+ version: 2.6.7
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 2.6.5
29
+ version: 2.6.7
30
30
  description: A framework agnostic browser detection and querying helper.
31
31
  email:
32
32
  - shogun_panda@me.com
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  version: '0'
104
104
  segments:
105
105
  - 0
106
- hash: 4231717086042252965
106
+ hash: -92033689131504757
107
107
  requirements: []
108
108
  rubyforge_project: brauser
109
109
  rubygems_version: 1.8.25