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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44d4787a8e74049795b299d97f3f58b0e8e2f13f
4
- data.tar.gz: b27a4e56739fc4fa6b0ac53fb80ffc32c95d4436
3
+ metadata.gz: 169917802ce550ae34d044bed41c92791dd2780e
4
+ data.tar.gz: ee8e737d2e692c6779504552b50f63f0610c636d
5
5
  SHA512:
6
- metadata.gz: 5cee6214a4a757ab9cc941211261cdce613b79cc94d0f96f12f2aa0d7d5af6acb9a957da26ae0384bda3f01fe12a0e8ec24d2c3cf494cd7b54ff07feee2ab948
7
- data.tar.gz: 4310b800534ded804d3ec363f248c544ea69f387f39f98de25096d24bef9bed984a6c387f51c7f4f16f9033222c2c82d1b5cd558eb2e2c10166bacf3678c9215
6
+ metadata.gz: 3626fe497fca8d1ab0c99a0cd11337e09718adc2532332311a3c4cbf79cf7d6c7d8b296c36044c243d0b263a2ab46094193859de9c4f8040b2358dcc62c9c432
7
+ data.tar.gz: ec0e2b8db9e6a1a2a36295a9c5a19697fc82488e632c5717766f5b8c390478e5665841e0f4d8d3136229636beedd3923d8980c2c8bb7173c4472b752bcd19d8c
@@ -8,7 +8,7 @@ source "http://rubygems.org"
8
8
  gemspec
9
9
 
10
10
  # Testing
11
- gem "rspec", "~> 3.2"
12
- gem "rake", "~> 10.4"
13
- gem "simplecov", ">= 0.9"
14
- gem "coveralls", ">= 0.7", require: false
11
+ gem "rspec", "~> 3.4"
12
+ gem "rake", "~> 11.0"
13
+ gem "simplecov", "~> 0.9"
14
+ gem "coveralls", "~> 0.8", require: false
@@ -1,3 +1,7 @@
1
+ ### 4.1.1 / 2016-03-09
2
+
3
+ * Updated dependencies to make it work with Ruby 2.3.0
4
+
1
5
  ### 4.1.0 / 2014-03-02
2
6
 
3
7
  * Added `Browser#supported?` method.
data/Gemfile CHANGED
@@ -8,13 +8,13 @@ source "http://rubygems.org"
8
8
  gemspec
9
9
 
10
10
  # Testing
11
- gem "rspec", "~> 3.2"
12
- gem "rake", "~> 10.4"
11
+ gem "rspec", "~> 3.4"
12
+ gem "rake", "~> 11.0"
13
13
 
14
14
  # Documentation
15
- gem "simplecov", ">= 0.9"
16
- gem "coveralls", ">= 0.7", require: false
17
- gem "pry", ">= 0"
18
- gem "yard", ">= 0.8"
19
- gem "kramdown", ">= 1.6"
20
- gem "github-markup", ">= 1.3"
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
@@ -25,5 +25,5 @@ Gem::Specification.new do |gem|
25
25
  gem.required_ruby_version = ">= 2.1.0"
26
26
 
27
27
  gem.add_dependency("lazier", "~> 4.2")
28
- gem.add_dependency("versionomy", "~> 0.4")
28
+ gem.add_dependency("versionomy", "~> 0.5")
29
29
  end
@@ -79,8 +79,8 @@
79
79
 
80
80
 
81
81
  <dt class="r1 last">Defined in:</dt>
82
- <dd class="r1 last">lib/brauser/value.rb<span class="defines">,<br />
83
- lib/brauser/hooks.rb,<br /> lib/brauser/parser.rb,<br /> lib/brauser/version.rb,<br /> lib/brauser/browser.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>
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 Mon Mar 2 13:10:31 2015 by
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.2.0).
126
+ 0.8.7.6 (ruby-2.3.0).
127
127
  </div>
128
128
 
129
129
  </body>
@@ -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 Mon Mar 2 13:10:31 2015 by
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.2.0).
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 Mon Mar 2 13:10:31 2015 by
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.2.0).
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 Mon Mar 2 13:10:31 2015 by
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.2.0).
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 Mon Mar 2 13:10:31 2015 by
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.2.0).
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 Mon Mar 2 13:10:31 2015 by
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.2.0).
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 Mon Mar 2 13:10:31 2015 by
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.2.0).
686
+ 0.8.7.6 (ruby-2.3.0).
687
687
  </div>
688
688
 
689
689
  </body>
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Mon Mar 2 13:10:31 2015 by
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.2.0).
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 Mon Mar 2 13:10:31 2015 by
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.2.0).
330
+ 0.8.7.6 (ruby-2.3.0).
331
331
  </div>
332
332
 
333
333
  </body>
@@ -507,9 +507,9 @@
507
507
  </div>
508
508
 
509
509
  <div id="footer">
510
- Generated on Mon Mar 2 13:10:31 2015 by
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.2.0).
512
+ 0.8.7.6 (ruby-2.3.0).
513
513
  </div>
514
514
 
515
515
  </body>
@@ -596,9 +596,9 @@
596
596
  </div>
597
597
 
598
598
  <div id="footer">
599
- Generated on Mon Mar 2 13:10:31 2015 by
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.2.0).
601
+ 0.8.7.6 (ruby-2.3.0).
602
602
  </div>
603
603
 
604
604
  </body>
@@ -151,7 +151,7 @@
151
151
 
152
152
  </div>
153
153
  </dt>
154
- <dd><pre class="code"><span class='integer val'>0</span>
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 Mon Mar 2 13:10:31 2015 by
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.2.0).
189
+ 0.8.7.6 (ruby-2.3.0).
190
190
  </div>
191
191
 
192
192
  </body>
@@ -226,9 +226,9 @@
226
226
  </div>
227
227
 
228
228
  <div id="footer">
229
- Generated on Mon Mar 2 13:10:30 2015 by
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.2.0).
231
+ 0.8.7.6 (ruby-2.3.0).
232
232
  </div>
233
233
 
234
234
  </body>
@@ -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 Mon Mar 2 13:10:30 2015 by
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.2.0).
238
+ 0.8.7.6 (ruby-2.3.0).
239
239
  </div>
240
240
 
241
241
  </body>
@@ -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 Mon Mar 2 13:10:30 2015 by
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.2.0).
238
+ 0.8.7.6 (ruby-2.3.0).
239
239
  </div>
240
240
 
241
241
  </body>
@@ -142,8 +142,8 @@
142
142
 
143
143
 
144
144
  <li class="r2 ">
145
- <span class='object_link'><a href="Brauser/Definitions/Platform.html#initialize-instance_method" title="Brauser::Definitions::Platform#initialize (method)">#initialize</a></span>
146
- <small>Brauser::Definitions::Platform</small>
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/Definitions/Browser.html#initialize-instance_method" title="Brauser::Definitions::Browser#initialize (method)">#initialize</a></span>
158
- <small>Brauser::Definitions::Browser</small>
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/Language.html#initialize-instance_method" title="Brauser::Definitions::Language#initialize (method)">#initialize</a></span>
170
- <small>Brauser::Definitions::Language</small>
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/Base.html#match-instance_method" title="Brauser::Definitions::Base#match (method)">#match</a></span>
194
- <small>Brauser::Definitions::Base</small>
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/Browser.html#match-instance_method" title="Brauser::Definitions::Browser#match (method)">#match</a></span>
206
- <small>Brauser::Definitions::Browser</small>
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/Browser.html#method_missing-instance_method" title="Brauser::Browser#method_missing (method)">#method_missing</a></span>
218
- <small>Brauser::Browser</small>
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/Value.html#method_missing-instance_method" title="Brauser::Value#method_missing (method)">#method_missing</a></span>
224
- <small>Brauser::Value</small>
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/Definitions/Platform.html#name-instance_method" title="Brauser::Definitions::Platform#name (method)">#name</a></span>
230
- <small>Brauser::Definitions::Platform</small>
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/Browser.html#name-instance_method" title="Brauser::Definitions::Browser#name (method)">#name</a></span>
236
- <small>Brauser::Definitions::Browser</small>
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/Language.html#name-instance_method" title="Brauser::Definitions::Language#name (method)">#name</a></span>
242
- <small>Brauser::Definitions::Language</small>
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/Browser.html#name-instance_method" title="Brauser::Browser#name (method)">#name</a></span>
248
- <small>Brauser::Browser</small>
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 Mon Mar 2 13:10:31 2015 by
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.2.0).
108
+ 0.8.7.6 (ruby-2.3.0).
109
109
  </div>
110
110
 
111
111
  </body>
@@ -16,9 +16,9 @@ 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(".")
23
23
  end
24
- end
24
+ end
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.0
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: 2015-03-02 00:00:00.000000000 Z
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.4'
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.4'
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.4.5
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.