confetti 0.7.10 → 0.7.11
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.
- data/Gemfile.lock +1 -1
- data/lib/confetti/templates/ios_info.rb +1 -1
- data/lib/confetti/version.rb +1 -1
- data/spec/templates/ios_info_spec.rb +2 -2
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -20,7 +20,7 @@ module Confetti
|
|
20
20
|
|
21
21
|
STATUS_BARS = {
|
22
22
|
:default => "UIStatusBarStyleDefault",
|
23
|
-
:"black-
|
23
|
+
:"black-translucent" => "UIStatusBarStyleBlackTranslucent",
|
24
24
|
:"black-opaque" => "UIStatusBarStyleBlackOpaque"
|
25
25
|
}
|
26
26
|
|
data/lib/confetti/version.rb
CHANGED
@@ -177,8 +177,8 @@ describe Confetti::Template::IosInfo do
|
|
177
177
|
end
|
178
178
|
|
179
179
|
it "should be UIStatusBarStyleBlackTransparent for default" do
|
180
|
-
@status_pref.value = "black-
|
181
|
-
@template.statusbar_style.should == "
|
180
|
+
@status_pref.value = "black-translucent"
|
181
|
+
@template.statusbar_style.should == "UIStatusBarStyleBlackTranslucent"
|
182
182
|
end
|
183
183
|
|
184
184
|
it "should be UIStatusBarStyleBlackOpaque for default" do
|
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
|
+
- 11
|
9
|
+
version: 0.7.11
|
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-
|
19
|
+
date: 2012-05-01 00:00:00 -07:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|