subapp_model 1.0.4 → 1.0.5

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: 955e9ed256e673ddd8376708c4e899fb66d1d82c
4
- data.tar.gz: 40f65bd381ca76baa759583cc682b4c29a4d905e
3
+ metadata.gz: e58492ead591a32ff7df21c6159a9bbaf9d0377d
4
+ data.tar.gz: dd99db230db373761bbcae27897026f0803d489a
5
5
  SHA512:
6
- metadata.gz: d8ec67c3bc63512f21e53dcbe8f8a43ea38dceeff2bc0164bda30621b2f740fd16848b9f79342ce873d4b49f64e6076afa13ce48038afa365a5ebe3bd2a36399
7
- data.tar.gz: d8acef8e1362a68013186a03414c10495822721e1d21e891b1a2f2605c95454a18621b0091634a8ea768e7f7c3d6bf828d7072a0fcb608041e072708e8f97bf6
6
+ metadata.gz: 484d55ff42b6c3ca2b20405b80a4308214ccfcb669b309a9a6aeaceb54ff99a2c9da1e14eabcb4b6fbd92199c2cb1582f136d52267f02e4996dc81000ae881c7
7
+ data.tar.gz: 17367448c98d8de71629714931d90d71f0d3d962da911f2980cc89359ead8c86e6d55a39651e7f92b6770d9c3c7c05efa90111606d0464669760a5f6bc190c9a
@@ -50,7 +50,8 @@ 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, :init
53
+ :pad_loading_icon_path, :ios_icon_72_path, :ios_icon_144_path, :ios_icon_76_path, :ios_icon_152_path, :pack_type, :init, :ios_is_audit_bookstore, :ios_is_banner,
54
+ :ios_is_audit_banner
54
55
 
55
56
  validates :title, :apple_appid, :name, :certificate_name, :presence => true
56
57
  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.4"
2
+ VERSION = "1.0.5"
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.4
4
+ version: 1.0.5
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-13 00:00:00.000000000 Z
11
+ date: 2014-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler