confetti 0.7.2 → 0.7.3
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/templates/android_manifest.mustache +2 -1
- data/lib/confetti/version.rb +1 -1
- data/spec/fixtures/android/AndroidManifest_bare.xml +2 -1
- data/spec/fixtures/android/AndroidManifest_expected.xml +2 -1
- data/spec/fixtures/android/android_manifest_spec.xml +2 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
@@ -3,7 +3,8 @@
|
|
3
3
|
package="{{ package_name }}"
|
4
4
|
android:installLocation="{{ install_location }}"
|
5
5
|
android:versionName="{{ version }}"
|
6
|
-
android:versionCode="{{ version_code }}"
|
6
|
+
android:versionCode="{{ version_code }}"
|
7
|
+
android:windowSoftInputMode="adjustPan">
|
7
8
|
|
8
9
|
<supports-screens
|
9
10
|
android:largeScreens="true"
|
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
|
+
- 3
|
9
|
+
version: 0.7.3
|
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-03-
|
19
|
+
date: 2012-03-29 00:00:00 -07:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|