caishu_model2 0.0.2 → 0.0.3

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: 31d294b9797bd43427ef9f88d2d7ee5dfdd37ea2
4
- data.tar.gz: fa8512d281b431c85e4b4a2804cd2448f7c0946d
3
+ metadata.gz: 9c1ac6941b96a06b5c297191b1a860f1317c0ed7
4
+ data.tar.gz: 69967cf99b71cc26467747c125c76ebfa6a46b3e
5
5
  SHA512:
6
- metadata.gz: 55f916ea0782cf9426c9b894f6140baa1f9603a96bf552342b2cf1a9aea58eba9254a54b3606387400bff084fa9c5432e3659dd9ae8c5ab852854f7b20075557
7
- data.tar.gz: c99c2b7cc34ab974aaf40bf87fb4d78024aec3c6e9daa605a0d834c3c5ce01b6233d153b36d15bf242e00328472e8e56247d22c99e3cecf507f4ead41f9d9040
6
+ metadata.gz: e492c4fe539ed894414f5c22386875faa16dc2f367331e44a4d126c4b136f2445a217aee7b2390a18ba3d45ac168e6f84f1cc4effb14cae53d5786da4e99d5d9
7
+ data.tar.gz: e37d0e176365c9001e8f00bde2e3d371b6706566078c2b38cc963ee1281a1388220b1f7d6a42550008a9d6b2071c4dd1e37ccdbc58c8b7bc3ae1ba7c87d99160
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2014 menghuanwd
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -8,12 +8,21 @@ Gem::Specification.new do |spec|
8
8
  spec.version = CaishuModel2::VERSION
9
9
  spec.authors = ["menghuanwd"]
10
10
  spec.email = ["651019063@qq.com"]
11
- spec.summary = %q{zzzz}
12
- spec.description = %q{wwww}
11
+ spec.summary = %q{asd}
12
+ spec.description = %q{adad}
13
13
  spec.homepage = ""
14
14
  spec.license = "MIT"
15
15
 
16
- spec.files = %w[gc.rb Gemfile Rakefile caishu_model2.gemspec README.md lib/caishu_model2/user.rb lib/caishu_model2/version.rb]
16
+ spec.files = %w[
17
+ LICENSE.txt
18
+ gc.rb
19
+ Gemfile
20
+ Rakefile
21
+ caishu_model2.gemspec
22
+ README.md
23
+ lib/caishu_model2/user.rb
24
+ lib/caishu_model2/version.rb
25
+ ]
17
26
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
27
  spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
28
  spec.require_paths = ["lib"]
data/gc.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  gem 'activerecord', '3.2.17'
2
2
  require 'active_record'
3
- gem 'caishu_model','0.0.5'
3
+ # gem 'caishu_model2'
4
4
  require 'caishu_model'
5
5
 
6
6
  # puts File.expand_path(__FILE__)
@@ -1,3 +1,3 @@
1
1
  module CaishuModel2
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caishu_model2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - menghuanwd
@@ -38,13 +38,14 @@ dependencies:
38
38
  - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: wwww
41
+ description: adad
42
42
  email:
43
43
  - 651019063@qq.com
44
44
  executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
+ - LICENSE.txt
48
49
  - gc.rb
49
50
  - Gemfile
50
51
  - Rakefile
@@ -75,5 +76,5 @@ rubyforge_project:
75
76
  rubygems_version: 2.1.11
76
77
  signing_key:
77
78
  specification_version: 4
78
- summary: zzzz
79
+ summary: asd
79
80
  test_files: []