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 CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- confetti (0.7.10)
4
+ confetti (0.7.11)
5
5
  mustache (~> 0.11.2)
6
6
 
7
7
  GEM
@@ -20,7 +20,7 @@ module Confetti
20
20
 
21
21
  STATUS_BARS = {
22
22
  :default => "UIStatusBarStyleDefault",
23
- :"black-transparent" => "UIStatusBarStyleBlackTransparent",
23
+ :"black-translucent" => "UIStatusBarStyleBlackTranslucent",
24
24
  :"black-opaque" => "UIStatusBarStyleBlackOpaque"
25
25
  }
26
26
 
@@ -1,3 +1,3 @@
1
1
  module Confetti
2
- VERSION = "0.7.10"
2
+ VERSION = "0.7.11"
3
3
  end
@@ -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-transparent"
181
- @template.statusbar_style.should == "UIStatusBarStyleBlackTransparent"
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
- - 10
9
- version: 0.7.10
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-04-30 00:00:00 -07:00
19
+ date: 2012-05-01 00:00:00 -07:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency