cmxl 0.2.2 → 1.0.0

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: e340ee71a0d76d03da864295d93afb2c812b6464
4
- data.tar.gz: 82be1d2e99b73202cb01d5f3dab45d3fd37b401a
3
+ metadata.gz: db1917122b50744544c13bdb1bcb82841df8f909
4
+ data.tar.gz: a7576890df969cc890c953d348a419bef20c3994
5
5
  SHA512:
6
- metadata.gz: 5d0e77e0ad38165e4ee188f4beb1d96a26e09703a39968a98921763a22d3b4cef27f00d2268909d165a2848fb517826749d24ade78efd7dcdd02c131c4535393
7
- data.tar.gz: b4737a5959501989f6046c50064d002a3671be688d1fb8d5430ee8ce8f0637241264df50deb8b42b4fbe76b9d19d2b90ba2ffc4c07c835a5cc54063784f80782
6
+ metadata.gz: 7d69bc9388edbea99a3746841df29df16cf6df0d7e523a8b4bee3e6c563b7554e83eecb0b9595022182bebdad171562a2f5eb118f0a67ab19647aab161ecb518
7
+ data.tar.gz: cbb697ecf01433464585ae77766c647f9cc8be0348bc20ab835c5ac5f84666eac7fc0c5f9cb54e09f0b984a6d87332aa03b97943ef1e69ec548e10bdf2ec9d6e
@@ -1,5 +1,7 @@
1
- # 0.2.2
1
+ # 1.0.0
2
2
  * [FEATURE] adds support for storno transactions (#14)
3
+ * [NOTE] full backwards compatibility
4
+ * [NOTE] same as release 0.2.2, fixing versioning
3
5
 
4
6
  # 0.2.1
5
7
  * addressing an bug that occoured for transactions submitted end of
@@ -1,3 +1,3 @@
1
1
  module Cmxl
2
- VERSION = '0.2.2'
2
+ VERSION = '1.0.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cmxl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bumann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-29 00:00:00.000000000 Z
11
+ date: 2018-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler