subapp_model 0.9.7 → 0.9.8

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: a37c6679be58c0799dadeb38807bf327d6ba4c4f
4
- data.tar.gz: ac08b2e3569e14d27ad2b1b2be7d67a436e7ca52
3
+ metadata.gz: c39d3e7a7078f4cac3569f2c7d02be2d5412cd1d
4
+ data.tar.gz: cf7bdc6bdd3f245e1ff8e188b9f6e49ecd485079
5
5
  SHA512:
6
- metadata.gz: dc2321a3f97bbd62872baed7f8a0303ca582f1da638b545b19136ba8647d4d401dedd05a911be0af0b6a46758bd235d611900e4d230d6965f3d67792543a0b00
7
- data.tar.gz: 71ca94d70d2f9ff4c18ec3ab273773fc0eb25d958b69d5a0485da48a87c1f812e31932c15ecfdc65185d98a8d69722149dd789be6895926bfb852ff060677bb8
6
+ metadata.gz: 2e1b809ad100954caef532d9d19ef2f1372fb423851e0aba4b124725432fe32693befecebe583593a22ab8dd9b0984d7969214054f8f02fcabdc827d82eaafcf
7
+ data.tar.gz: 0ff8683ca1d20a24420613e810c719135f01dc2b69d588ee0a135795d674cfaa392d34ceb17115e22a50c63c2bbf01b59c234cb70bd12d1b9bd4b89465bb7afc
data/Gemfile CHANGED
File without changes
data/LICENSE.txt CHANGED
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
File without changes
data/ctags.rb CHANGED
File without changes
data/lib/.DS_Store CHANGED
File without changes
@@ -46,7 +46,8 @@ class App < ActiveRecord::Base
46
46
  :ios_comment_lock, :android_comment_lock,
47
47
  :ios_integral_wall, :android_integral_wall,
48
48
  :count, :unlock, :comment, :ximalaya, :other, :ios_force_comment, :android_force_comment,
49
- :ios_comment_time, :android_comment_time
49
+ :ios_comment_time, :android_comment_time,
50
+ :android_480_skin, :android_720_skin, :android_font
50
51
 
51
52
  validates :title, :apple_appid, :name, :certificate_name, :presence => true
52
53
  CONTENT_TYPES = {MUTI_BOZHU: 1, SINGLE_PERSON: 2, SINGLE_ALBUM: 3, MUTI_CATEGORY: 4, SINGLE_CATEGORY: 5, ALL_CATEGORY: 6}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  class Font < ActiveRecord::Base
2
2
  establish_connection SUBAPP_DB
3
3
  self.table_name = 'tb_font' #字体包配置
4
- attr_accessible :name, :url
4
+ attr_accessible :name, :url, :terminal, :color
5
5
  end
@@ -1,5 +1,5 @@
1
1
  class Skin < ActiveRecord::Base
2
2
  establish_connection SUBAPP_DB
3
3
  self.table_name = 'tb_skin' #皮肤包配置
4
- attr_accessible :name, :url
4
+ attr_accessible :name, :url, :terminal, :size, :color
5
5
  end
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module SubappModel
2
- VERSION = "0.9.7"
2
+ VERSION = "0.9.8"
3
3
  end
data/lib/subapp_model.rb CHANGED
File without changes
data/subapp_model.gemspec CHANGED
File without changes
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.7
4
+ version: 0.9.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - gavin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-03 00:00:00.000000000 Z
11
+ date: 2014-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler