caishu_model 0.0.2 → 0.0.3

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: 44596c6d3a98167db66246d8239331241c7f67ff
4
- data.tar.gz: e5b3a107e4f0649b021c82fa0b66e01ad5fe6e74
3
+ metadata.gz: f21061fcf9a935189a3d33f032cb5f5d65f4ac41
4
+ data.tar.gz: f2fc4f1f18cfb5eec3b53a6366f0b654a6c57772
5
5
  SHA512:
6
- metadata.gz: eeb19d2ee98b23b98a3a2b684a55c8a10484b4ec90f2e13c01c9ae89468a62abdf872c60706b1495431925da33b0db116b2e819b79059f1a0bacfe39d9ac77fb
7
- data.tar.gz: f5448a3c6f024af84281c33766782e8d426b1b3750fa4b1c15b18ef70c11abc0841c054cafb64c5151a81958e36f8eb5edeb517fc6f56e62963da912566bd7b9
6
+ metadata.gz: 9da559de8d21834a0d09ce50ab731b6c43157ce0eb0a1fa162d705791c1170462e9c504c907a842530f7d1616cd22ae706d647cdf40705c6b4ef3fe1ea6d488a
7
+ data.tar.gz: 6a1ff47dc17718caffebdae088871d84c6ecf94ead0ff7c6971174dcc297672b5bf8b946ea76da24a75add6d6582ec0981a818d6cd3bac7b8cc56bdb76ecc14c
data/lib/caishu_model.rb CHANGED
@@ -6,4 +6,6 @@ end
6
6
  # require "caishu_model/version"
7
7
  # require "caishu_model/bag"
8
8
 
9
- Dir[ File.expand_path('../caishu_model/*.rb', __FILE__) ].each{|file| require file }
9
+ Dir[ File.expand_path('../caishu_model/*.rb', __FILE__) ].each{|file| require file }
10
+
11
+ # CaishuModel::say_hello
@@ -1,3 +1,3 @@
1
1
  module CaishuModel
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_model
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