woothee 1.2.0 → 1.3.0

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: 44162a8c67cb953882dbe7e9d65148a68ef40742
4
- data.tar.gz: 6d316209571959729e3cfaf4cc1ff96abf1860c9
3
+ metadata.gz: 959024515294a3ba6229bbbda28d941bdeb370ff
4
+ data.tar.gz: ba6e45c2f168b2c868373e39bb309f6c1c57724d
5
5
  SHA512:
6
- metadata.gz: 0ae44d2cace028c8bcd236d106b0a8c022c3848fe75d539832280081c88b4f334772e86618a3ef0ba985206998fa91fee10f3b06aa3e1f3c1f70f44bccce2fb4
7
- data.tar.gz: 0a750dce5c17a0a4c9e9e06b793b33081571406d90f70ce8e33e4de9c19cc23df01993793017ed6c49cbb0da090440f0f4edb28e0d5ac23b64e0ae9635aec7c6
6
+ metadata.gz: 5ffebc5751ed825d109e697c9da79a4d33c60e6fcff26028091ace1218702abf2d704e0daaa9796f07418899ce4a0b417c6d1afab612bf286197ba9493f3f9db
7
+ data.tar.gz: d92408ac0e398c7d5a134bcb2996c1b254a570c1326f3e1003ca9dbcf61be4cca58b013b4534d9c143c105e98be242c9d80f3bf8315a221bee9d3178771077c4
data/.travis.yml CHANGED
@@ -1,10 +1,13 @@
1
+ sudo: false
1
2
  language: ruby
2
3
  rvm:
3
- - "1.9"
4
4
  - "2.0"
5
+ - "2.1"
6
+ - "2.2"
5
7
  - "jruby-19mode"
6
8
  before_script:
7
9
  - git submodule update --init
10
+ - gem update bundler
8
11
  - bundle install
9
12
  - bundle update
10
13
  script:
@@ -36,6 +36,13 @@ module Woothee::Browser
36
36
  return true
37
37
  end
38
38
 
39
+ if ua =~ /FxiOS\/([.0-9]+)/o
40
+ version = $1
41
+ update_map(result, Woothee::DataSet.get('Firefox'))
42
+ update_version(result, version)
43
+ return true
44
+ end
45
+
39
46
  if ua =~ /(?:Chrome|CrMo|CriOS)\/([.0-9]+)/o
40
47
  chrome_version = $1
41
48
 
@@ -1,3 +1,3 @@
1
1
  module Woothee
2
- VERSION = "1.2.0"
2
+ VERSION = "1.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: woothee
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAGOMORI Satoshi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-11 00:00:00.000000000 Z
11
+ date: 2015-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake