subapp_model 0.9.9.3 → 0.9.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a729fa41f2520249bc72436326f93ff5f12a356
4
- data.tar.gz: 2a48e6edcc6449099405dd1a396844510d8420f4
3
+ metadata.gz: 8fa717eb40aa056b6ea17199e9a51025e8eaa8e2
4
+ data.tar.gz: 62ae31fbf8ca6abe1bc3cb9c5f5f2cc5041bd9e0
5
5
  SHA512:
6
- metadata.gz: 0e109a19c099d9b42119f24d0860860b75e66a3096d9a2bb0ce17b4a40b85d91aa6da348b1ef008f6eb23e12260a1ce2f18d5411d2053ad7a8e1be01d1722519
7
- data.tar.gz: 7068fe4b60a858cc3969e1956b3a6a22e96f8a43d4dc8aece4bfc8f84d5fd381d64c52fd19202a64bf0b06acb6cb42c83ec224c77f3a91f9d9fcffa8c98fc75a
6
+ metadata.gz: 109cec10ad0b29465cb87a8d1b3d23ce25af42ecbe530497afc57e14480b430882e3291e4c90d992bd555d3f7189b321be8f7c3e4c023adb6c61ddb7fbc97dec
7
+ data.tar.gz: fd2d3fab30904841ef5c4652248ac409ecca7af39c95cb6341f785f84426766635c55bafb0c4dcf4c80621c83daa971bd4675ea2eb88d4baf6f71debf8c6c2a7
@@ -49,7 +49,7 @@ class App < ActiveRecord::Base
49
49
  :ios_comment_time, :android_comment_time,
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
- :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
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
53
 
54
54
  validates :title, :apple_appid, :name, :certificate_name, :presence => true
55
55
  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 = "0.9.9.3"
2
+ VERSION = "0.9.9.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: 0.9.9.3
4
+ version: 0.9.9.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-02-24 00:00:00.000000000 Z
11
+ date: 2014-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler