confetti 0.7.8 → 0.7.9
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/confetti/config.rb +2 -2
- data/lib/confetti/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/lib/confetti/config.rb
CHANGED
@@ -197,14 +197,14 @@ module Confetti
|
|
197
197
|
|
198
198
|
def default_icon
|
199
199
|
@icon_set.each do |icon|
|
200
|
-
return icon if icon.src.match /^icon\.
|
200
|
+
return icon if icon.src.match /^icon(\.[a-zA-Z0-9]+)+$/i
|
201
201
|
end
|
202
202
|
nil
|
203
203
|
end
|
204
204
|
|
205
205
|
def default_splash
|
206
206
|
@splash_set.each do |splash|
|
207
|
-
return splash if splash.src.match /^splash\.
|
207
|
+
return splash if splash.src.match /^splash(\.[a-zA-Z0-9]+)$/i
|
208
208
|
end
|
209
209
|
nil
|
210
210
|
end
|
data/lib/confetti/version.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 7
|
8
|
-
-
|
9
|
-
version: 0.7.
|
8
|
+
- 9
|
9
|
+
version: 0.7.9
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Andrew Lunny
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2012-04-
|
19
|
+
date: 2012-04-27 00:00:00 -07:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|