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 +4 -4
- data/README.md +2 -12
- data/caishu_model.gemspec +6 -5
- metadata +20 -6
- /data/{LICENSE.txt → LICENSE} +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d3b9a4f89c44994577f01c97be627ee128a1398
|
|
4
|
+
data.tar.gz: aa8d32a136e56451c1a807ac21ac3c2455de0723
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
+
spec.version = '0.1.0'
|
|
9
9
|
spec.authors = ["menghuanwd"]
|
|
10
10
|
spec.email = ["651019063@qq.com"]
|
|
11
|
-
spec.summary = %q{
|
|
12
|
-
spec.description = %q{
|
|
13
|
-
spec.homepage = ""
|
|
14
|
-
spec.license = "
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
-
-
|
|
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:
|
|
110
|
+
summary: caishu项目的models
|
|
97
111
|
test_files: []
|
/data/{LICENSE.txt → LICENSE}
RENAMED
|
File without changes
|