caishu_model2 0.0.4 → 0.0.5

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: 25f6e4de0b5a9899a78540936eed3db3dac65f01
4
- data.tar.gz: b5090b0cf5ed4926e3be536aa5a83321045dcfed
3
+ metadata.gz: 10920afca0db1e3f74c9c550f6abb60b8b7d054d
4
+ data.tar.gz: 2beb25f3e867ece25e8c1fdc8737496fa0bb3b10
5
5
  SHA512:
6
- metadata.gz: 70d4ae30234a3346556de2e0c02ec867f421e7ee2b4399684a7bf0247ad3153af6cb14aecc5edaaac80247c0e9381b8e372efe21f0954cbd93a2f75a6ef05ebd
7
- data.tar.gz: df2486006e844b158a6cca7928541dc726c136babd2a0e8d62d6088ea191031a97f4b56a18baac106df216faf15a0b867a2b9a43169b904af245093cf409efca
6
+ metadata.gz: 295ed9500b72cf3639d7defda750061a74329046162bbbf500b74468348ae382e3f55886336db9181f43c9a99dbbad7a072492f375eb3fd610c281c7b35cc794
7
+ data.tar.gz: 5f898886df0fc0c546bcdf9b59370a808bb18205fa5af196082b8ea7c1914f84de93738d25bf9ee429b705091dd6e78836cdb70c644ed015a11ae40f3a9a0662
data/gc.rb CHANGED
@@ -7,7 +7,7 @@ require 'caishu_model2'
7
7
  # puts File.dirname(__FILE__)+'/file2'
8
8
  # puts File.join(File.dirname(__FILE__),'file2')
9
9
  # puts File.expand_path('../lib/caishu_model/user.rb', __FILE__)
10
- # require File.expand_path('../lib/caishu_model/user.rb', __FILE__)
10
+ # require File.expand_path('../lib/caishu_model2/user.rb', __FILE__)
11
11
 
12
12
 
13
13
  ActiveRecord::Base.establish_connection(
@@ -19,4 +19,4 @@ ActiveRecord::Base.establish_connection(
19
19
  )
20
20
 
21
21
  # u = User.setTableName("3").first
22
- p @user = User.setTableName(16).where(id: 16).firstgem in
22
+ p @user = User.setTableName(16).where(id: 16).first
@@ -1,3 +1,3 @@
1
1
  module CaishuModel2
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/lib/caishu_model2.rb CHANGED
@@ -1 +1 @@
1
- Dir[ File.expand_path('../ting_model/*.rb', __FILE__) ].each{|file| require file }
1
+ Dir[ File.expand_path('../ting_model2/*.rb', __FILE__) ].each{|file| require file }
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.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - menghuanwd