confetti 0.9.9 → 0.9.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- confetti (0.9.9)
4
+ confetti (0.9.10)
5
5
  mustache (~> 0.11.2)
6
6
 
7
7
  GEM
@@ -21,7 +21,7 @@ module Confetti
21
21
  return self unless @config
22
22
 
23
23
  # old = 0.x, 1.0, 1.1, or 1.2
24
- old = /^(0)|(1[.][0-2])/
24
+ old = /^(0)|^(1[.][0-2])/
25
25
 
26
26
  if @config.phonegap_version and @config.phonegap_version.match(old)
27
27
  self.template = @@legacy_template
@@ -1,3 +1,3 @@
1
1
  module Confetti
2
- VERSION = "0.9.9"
2
+ VERSION = "0.9.10"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 9
9
- version: 0.9.9
8
+ - 10
9
+ version: 0.9.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andrew Lunny