subapp_model 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb75d0f7e947db6518771395c6dc3cd783074ebb
4
- data.tar.gz: faf27cc043de1f2edf9f07a2afac64166ac36bf9
3
+ metadata.gz: a57b90f511ecdb860bd3e409e774c7cd91f0d9fc
4
+ data.tar.gz: 2411b4f66f355f8ae92e65b100dd2efbd2ea58af
5
5
  SHA512:
6
- metadata.gz: 063a2fa2163ac3b1f96a5ee8ece331dc3caf7f23f0d5daf91894989c811a589f6c8382cae9646eec9bd8ef8f3f224d165e55fbc1c1cf19f8204c5570106d675b
7
- data.tar.gz: 42e6096b15c8043a7bc7f54985b9c2d0ee3d10bf6a6e6cb0e8749df43fed8b58dbe7059858b9f269361adf42d1883107f05cf09172cc9e281d4087750aade33d
6
+ metadata.gz: 504c7b9d8f83fc8b69f6cc3bda386bf7bbffb328a5f55300f38d124a56d397f4dee221a88b6f2ca8ea9ec401d86607c18974fc7ce7ec1fd3813a8f81c15384a8
7
+ data.tar.gz: 1a1c7c515c95833758eb0a0bdc4578f9cff115fda57a82611135446c58b69c147a52d62affda762fe3f508361539af68e0bc6e5410d6b621b481c940531b25c0
@@ -50,7 +50,7 @@ class App < ActiveRecord::Base
50
50
  :android_480_skin, :android_720_skin, :android_font, :download,
51
51
  :ios_is_bookstore, :android_is_bookstore, :ios_is_upgrade_in_download, :android_is_upgrade_in_download, :ios_is_upgrade_in_play, :android_is_upgrade_in_play,
52
52
  :ios_is_rate_pop, :android_is_rate_pop, :ios_time_to_rate, :android_time_to_rate, :old_version_switch, :ios_is_you_mi, :android_is_you_mi, :weixin_share, :is_audit,
53
- :pad_loading_icon_path
53
+ :pad_loading_icon_path, :ios_icon_72_path, :ios_icon_144_path, :ios_icon_76_path, :ios_icon_152_path
54
54
 
55
55
  validates :title, :apple_appid, :name, :certificate_name, :presence => true
56
56
  CONTENT_TYPES = {MUTI_BOZHU: 1, SINGLE_PERSON: 2, SINGLE_ALBUM: 3, MUTI_CATEGORY: 4, SINGLE_CATEGORY: 5, ALL_CATEGORY: 6}
@@ -1,3 +1,3 @@
1
1
  module SubappModel
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: subapp_model
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - gavin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-04 00:00:00.000000000 Z
11
+ date: 2014-03-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler