authorized_transaction 0.1.0 → 0.1.1

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
  SHA256:
3
- metadata.gz: b5043d7e3bfac05a1f32dbe8b5417e1b56ec59e158bea69946fcc1af617150ba
4
- data.tar.gz: f52cabed7f581608977dd608c02d40e0679f0888d4d9d48b666562802e85243d
3
+ metadata.gz: f8b9da68dd1a43d4d19dcc4807d59f74491103ae83c4c873e446ab04b3831df8
4
+ data.tar.gz: 0ff63e29f5e467493f9c9adc8f0ad0a325b53fcf3dfa8ce7450375736ab09cf2
5
5
  SHA512:
6
- metadata.gz: 174f43b166a105ca68b97c036df68edbb7caa3f7083eeeba313179a34cab10215395fc70c0fdee33e4dc01b273de46990dc168aba4297b0ba0f09ebacb82c703
7
- data.tar.gz: 5b1301039126180837ac0e8020f7cd9126d6fbb331d8112d5d8a663f07258d0310a4d0d1f917baea92ca78d0e0af6cb347c1693c519fbf4c4c91e529c66b139d
6
+ metadata.gz: aef44d1aebf710cca279f523732c366b1a343a1bdf6fbcc366752af723ba51ea84b152a186729c05f8f09799bc18923309f233e12d1455bcfee8491c5ff67365
7
+ data.tar.gz: b6438ea5d977df7a4af99a03663bd3929944e0f74bb26efe93e46c11ff3f7254d7aa2c22bea8a8552b83d59c20ba991bfe103eb1b1243af8d6b4cd68bc9067ec
data/.travis.yml CHANGED
@@ -3,5 +3,15 @@ sudo: false
3
3
  language: ruby
4
4
  cache: bundler
5
5
  rvm:
6
- - 2.5.3
7
- before_install: gem install bundler -v 2.0.1
6
+ - 2.5
7
+ - 2.6
8
+ - ruby-head
9
+ before_install:
10
+ - gem install bundler -v 2.0.1
11
+ - gem update --system
12
+ - gem --version
13
+ matrix:
14
+ allow_failures:
15
+ - rvm: ruby-head
16
+ install:
17
+ - bundle install --with development --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- authorized_transaction (0.1.0)
4
+ authorized_transaction (0.1.1)
5
5
  activerecord (>= 4.0.0)
6
6
  activesupport (>= 4.0.0)
7
7
 
@@ -30,6 +30,7 @@ GEM
30
30
  thread_safe (~> 0.1)
31
31
 
32
32
  PLATFORMS
33
+ ruby
33
34
  x64-mingw32
34
35
 
35
36
  DEPENDENCIES
@@ -1,3 +1,3 @@
1
1
  module AuthorizedTransaction
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authorized_transaction
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derk-Jan Karrenbeld
@@ -94,7 +94,6 @@ files:
94
94
  - ".idea/misc.xml"
95
95
  - ".idea/modules.xml"
96
96
  - ".idea/vcs.xml"
97
- - ".idea/workspace.xml"
98
97
  - ".travis.yml"
99
98
  - CODE_OF_CONDUCT.md
100
99
  - Gemfile