confetti 0.9.16 → 0.9.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,7 +24,7 @@
24
24
  android:debuggable="true" android:hardwareAccelerated="true">
25
25
  <activity android:name=".{{ class_name }}"
26
26
  android:screenOrientation="{{ app_orientation }}"
27
- android:label="@string/app_name" android:configChanges="orientation|keyboardHidden">
27
+ android:label="@string/app_name" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale">
28
28
  <intent-filter>
29
29
  <action android:name="android.intent.action.MAIN" />
30
30
  <category android:name="android.intent.category.LAUNCHER" />
@@ -1,3 +1,3 @@
1
1
  module Confetti
2
- VERSION = "0.9.16"
2
+ VERSION = "0.9.17"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: confetti
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 16
10
- version: 0.9.16
9
+ - 17
10
+ version: 0.9.17
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrew Lunny
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2013-07-29 00:00:00 Z
20
+ date: 2013-08-09 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: mustache