blsm-vd-core 0.6.2 → 0.6.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: 3bc23518d04fe5711185d9ff221296bad389975b
4
- data.tar.gz: 84e2e49660d867b1e9892478978f6cf71e4631bb
3
+ metadata.gz: 3f31bdf8e9a91fa88805453258479c623354c731
4
+ data.tar.gz: 6acd6600e042172edc33b4e704fcfa79b9af0ce0
5
5
  SHA512:
6
- metadata.gz: 1df46731003a908d359f2f9d7f9c010bd7ad6ece943a417e8bbb0ee9df4a542564c33e9acb6c454220d4294a198536c627dbe4063f66864eb8c799aecda724a7
7
- data.tar.gz: b66f2605df6c74fe3ce56519e231061c324f08718a5b52468743fecbc89028299f74644c53e4922e65ff1a1a0fe00c688d595b7044656693d8a9aaac4f741a2a
6
+ metadata.gz: 5d22ccac366c1d43f21758df23adfa569101bc684c387becb564e7e26024985e589adfdd4df55b2e17c6e2c721e32cc01d02ab81cccfe6c6bd1720dbc91b41b9
7
+ data.tar.gz: ec9ec45aeae12044079350e50dbc19941e1ec44e3adf7540215aaeba8f83cc2d4f035e53a47af53401177e7c3aece1b1d63374ba7ea099c1f3241c38328e9b3b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- blsm-vd-core (0.6.1)
4
+ blsm-vd-core (0.6.2)
5
5
 
6
6
  GEM
7
7
  remote: https://ruby.taobao.org/
@@ -2,7 +2,7 @@
2
2
  module BlsmVdCore
3
3
  class User < BlsmVdCore::BaseRecord
4
4
  self.table_name='users'
5
- has_many :clearing_items, class_name: "::BlsmVdCore::LineItem"
5
+ has_many :clearing_items, class_name: "::BlsmVdCore::ClearingItem"
6
6
  has_many :applications, class_name: "::BlsmVdCore::Application"
7
7
  has_many :clearings, class_name: "::BlsmVdCore::Clearing"
8
8
  has_one :vd_user_info, class_name: "::BlsmVdCore::VdUserInfo"
@@ -1,3 +1,3 @@
1
1
  module BlsmVdCore
2
- VERSION = "0.6.2"
2
+ VERSION = "0.6.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blsm-vd-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - saxer
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2016-06-30 00:00:00.000000000 Z
12
+ date: 2016-07-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec