brauser 3.1.0 → 3.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,4 +11,5 @@ gemspec
11
11
  # Testing gems
12
12
  gem "rspec", "~> 2.12.0"
13
13
  gem "rake", "~> 10.0.4"
14
- gem "coveralls", ">= 0.6.7", require: false
14
+ gem "simplecov", ">= 0.7.1"
15
+ gem "coveralls", ">= 0.6.7", require: false
@@ -4,7 +4,7 @@ rvm:
4
4
  - 2.0.0
5
5
  - jruby-19mode
6
6
  - rbx-19mode
7
- script: bundle exec rake spec:coveragerae
7
+ script: bundle exec rake spec:coverage
8
8
  gemfile: .travis-gemfile
9
9
  notifications:
10
10
  email: false
data/Gemfile CHANGED
@@ -9,13 +9,13 @@ source "http://rubygems.org"
9
9
  gemspec
10
10
 
11
11
  # Testing
12
- gem "rspec", "~> 2.13.0"
13
- gem "rake", "~> 10.0.4"
12
+ gem "rspec", "~> 2.14.1"
13
+ gem "rake", "~> 10.1.0"
14
14
 
15
15
  # Documentation
16
16
  gem "simplecov", ">= 0.7.1"
17
17
  gem "coveralls", ">= 0.6.7", require: false
18
18
  gem "pry", ">= 0"
19
19
  gem "yard", ">= 0.8.6"
20
- gem "kramdown", ">= 1.0.2"
20
+ gem "kramdown", ">= 1.1.0"
21
21
  gem "github-markup", ">= 0.7.5"
@@ -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", "~> 3.1.0")
27
+ gem.add_dependency("lazier", "~> 3.2.0")
28
28
  end
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.1
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
@@ -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 Thu May 23 10:56:32 2013 by
124
+ Generated on Sun Jul 14 13:47:33 2013 by
125
125
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
126
- 0.8.6.1 (ruby-1.9.3).
126
+ 0.8.6.2 (ruby-1.9.3).
127
127
  </div>
128
128
 
129
129
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Brauser::Browser
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.1
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
@@ -544,7 +544,7 @@
544
544
  <p>For example:</p>
545
545
 
546
546
  <p><code>ruby
547
- browser.is_msie_gt_4_1_on_windows?
547
+ browser.is_msie_v_gt_4_1_on_windows?
548
548
  #=&gt; true
549
549
  </code></p>
550
550
 
@@ -876,7 +876,7 @@ browser.is_msie_gt_4_1_on_windows?
876
876
  </span> <span class='comment'># For example:
877
877
  </span> <span class='comment'>#
878
878
  </span> <span class='comment'># ```ruby
879
- </span> <span class='comment'># browser.is_msie_gt_4_1_on_windows?
879
+ </span> <span class='comment'># browser.is_msie_v_gt_4_1_on_windows?
880
880
  </span> <span class='comment'># #=&gt; true
881
881
  </span> <span class='comment'># ```
882
882
  </span> <span class='comment'>#
@@ -1185,7 +1185,7 @@ browser.is_msie_gt_4_1_on_windows?
1185
1185
  </span> <span class='comment'># For example:
1186
1186
  </span> <span class='comment'>#
1187
1187
  </span> <span class='comment'># ```ruby
1188
- </span> <span class='comment'># browser.is_msie_gt_4_1_on_windows?
1188
+ </span> <span class='comment'># browser.is_msie_v_gt_4_1_on_windows?
1189
1189
  </span> <span class='comment'># #=&gt; true
1190
1190
  </span> <span class='comment'># ```
1191
1191
  </span> <span class='comment'>#
@@ -1490,7 +1490,7 @@ browser.is_msie_gt_4_1_on_windows?
1490
1490
  </span> <span class='comment'># For example:
1491
1491
  </span> <span class='comment'>#
1492
1492
  </span> <span class='comment'># ```ruby
1493
- </span> <span class='comment'># browser.is_msie_gt_4_1_on_windows?
1493
+ </span> <span class='comment'># browser.is_msie_v_gt_4_1_on_windows?
1494
1494
  </span> <span class='comment'># #=&gt; true
1495
1495
  </span> <span class='comment'># ```
1496
1496
  </span> <span class='comment'>#
@@ -1795,7 +1795,7 @@ browser.is_msie_gt_4_1_on_windows?
1795
1795
  </span> <span class='comment'># For example:
1796
1796
  </span> <span class='comment'>#
1797
1797
  </span> <span class='comment'># ```ruby
1798
- </span> <span class='comment'># browser.is_msie_gt_4_1_on_windows?
1798
+ </span> <span class='comment'># browser.is_msie_v_gt_4_1_on_windows?
1799
1799
  </span> <span class='comment'># #=&gt; true
1800
1800
  </span> <span class='comment'># ```
1801
1801
  </span> <span class='comment'>#
@@ -2100,7 +2100,7 @@ browser.is_msie_gt_4_1_on_windows?
2100
2100
  </span> <span class='comment'># For example:
2101
2101
  </span> <span class='comment'>#
2102
2102
  </span> <span class='comment'># ```ruby
2103
- </span> <span class='comment'># browser.is_msie_gt_4_1_on_windows?
2103
+ </span> <span class='comment'># browser.is_msie_v_gt_4_1_on_windows?
2104
2104
  </span> <span class='comment'># #=&gt; true
2105
2105
  </span> <span class='comment'># ```
2106
2106
  </span> <span class='comment'>#
@@ -2405,7 +2405,7 @@ browser.is_msie_gt_4_1_on_windows?
2405
2405
  </span> <span class='comment'># For example:
2406
2406
  </span> <span class='comment'>#
2407
2407
  </span> <span class='comment'># ```ruby
2408
- </span> <span class='comment'># browser.is_msie_gt_4_1_on_windows?
2408
+ </span> <span class='comment'># browser.is_msie_v_gt_4_1_on_windows?
2409
2409
  </span> <span class='comment'># #=&gt; true
2410
2410
  </span> <span class='comment'># ```
2411
2411
  </span> <span class='comment'>#
@@ -2572,9 +2572,9 @@ browser.is_msie_gt_4_1_on_windows?
2572
2572
  </div>
2573
2573
 
2574
2574
  <div id="footer">
2575
- Generated on Thu May 23 10:56:33 2013 by
2575
+ Generated on Sun Jul 14 13:47:35 2013 by
2576
2576
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2577
- 0.8.6.1 (ruby-1.9.3).
2577
+ 0.8.6.2 (ruby-1.9.3).
2578
2578
  </div>
2579
2579
 
2580
2580
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::BrowserMethods
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.1
9
+ &mdash; Documentation by YARD 0.8.6.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 Thu May 23 10:56:32 2013 by
119
+ Generated on Sun Jul 14 13:47:34 2013 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.6.1 (ruby-1.9.3).
121
+ 0.8.6.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.6.1
9
+ &mdash; Documentation by YARD 0.8.6.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 Thu May 23 10:56:32 2013 by
479
+ Generated on Sun Jul 14 13:47:34 2013 by
480
480
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
481
- 0.8.6.1 (ruby-1.9.3).
481
+ 0.8.6.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.6.1
9
+ &mdash; Documentation by YARD 0.8.6.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 Thu May 23 10:56:32 2013 by
128
+ Generated on Sun Jul 14 13:47:34 2013 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.8.6.1 (ruby-1.9.3).
130
+ 0.8.6.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.6.1
9
+ &mdash; Documentation by YARD 0.8.6.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 Thu May 23 10:56:32 2013 by
523
+ Generated on Sun Jul 14 13:47:34 2013 by
524
524
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
525
- 0.8.6.1 (ruby-1.9.3).
525
+ 0.8.6.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.6.1
9
+ &mdash; Documentation by YARD 0.8.6.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 Thu May 23 10:56:32 2013 by
344
+ Generated on Sun Jul 14 13:47:34 2013 by
345
345
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
346
- 0.8.6.1 (ruby-1.9.3).
346
+ 0.8.6.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.6.1
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
@@ -608,9 +608,9 @@
608
608
  </div>
609
609
 
610
610
  <div id="footer">
611
- Generated on Thu May 23 10:56:32 2013 by
611
+ Generated on Sun Jul 14 13:47:34 2013 by
612
612
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
613
- 0.8.6.1 (ruby-1.9.3).
613
+ 0.8.6.2 (ruby-1.9.3).
614
614
  </div>
615
615
 
616
616
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::BrowserMethods::Querying
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.1
9
+ &mdash; Documentation by YARD 0.8.6.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 Thu May 23 10:56:32 2013 by
577
+ Generated on Sun Jul 14 13:47:34 2013 by
578
578
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
579
- 0.8.6.1 (ruby-1.9.3).
579
+ 0.8.6.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.6.1
9
+ &mdash; Documentation by YARD 0.8.6.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 Thu May 23 10:56:32 2013 by
128
+ Generated on Sun Jul 14 13:47:34 2013 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.8.6.1 (ruby-1.9.3).
130
+ 0.8.6.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.6.1
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
@@ -761,9 +761,9 @@
761
761
  </div>
762
762
 
763
763
  <div id="footer">
764
- Generated on Thu May 23 10:56:32 2013 by
764
+ Generated on Sun Jul 14 13:47:34 2013 by
765
765
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
766
- 0.8.6.1 (ruby-1.9.3).
766
+ 0.8.6.2 (ruby-1.9.3).
767
767
  </div>
768
768
 
769
769
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::Chainers
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.1
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
@@ -582,9 +582,9 @@
582
582
  </div>
583
583
 
584
584
  <div id="footer">
585
- Generated on Thu May 23 10:56:32 2013 by
585
+ Generated on Sun Jul 14 13:47:34 2013 by
586
586
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
587
- 0.8.6.1 (ruby-1.9.3).
587
+ 0.8.6.2 (ruby-1.9.3).
588
588
  </div>
589
589
 
590
590
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Brauser::Definition
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.1
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
@@ -1026,9 +1026,9 @@ This class represents a detection of the current user browser.</p>
1026
1026
  </div>
1027
1027
 
1028
1028
  <div id="footer">
1029
- Generated on Thu May 23 10:56:33 2013 by
1029
+ Generated on Sun Jul 14 13:47:35 2013 by
1030
1030
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1031
- 0.8.6.1 (ruby-1.9.3).
1031
+ 0.8.6.2 (ruby-1.9.3).
1032
1032
  </div>
1033
1033
 
1034
1034
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::Hooks
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.1
9
+ &mdash; Documentation by YARD 0.8.6.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 Thu May 23 10:56:32 2013 by
119
+ Generated on Sun Jul 14 13:47:33 2013 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.6.1 (ruby-1.9.3).
121
+ 0.8.6.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.6.1
9
+ &mdash; Documentation by YARD 0.8.6.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 Thu May 23 10:56:32 2013 by
326
+ Generated on Sun Jul 14 13:47:33 2013 by
327
327
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
328
- 0.8.6.1 (ruby-1.9.3).
328
+ 0.8.6.2 (ruby-1.9.3).
329
329
  </div>
330
330
 
331
331
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::Queries
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.1
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
@@ -582,9 +582,9 @@
582
582
  </div>
583
583
 
584
584
  <div id="footer">
585
- Generated on Thu May 23 10:56:32 2013 by
585
+ Generated on Sun Jul 14 13:47:34 2013 by
586
586
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
587
- 0.8.6.1 (ruby-1.9.3).
587
+ 0.8.6.2 (ruby-1.9.3).
588
588
  </div>
589
589
 
590
590
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Brauser::Query
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.1
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
@@ -503,9 +503,9 @@ Brauser::Browser.new.is(:msie).v("&gt;= 7").on?(:windows)
503
503
  </div>
504
504
 
505
505
  <div id="footer">
506
- Generated on Thu May 23 10:56:32 2013 by
506
+ Generated on Sun Jul 14 13:47:34 2013 by
507
507
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
508
- 0.8.6.1 (ruby-1.9.3).
508
+ 0.8.6.2 (ruby-1.9.3).
509
509
  </div>
510
510
 
511
511
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Brauser::Version
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.1
9
+ &mdash; Documentation by YARD 0.8.6.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'>0</span></pre></dd>
152
+ <dd><pre class="code"><span class='int'>1</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 Thu May 23 10:56:32 2013 by
183
+ Generated on Sun Jul 14 13:47:34 2013 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
- 0.8.6.1 (ruby-1.9.3).
185
+ 0.8.6.2 (ruby-1.9.3).
186
186
  </div>
187
187
 
188
188
  </body>
@@ -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.6.1
7
+ Documentation by YARD 0.8.6.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.6.1</h1>
59
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.6.2</h1>
60
60
  <div id="listing">
61
61
  <h1 class="alphaindex">Alphabetic Index</h1>
62
62
 
@@ -295,9 +295,9 @@
295
295
  </div>
296
296
 
297
297
  <div id="footer">
298
- Generated on Thu May 23 10:56:31 2013 by
298
+ Generated on Sun Jul 14 13:47:33 2013 by
299
299
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
300
- 0.8.6.1 (ruby-1.9.3).
300
+ 0.8.6.2 (ruby-1.9.3).
301
301
  </div>
302
302
 
303
303
  </body>
@@ -15,6 +15,7 @@
15
15
  <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
16
16
 
17
17
 
18
+ <title>Class List</title>
18
19
  <base id="base_target" target="_parent" />
19
20
  </head>
20
21
  <body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.1
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
@@ -206,11 +206,11 @@ browser.is(:chrome).v({:lt =&gt; "2"}).on(:osx).result
206
206
  <p>```ruby
207
207
  # These expressions are equivalent.
208
208
  browser.is(:chrome).v(&#8220;&lt; 2 &amp;&amp; &gt; 1.2&#8221;).on(:osx).result
209
- browser.is_chrome_v_lt<em>2_and_gt</em>1_2_on_osx.result</p>
209
+ browser.is_chrome_v_lt_2_and_gt_1_2_on_osx.result</p>
210
210
 
211
211
  <h1 id="these-expressions-are-equivalent">These expressions are equivalent.</h1>
212
212
  <p>browser.is(:chrome).v(&#8220;&lt; 2 &amp;&amp; &gt; 1.2&#8221;).on?(:osx)
213
- browser.is_chrome_v_lt<em>2_and_gt</em>1_2_on_osx?
213
+ browser.is_chrome_v_lt_2_and_gt_1_2_on_osx?
214
214
  ```</p>
215
215
 
216
216
  <h3 id="adding-new-browsers">Adding new browsers</h3>
@@ -269,9 +269,9 @@ Brauser::Browsers.add(:languages, ::Brauser::Definition.new(:it, "Italian"))
269
269
  </div></div>
270
270
 
271
271
  <div id="footer">
272
- Generated on Thu May 23 10:56:31 2013 by
272
+ Generated on Sun Jul 14 13:47:33 2013 by
273
273
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
274
- 0.8.6.1 (ruby-1.9.3).
274
+ 0.8.6.2 (ruby-1.9.3).
275
275
  </div>
276
276
 
277
277
  </body>
@@ -15,6 +15,7 @@
15
15
  <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
16
16
 
17
17
 
18
+ <title>File List</title>
18
19
  <base id="base_target" target="_parent" />
19
20
  </head>
20
21
  <body>
@@ -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.6.1</title>
7
+ <title>Documentation by YARD 0.8.6.2</title>
8
8
  </head>
9
9
  <script type="text/javascript" charset="utf-8">
10
10
  window.onload = function() {
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.1
9
+ &mdash; Documentation by YARD 0.8.6.2
10
10
 
11
11
  </title>
12
12
 
@@ -206,11 +206,11 @@ browser.is(:chrome).v({:lt =&gt; "2"}).on(:osx).result
206
206
  <p>```ruby
207
207
  # These expressions are equivalent.
208
208
  browser.is(:chrome).v(&#8220;&lt; 2 &amp;&amp; &gt; 1.2&#8221;).on(:osx).result
209
- browser.is_chrome_v_lt<em>2_and_gt</em>1_2_on_osx.result</p>
209
+ browser.is_chrome_v_lt_2_and_gt_1_2_on_osx.result</p>
210
210
 
211
211
  <h1 id="these-expressions-are-equivalent">These expressions are equivalent.</h1>
212
212
  <p>browser.is(:chrome).v(&#8220;&lt; 2 &amp;&amp; &gt; 1.2&#8221;).on?(:osx)
213
- browser.is_chrome_v_lt<em>2_and_gt</em>1_2_on_osx?
213
+ browser.is_chrome_v_lt_2_and_gt_1_2_on_osx?
214
214
  ```</p>
215
215
 
216
216
  <h3 id="adding-new-browsers">Adding new browsers</h3>
@@ -269,9 +269,9 @@ Brauser::Browsers.add(:languages, ::Brauser::Definition.new(:it, "Italian"))
269
269
  </div></div>
270
270
 
271
271
  <div id="footer">
272
- Generated on Thu May 23 10:56:31 2013 by
272
+ Generated on Sun Jul 14 13:47:33 2013 by
273
273
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
274
- 0.8.6.1 (ruby-1.9.3).
274
+ 0.8.6.2 (ruby-1.9.3).
275
275
  </div>
276
276
 
277
277
  </body>
@@ -111,11 +111,11 @@ clicked = null;
111
111
  function linkList() {
112
112
  $('#full_list li, #full_list li a:last').click(function(evt) {
113
113
  if ($(this).hasClass('toggle')) return true;
114
- if ($(this).find('.object_link a').length === 0) {
115
- $(this).children('a.toggle').click();
116
- return false;
117
- }
118
114
  if (this.tagName.toLowerCase() == "li") {
115
+ if ($(this).find('.object_link a').length === 0) {
116
+ $(this).children('a.toggle').click();
117
+ return false;
118
+ }
119
119
  var toggle = $(this).children('a.toggle');
120
120
  if (toggle.size() > 0 && evt.pageX < toggle.offset().left) {
121
121
  toggle.click();
@@ -125,7 +125,7 @@ function linkList() {
125
125
  if (clicked) clicked.removeClass('clicked');
126
126
  var win = window.top.frames.main ? window.top.frames.main : window.parent;
127
127
  if (this.tagName.toLowerCase() == "a") {
128
- clicked = $(this).parent('li').addClass('clicked');
128
+ clicked = $(this).parents('li').addClass('clicked');
129
129
  win.location = this.href;
130
130
  }
131
131
  else {
@@ -15,6 +15,7 @@
15
15
  <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
16
16
 
17
17
 
18
+ <title>Method List</title>
18
19
  <base id="base_target" target="_parent" />
19
20
  </head>
20
21
  <body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Top Level Namespace
8
8
 
9
- &mdash; Documentation by YARD 0.8.6.1
9
+ &mdash; Documentation by YARD 0.8.6.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 Thu May 23 10:56:32 2013 by
106
+ Generated on Sun Jul 14 13:47:33 2013 by
107
107
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
108
- 0.8.6.1 (ruby-1.9.3).
108
+ 0.8.6.2 (ruby-1.9.3).
109
109
  </div>
110
110
 
111
111
  </body>
@@ -691,7 +691,7 @@ module Brauser
691
691
  # For example:
692
692
  #
693
693
  # ```ruby
694
- # browser.is_msie_gt_4_1_on_windows?
694
+ # browser.is_msie_v_gt_4_1_on_windows?
695
695
  # #=> true
696
696
  # ```
697
697
  #
@@ -16,7 +16,7 @@ module Brauser
16
16
  MINOR = 1
17
17
 
18
18
  # The patch version.
19
- PATCH = 0
19
+ PATCH = 1
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: 3.1.0
4
+ version: 3.1.1
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-05-23 00:00:00.000000000 Z
12
+ date: 2013-07-14 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: 3.1.0
21
+ version: 3.2.0
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: 3.1.0
29
+ version: 3.2.0
30
30
  description: A framework agnostic browser detection and querying helper.
31
31
  email:
32
32
  - shogun_panda@me.com
@@ -84,7 +84,6 @@ files:
84
84
  - spec/brauser/definition_spec.rb
85
85
  - spec/brauser/hooks_spec.rb
86
86
  - spec/brauser/query_spec.rb
87
- - spec/brauser_spec.rb
88
87
  - spec/coverage_helper.rb
89
88
  - spec/frameworks_helper.rb
90
89
  - spec/spec_helper.rb
@@ -108,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
107
  version: '0'
109
108
  segments:
110
109
  - 0
111
- hash: -848603609536607763
110
+ hash: 401622269126807025
112
111
  requirements: []
113
112
  rubyforge_project: brauser
114
113
  rubygems_version: 1.8.25
@@ -120,7 +119,6 @@ test_files:
120
119
  - spec/brauser/definition_spec.rb
121
120
  - spec/brauser/hooks_spec.rb
122
121
  - spec/brauser/query_spec.rb
123
- - spec/brauser_spec.rb
124
122
  - spec/coverage_helper.rb
125
123
  - spec/frameworks_helper.rb
126
124
  - spec/spec_helper.rb
@@ -1,6 +0,0 @@
1
- # encoding: utf-8
2
- #
3
- # This file is part of the brauser gem. Copyright (C) 2013 and above Shogun <shogun_panda@me.com>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
5
-
6
- require "spec_helper"