caishu_model 0.0.8 → 0.1.0

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: 3dac9f6465869e8f5a0119c7d418b1b4ce4a3551
4
- data.tar.gz: 7926e656b5569c39946e45bc85a45d3aa8743529
3
+ metadata.gz: 7d3b9a4f89c44994577f01c97be627ee128a1398
4
+ data.tar.gz: aa8d32a136e56451c1a807ac21ac3c2455de0723
5
5
  SHA512:
6
- metadata.gz: 32d7ba7c999ddf86c733012d8e6be058df61fc075a897d091eac09b76ff21e00e16013043e9d764e3f6db2e861c147745b5e187b0ff757a07950e8817e2a2ad3
7
- data.tar.gz: 6e4ecfbd38c8aa1bba44277344d81e9c51e0160de69ceeab16ae82a34876e1bf26f6c97768992c46822fa9f6eb5fc86e35e02ec7a57a6a2ad4928818f5a2fd42
6
+ metadata.gz: 2a6b711ec3764bd0e5f783a6a45ffb4152993ae114d7b81f54b41778fa1abbabf354a64b81e3503acd9b195b0f1350511c886f3a6a1874df68bc70fc2d008540
7
+ data.tar.gz: 43e0842c7b5c1c4854d9f1eee569a3d1b510857775d6a60a9adbcef15585c2e91bf36f8be873a1f419ce2178225f17e0f85a4ffa92a4655256662fa4ad52893b
data/README.md CHANGED
@@ -1,6 +1,5 @@
1
1
  # CaishuModel
2
-
3
- TODO: Write a gem description
2
+ caishu项目下所依赖的models。
4
3
 
5
4
  ## Installation
6
5
 
@@ -17,13 +16,4 @@ Or install it yourself as:
17
16
  $ gem install caishu_model
18
17
 
19
18
  ## Usage
20
-
21
- TODO: Write usage instructions here
22
-
23
- ## Contributing
24
-
25
- 1. Fork it ( http://github.com/<my-github-username>/caishu_model/fork )
26
- 2. Create your feature branch (`git checkout -b my-new-feature`)
27
- 3. Commit your changes (`git commit -am 'Add some feature'`)
28
- 4. Push to the branch (`git push origin my-new-feature`)
29
- 5. Create new Pull Request
19
+ 直接使用
data/caishu_model.gemspec CHANGED
@@ -5,13 +5,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "caishu_model"
8
- spec.version = '0.0.8'
8
+ spec.version = '0.1.0'
9
9
  spec.authors = ["menghuanwd"]
10
10
  spec.email = ["651019063@qq.com"]
11
- spec.summary = %q{asd}
12
- spec.description = %q{wqw}
13
- spec.homepage = ""
14
- spec.license = "MIT"
11
+ spec.summary = %q{caishu项目的models}
12
+ spec.description = %q{caishu项目下,dream、wap、weixin、backend所用到的models}
13
+ spec.homepage = "https://github.com/menghuanwd/caishu_model"
14
+ spec.license = "menghuanwd"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
17
17
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
@@ -20,4 +20,5 @@ Gem::Specification.new do |spec|
20
20
 
21
21
  spec.add_development_dependency "bundler", "~> 1.5"
22
22
  spec.add_development_dependency "rake"
23
+ spec.add_dependency "activerecord"
23
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caishu_model
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - menghuanwd
@@ -38,7 +38,21 @@ dependencies:
38
38
  - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: wqw
41
+ - !ruby/object:Gem::Dependency
42
+ name: activerecord
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ description: caishu项目下,dream、wap、weixin、backend所用到的models
42
56
  email:
43
57
  - 651019063@qq.com
44
58
  executables: []
@@ -47,7 +61,7 @@ extra_rdoc_files: []
47
61
  files:
48
62
  - .gitignore
49
63
  - Gemfile
50
- - LICENSE.txt
64
+ - LICENSE
51
65
  - README.md
52
66
  - Rakefile
53
67
  - caishu_model.gemspec
@@ -70,9 +84,9 @@ files:
70
84
  - lib/caishu_model/version.rb
71
85
  - lib/caishu_model/weixin.rb
72
86
  - lib/caishu_model/weixin_message.rb
73
- homepage: ''
87
+ homepage: https://github.com/menghuanwd/caishu_model
74
88
  licenses:
75
- - MIT
89
+ - menghuanwd
76
90
  metadata: {}
77
91
  post_install_message:
78
92
  rdoc_options: []
@@ -93,5 +107,5 @@ rubyforge_project:
93
107
  rubygems_version: 2.1.11
94
108
  signing_key:
95
109
  specification_version: 4
96
- summary: asd
110
+ summary: caishu项目的models
97
111
  test_files: []
File without changes