subapp_model 0.9.6 → 0.9.7

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: c68be8a7f602825cfb83cfbd40800c9522706587
4
- data.tar.gz: e6c4a95df07e2d963b4e858c9e40c252b1b0c0e2
3
+ metadata.gz: a37c6679be58c0799dadeb38807bf327d6ba4c4f
4
+ data.tar.gz: ac08b2e3569e14d27ad2b1b2be7d67a436e7ca52
5
5
  SHA512:
6
- metadata.gz: 1573be8b0f820b3bc430dd73aab3c2c6b4f5ce3371fbf6b262451b1a675cfa9abd75aef82a40e1c89a7408253d212d22a7a2f24599c40978b6ff15bdf8267a74
7
- data.tar.gz: c9b73d98fab222307e8d9a509b7b131f3b1a52668722d6d3a543869a7cba55817ece01b0a11d6ac8372f9a1be5a93db0f02afb8f310b6a0afa3c7f3306869ac8
6
+ metadata.gz: dc2321a3f97bbd62872baed7f8a0303ca582f1da638b545b19136ba8647d4d401dedd05a911be0af0b6a46758bd235d611900e4d230d6965f3d67792543a0b00
7
+ data.tar.gz: 71ca94d70d2f9ff4c18ec3ab273773fc0eb25d958b69d5a0485da48a87c1f812e31932c15ecfdc65185d98a8d69722149dd789be6895926bfb852ff060677bb8
@@ -42,7 +42,11 @@ class App < ActiveRecord::Base
42
42
  :qq_ios_key, :qq_android_key,
43
43
  :qq_ios_id, :qq_android_id,
44
44
  :app_icon_120_path, :app_type, :file_url, :certificate_url,
45
- :ios_is_chaping, :android_is_chaping
45
+ :ios_is_chaping, :android_is_chaping, :ios_ad_time, :and_ad_time,
46
+ :ios_comment_lock, :android_comment_lock,
47
+ :ios_integral_wall, :android_integral_wall,
48
+ :count, :unlock, :comment, :ximalaya, :other, :ios_force_comment, :android_force_comment,
49
+ :ios_comment_time, :android_comment_time
46
50
 
47
51
  validates :title, :apple_appid, :name, :certificate_name, :presence => true
48
52
  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.6"
2
+ VERSION = "0.9.7"
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.6
4
+ version: 0.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - gavin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-22 00:00:00.000000000 Z
11
+ date: 2014-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler