subapp_model 1.0.3 → 1.0.4

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: 0195fec631a22b6c0b6bf989b0eac0d5773e8a56
4
- data.tar.gz: 9c7b1748a4c848a757fdf651e6eea7d25b3128d9
3
+ metadata.gz: 955e9ed256e673ddd8376708c4e899fb66d1d82c
4
+ data.tar.gz: 40f65bd381ca76baa759583cc682b4c29a4d905e
5
5
  SHA512:
6
- metadata.gz: 9cf11a193ca2aea3d461ac045352227f0286456fb1491c52c6e2cfeefc8d2c00c52d8a96b06a650ce1622ede3a38e5fd42b9bbdff53c7911d5b04394bafb7595
7
- data.tar.gz: 19ae4ffe37c61a573fd50c02cad39de1ad5a49698060133a4fa91a3946212fd25a11eb72daf93a517891ae0559ff4e9da0422b85b092079870a019fb9f225ed3
6
+ metadata.gz: d8ec67c3bc63512f21e53dcbe8f8a43ea38dceeff2bc0164bda30621b2f740fd16848b9f79342ce873d4b49f64e6076afa13ce48038afa365a5ebe3bd2a36399
7
+ data.tar.gz: d8acef8e1362a68013186a03414c10495822721e1d21e891b1a2f2605c95454a18621b0091634a8ea768e7f7c3d6bf828d7072a0fcb608041e072708e8f97bf6
@@ -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, :pack_type
53
+ :pad_loading_icon_path, :ios_icon_72_path, :ios_icon_144_path, :ios_icon_76_path, :ios_icon_152_path, :pack_type, :init
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.3"
2
+ VERSION = "1.0.4"
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.3
4
+ version: 1.0.4
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-06 00:00:00.000000000 Z
11
+ date: 2014-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler