woothee 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/woothee/browser.rb +1 -1
  2. data/woothee.gemspec +1 -1
  3. metadata +2 -2
@@ -24,7 +24,7 @@ module Woothee::Browser
24
24
 
25
25
  version = Woothee::VALUE_UNKNOWN
26
26
 
27
- if ua =~ /(?:Chrome|CrMo)\/([.0-9]+)/o
27
+ if ua =~ /(?:Chrome|CrMo|CriOS)\/([.0-9]+)/o
28
28
  # Chrome
29
29
  version = $1
30
30
  update_map(result, Woothee::DataSet.get('Chrome'))
data/woothee.gemspec CHANGED
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.description = "Cross-language UserAgent classifier library, ruby implementation"
7
7
  gem.homepage = "https://github.com/tagomoris/woothee"
8
8
  gem.summary = gem.description
9
- gem.version = "0.2.0"
9
+ gem.version = "0.2.1"
10
10
  gem.authors = ["TAGOMORI Satoshi"]
11
11
  gem.email = "tagomoris@gmail.com"
12
12
  gem.has_rdoc = false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: woothee
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.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: 2012-06-13 00:00:00.000000000 Z
12
+ date: 2012-06-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec