xsys 0.0.26 → 0.0.27

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: 6392758c78a73b5c467942fd49265794c8037f86
4
- data.tar.gz: 5f2b0293a33643ab9d7511e1e4a4e4c3679a3680
3
+ metadata.gz: 5ecf918e07538342b34c5c5b33b78256bd1f80cb
4
+ data.tar.gz: 3145ccb31f73d5165dfef9deec55b9522c76fb93
5
5
  SHA512:
6
- metadata.gz: a1ccf18b792a7bc9248d7053e320a8ac53516a7c016b1c5ed2a0ccc0fcf269dcf69d27902aae53abec4bc810e159062c1be6439734e2fe623cb6abfe0b72e34f
7
- data.tar.gz: 805c025d031fe52c028182f058a37686b7989fe30a34e2f6a322debd96bef2bd8427ae5ae38df0d748eb056c535ea1074bed3e00ad2693a05fbc6ae4953ffe84
6
+ metadata.gz: a3653c97956e3c14bbe25f07e1462d20f7f24cc3e23656584dc94d48ac90843d4be1bb987f386ddac4a734f26940c7890d24adea301d24f30bd7e17301cc7034
7
+ data.tar.gz: f4e8a6e83668f85c4b8540c736666b37df3a69f44bdf63be498fe37410bbaf493934227022fe5e79ea5c13bad39ab871e8f2217edd788f4c487b0d0fd1f0f2b7
data/CHANGELOG.md CHANGED
@@ -101,3 +101,7 @@
101
101
  ## v0.0.26
102
102
 
103
103
  * Bugfixes
104
+
105
+ ## v0.0.27
106
+
107
+ * renamed transaction_id to id in transaction
@@ -1,7 +1,7 @@
1
1
  module Xsys
2
2
  module Model
3
3
  class Transaction
4
- attr_accessor :transaction_id, :shop_id, :transaction_kind_id,
4
+ attr_accessor :id, :shop_id, :transaction_kind_id,
5
5
  :receipt_number, :product_id, :client_id, :workshop_id,
6
6
  :product_provider_id, :transaction_status_id, :transaction_date,
7
7
  :logical_section_id, :physical_section_id, :seller_id, :user_id,
data/lib/xsys/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Xsys
2
- VERSION = "0.0.26"
2
+ VERSION = "0.0.27"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xsys
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.26
4
+ version: 0.0.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matias Hick