brwsr 1.1.0 → 1.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.
Files changed (3) hide show
  1. data/browser.gemspec +3 -3
  2. data/lib/brwsr/version.rb +1 -1
  3. metadata +6 -4
data/browser.gemspec CHANGED
@@ -6,9 +6,9 @@ Gem::Specification.new do |s|
6
6
  s.name = "brwsr"
7
7
  s.version = Brwsr::Version::STRING
8
8
  s.platform = Gem::Platform::RUBY
9
- s.authors = ["Nando Vieira"]
10
- s.email = ["fnando.vieira@gmail.com"]
11
- s.homepage = "http://github.com/fnando/browser"
9
+ s.authors = ["Nando Vieira", "Neil Matatall"]
10
+ s.email = ["fnando.vieira@gmail.com", "neil.matatall@gmail.com"]
11
+ s.homepage = "http://github.com/oreoshake/browser"
12
12
  s.summary = "Do some browser detection with Ruby."
13
13
  s.description = s.summary
14
14
 
data/lib/brwsr/version.rb CHANGED
@@ -2,7 +2,7 @@ module Brwsr
2
2
  module Version
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
- PATCH = 0
5
+ PATCH = 1
6
6
  STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,16 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brwsr
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 0
10
- version: 1.1.0
9
+ - 1
10
+ version: 1.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nando Vieira
14
+ - Neil Matatall
14
15
  autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
@@ -90,6 +91,7 @@ dependencies:
90
91
  description: Do some browser detection with Ruby.
91
92
  email:
92
93
  - fnando.vieira@gmail.com
94
+ - neil.matatall@gmail.com
93
95
  executables: []
94
96
 
95
97
  extensions: []
@@ -112,7 +114,7 @@ files:
112
114
  - lib/brwsr/version.rb
113
115
  - test/brwsr_test.rb
114
116
  - test/test_helper.rb
115
- homepage: http://github.com/fnando/browser
117
+ homepage: http://github.com/oreoshake/browser
116
118
  licenses: []
117
119
 
118
120
  post_install_message: