confetti 0.4.3 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -11,10 +11,10 @@ module Confetti
|
|
11
11
|
"UIInterfaceOrientationPortraitUpsideDown"
|
12
12
|
],
|
13
13
|
:default => [
|
14
|
-
"UIInterfaceOrientationLandscapeLeft",
|
15
|
-
"UIInterfaceOrientationLandscapeRight",
|
16
14
|
"UIInterfaceOrientationPortrait",
|
17
|
-
"UIInterfaceOrientationPortraitUpsideDown"
|
15
|
+
"UIInterfaceOrientationPortraitUpsideDown",
|
16
|
+
"UIInterfaceOrientationLandscapeLeft",
|
17
|
+
"UIInterfaceOrientationLandscapeRight"
|
18
18
|
]
|
19
19
|
}
|
20
20
|
|
data/lib/confetti/version.rb
CHANGED
@@ -8,17 +8,17 @@
|
|
8
8
|
</array>
|
9
9
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
10
10
|
<array>
|
11
|
-
<string>UIInterfaceOrientationLandscapeLeft</string>
|
12
|
-
<string>UIInterfaceOrientationLandscapeRight</string>
|
13
11
|
<string>UIInterfaceOrientationPortrait</string>
|
14
12
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
13
|
+
<string>UIInterfaceOrientationLandscapeLeft</string>
|
14
|
+
<string>UIInterfaceOrientationLandscapeRight</string>
|
15
15
|
</array>
|
16
16
|
<key>UISupportedInterfaceOrientations</key>
|
17
17
|
<array>
|
18
|
-
<string>UIInterfaceOrientationLandscapeLeft</string>
|
19
|
-
<string>UIInterfaceOrientationLandscapeRight</string>
|
20
18
|
<string>UIInterfaceOrientationPortrait</string>
|
21
19
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
20
|
+
<string>UIInterfaceOrientationLandscapeLeft</string>
|
21
|
+
<string>UIInterfaceOrientationLandscapeRight</string>
|
22
22
|
</array>
|
23
23
|
<key>CFBundleDevelopmentRegion</key>
|
24
24
|
<string>English</string>
|
@@ -8,17 +8,17 @@
|
|
8
8
|
</array>
|
9
9
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
10
10
|
<array>
|
11
|
-
<string>UIInterfaceOrientationLandscapeLeft</string>
|
12
|
-
<string>UIInterfaceOrientationLandscapeRight</string>
|
13
11
|
<string>UIInterfaceOrientationPortrait</string>
|
14
12
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
13
|
+
<string>UIInterfaceOrientationLandscapeLeft</string>
|
14
|
+
<string>UIInterfaceOrientationLandscapeRight</string>
|
15
15
|
</array>
|
16
16
|
<key>UISupportedInterfaceOrientations</key>
|
17
17
|
<array>
|
18
|
-
<string>UIInterfaceOrientationLandscapeLeft</string>
|
19
|
-
<string>UIInterfaceOrientationLandscapeRight</string>
|
20
18
|
<string>UIInterfaceOrientationPortrait</string>
|
21
19
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
20
|
+
<string>UIInterfaceOrientationLandscapeLeft</string>
|
21
|
+
<string>UIInterfaceOrientationLandscapeRight</string>
|
22
22
|
</array>
|
23
23
|
<key>CFBundleDevelopmentRegion</key>
|
24
24
|
<string>English</string>
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 4
|
8
|
-
-
|
9
|
-
version: 0.4.
|
8
|
+
- 4
|
9
|
+
version: 0.4.4
|
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: 2011-11-
|
19
|
+
date: 2011-11-22 00:00:00 -08:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|