Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Epigene committed Jun 11, 2018
1 parent 95437b3 commit 3dbbd67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
seb_elink (0.9.3)
seb_elink (1.0.0)

GEM
remote: https://rubygems.org/
Expand All @@ -20,7 +20,7 @@ GEM
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
multi_json (1.12.2)
multi_json (1.13.1)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
Expand All @@ -31,15 +31,15 @@ GEM
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
rspec-support (3.7.1)
simplecov (0.15.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
Expand All @@ -63,4 +63,4 @@ DEPENDENCIES
simplecov (~> 0.15.1)

BUNDLED WITH
1.16.0
1.16.2
2 changes: 1 addition & 1 deletion lib/seb_elink/message_specs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module MessageSpecs
IB_PAYER_NAME: {no: 11, in_signature: true},
IB_PAYMENT_DESC: {no: 12, in_signature: true},
IB_PAYMENT_DATE: {no: 13, in_signature: true},
IB_PAYMENT_TIME: {no: 14, in_signature: true}
IB_PAYMENT_TIME: {no: 14, in_signature: true},
}.freeze

# # 4.3 Message 0004 - Payment order execution or cancellation (P.MU.2 and P.MU.5 parameters):
Expand Down
2 changes: 1 addition & 1 deletion lib/seb_elink/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SebElink
VERSION = "0.9.3"
VERSION = "1.0.0"
end

0 comments on commit 3dbbd67

Please sign in to comment.