subapp_model 1.0.2 → 1.0.3

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: a57b90f511ecdb860bd3e409e774c7cd91f0d9fc
4
- data.tar.gz: 2411b4f66f355f8ae92e65b100dd2efbd2ea58af
3
+ metadata.gz: 0195fec631a22b6c0b6bf989b0eac0d5773e8a56
4
+ data.tar.gz: 9c7b1748a4c848a757fdf651e6eea7d25b3128d9
5
5
  SHA512:
6
- metadata.gz: 504c7b9d8f83fc8b69f6cc3bda386bf7bbffb328a5f55300f38d124a56d397f4dee221a88b6f2ca8ea9ec401d86607c18974fc7ce7ec1fd3813a8f81c15384a8
7
- data.tar.gz: 1a1c7c515c95833758eb0a0bdc4578f9cff115fda57a82611135446c58b69c147a52d62affda762fe3f508361539af68e0bc6e5410d6b621b481c940531b25c0
6
+ metadata.gz: 9cf11a193ca2aea3d461ac045352227f0286456fb1491c52c6e2cfeefc8d2c00c52d8a96b06a650ce1622ede3a38e5fd42b9bbdff53c7911d5b04394bafb7595
7
+ data.tar.gz: 19ae4ffe37c61a573fd50c02cad39de1ad5a49698060133a4fa91a3946212fd25a11eb72daf93a517891ae0559ff4e9da0422b85b092079870a019fb9f225ed3
@@ -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, :ios_icon_72_path, :ios_icon_144_path, :ios_icon_76_path, :ios_icon_152_path
53
+ :pad_loading_icon_path, :ios_icon_72_path, :ios_icon_144_path, :ios_icon_76_path, :ios_icon_152_path, :pack_type
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.2"
2
+ VERSION = "1.0.3"
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.2
4
+ version: 1.0.3
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-05 00:00:00.000000000 Z
11
+ date: 2014-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler