brauser 1.0.5 → 1.0.6

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/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![Build Status](https://secure.travis-ci.org/ShogunPanda/brauser.png?branch=master)](http://travis-ci.org/ShogunPanda/brauser)
4
4
  [![Dependency Status](https://gemnasium.com/ShogunPanda/brauser.png?travis)](https://gemnasium.com/ShogunPanda/brauser)
5
+ [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/ShogunPanda/brauser)
5
6
 
6
7
  A framework agnostic browser detection and querying helper.
7
8
 
data/brauser.gemspec CHANGED
@@ -26,9 +26,9 @@ Gem::Specification.new do |gem|
26
26
 
27
27
  gem.add_development_dependency("rspec", "~> 2.11.0")
28
28
  gem.add_development_dependency("rake", "~> 0.9.0")
29
- gem.add_development_dependency("simplecov", "~> 0.6.0")
29
+ gem.add_development_dependency("simplecov", "~> 0.7.0")
30
30
  gem.add_development_dependency("pry", ">= 0")
31
31
  gem.add_development_dependency("yard", "~> 0.8.0")
32
- gem.add_development_dependency("redcarpet", "~> 2.1.0")
32
+ gem.add_development_dependency("redcarpet", "~> 2.2.0")
33
33
  gem.add_development_dependency("github-markup", "~> 0.7.0")
34
34
  end
data/doc/Brauser.html CHANGED
@@ -120,7 +120,7 @@
120
120
  </div>
121
121
 
122
122
  <div id="footer">
123
- Generated on Tue Aug 28 09:55:46 2012 by
123
+ Generated on Fri Oct 19 09:04:48 2012 by
124
124
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
125
125
  0.8.2.1 (ruby-1.9.2).
126
126
  </div>
@@ -4383,7 +4383,7 @@
4383
4383
  </div>
4384
4384
 
4385
4385
  <div id="footer">
4386
- Generated on Tue Aug 28 09:55:47 2012 by
4386
+ Generated on Fri Oct 19 09:04:49 2012 by
4387
4387
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
4388
4388
  0.8.2.1 (ruby-1.9.2).
4389
4389
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Tue Aug 28 09:55:46 2012 by
119
+ Generated on Fri Oct 19 09:04:48 2012 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.8.2.1 (ruby-1.9.2).
122
122
  </div>
@@ -323,7 +323,7 @@
323
323
  </div>
324
324
 
325
325
  <div id="footer">
326
- Generated on Tue Aug 28 09:55:46 2012 by
326
+ Generated on Fri Oct 19 09:04:48 2012 by
327
327
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
328
328
  0.8.2.1 (ruby-1.9.2).
329
329
  </div>
@@ -1306,7 +1306,7 @@
1306
1306
  </div>
1307
1307
 
1308
1308
  <div id="footer">
1309
- Generated on Tue Aug 28 09:55:46 2012 by
1309
+ Generated on Fri Oct 19 09:04:49 2012 by
1310
1310
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1311
1311
  0.8.2.1 (ruby-1.9.2).
1312
1312
  </div>
@@ -149,7 +149,7 @@
149
149
 
150
150
  </div>
151
151
  </dt>
152
- <dd><pre class="code"><span class='int'>5</span></pre></dd>
152
+ <dd><pre class="code"><span class='int'>6</span></pre></dd>
153
153
 
154
154
  <dt id="STRING-constant" class="">STRING =
155
155
  <div class="docstring">
@@ -180,7 +180,7 @@
180
180
  </div>
181
181
 
182
182
  <div id="footer">
183
- Generated on Tue Aug 28 09:55:46 2012 by
183
+ Generated on Fri Oct 19 09:04:48 2012 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
185
  0.8.2.1 (ruby-1.9.2).
186
186
  </div>
data/doc/_index.html CHANGED
@@ -168,7 +168,7 @@
168
168
  </div>
169
169
 
170
170
  <div id="footer">
171
- Generated on Tue Aug 28 09:55:46 2012 by
171
+ Generated on Fri Oct 19 09:04:48 2012 by
172
172
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
173
173
  0.8.2.1 (ruby-1.9.2).
174
174
  </div>
data/doc/file.README.html CHANGED
@@ -64,7 +64,8 @@
64
64
  <div id="content"><div id='filecontents'><h1>brauser</h1>
65
65
 
66
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>
67
- <a href="https://gemnasium.com/ShogunPanda/brauser"><img src="https://gemnasium.com/ShogunPanda/brauser.png?travis" alt="Dependency Status"></a></p>
67
+ <a href="https://gemnasium.com/ShogunPanda/brauser"><img src="https://gemnasium.com/ShogunPanda/brauser.png?travis" alt="Dependency Status"></a>
68
+ <a href="https://codeclimate.com/github/ShogunPanda/brauser"><img src="https://codeclimate.com/badge.png" alt="Code Climate"></a></p>
68
69
 
69
70
  <p>A framework agnostic browser detection and querying helper.</p>
70
71
 
@@ -263,7 +264,7 @@ Licensed under the MIT license, which can be found at <a href="http://www.openso
263
264
  </div></div>
264
265
 
265
266
  <div id="footer">
266
- Generated on Tue Aug 28 09:55:46 2012 by
267
+ Generated on Fri Oct 19 09:04:48 2012 by
267
268
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
268
269
  0.8.2.1 (ruby-1.9.2).
269
270
  </div>
data/doc/index.html CHANGED
@@ -64,7 +64,8 @@
64
64
  <div id="content"><div id='filecontents'><h1>brauser</h1>
65
65
 
66
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>
67
- <a href="https://gemnasium.com/ShogunPanda/brauser"><img src="https://gemnasium.com/ShogunPanda/brauser.png?travis" alt="Dependency Status"></a></p>
67
+ <a href="https://gemnasium.com/ShogunPanda/brauser"><img src="https://gemnasium.com/ShogunPanda/brauser.png?travis" alt="Dependency Status"></a>
68
+ <a href="https://codeclimate.com/github/ShogunPanda/brauser"><img src="https://codeclimate.com/badge.png" alt="Code Climate"></a></p>
68
69
 
69
70
  <p>A framework agnostic browser detection and querying helper.</p>
70
71
 
@@ -263,7 +264,7 @@ Licensed under the MIT license, which can be found at <a href="http://www.openso
263
264
  </div></div>
264
265
 
265
266
  <div id="footer">
266
- Generated on Tue Aug 28 09:55:46 2012 by
267
+ Generated on Fri Oct 19 09:04:48 2012 by
267
268
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
268
269
  0.8.2.1 (ruby-1.9.2).
269
270
  </div>
@@ -103,7 +103,7 @@
103
103
  </div>
104
104
 
105
105
  <div id="footer">
106
- Generated on Tue Aug 28 09:55:46 2012 by
106
+ Generated on Fri Oct 19 09:04:48 2012 by
107
107
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
108
108
  0.8.2.1 (ruby-1.9.2).
109
109
  </div>
@@ -16,7 +16,7 @@ module Brauser
16
16
  MINOR = 0
17
17
 
18
18
  # The patch version.
19
- PATCH = 5
19
+ PATCH = 6
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: 1.0.5
4
+ version: 1.0.6
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: 2012-08-28 00:00:00.000000000 Z
12
+ date: 2012-10-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: lazier
@@ -66,7 +66,7 @@ dependencies:
66
66
  requirements:
67
67
  - - ~>
68
68
  - !ruby/object:Gem::Version
69
- version: 0.6.0
69
+ version: 0.7.0
70
70
  type: :development
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
@@ -74,7 +74,7 @@ dependencies:
74
74
  requirements:
75
75
  - - ~>
76
76
  - !ruby/object:Gem::Version
77
- version: 0.6.0
77
+ version: 0.7.0
78
78
  - !ruby/object:Gem::Dependency
79
79
  name: pry
80
80
  requirement: !ruby/object:Gem::Requirement
@@ -114,7 +114,7 @@ dependencies:
114
114
  requirements:
115
115
  - - ~>
116
116
  - !ruby/object:Gem::Version
117
- version: 2.1.0
117
+ version: 2.2.0
118
118
  type: :development
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
@@ -122,7 +122,7 @@ dependencies:
122
122
  requirements:
123
123
  - - ~>
124
124
  - !ruby/object:Gem::Version
125
- version: 2.1.0
125
+ version: 2.2.0
126
126
  - !ruby/object:Gem::Dependency
127
127
  name: github-markup
128
128
  requirement: !ruby/object:Gem::Requirement
@@ -199,7 +199,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
199
199
  version: '0'
200
200
  segments:
201
201
  - 0
202
- hash: 4366897324243754710
202
+ hash: 4483220343988870930
203
203
  required_rubygems_version: !ruby/object:Gem::Requirement
204
204
  none: false
205
205
  requirements:
@@ -208,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
208
208
  version: '0'
209
209
  segments:
210
210
  - 0
211
- hash: 4366897324243754710
211
+ hash: 4483220343988870930
212
212
  requirements: []
213
213
  rubyforge_project: brauser
214
214
  rubygems_version: 1.8.24