payone_connect 0.2.0 → 0.3.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: 1699947db054ca9586dc360c38956b741339e9ef
4
- data.tar.gz: 03990fa223508e7f8aca009811c2084bc97f9214
3
+ metadata.gz: 5a3158d1ae568c35a158e5538cd997703ff532b0
4
+ data.tar.gz: db95f2d500d3b134bd26e0745a3742827e90f846
5
5
  SHA512:
6
- metadata.gz: fe4aff31eac09a35bc0cfd27d19e595c4ba403e5d0bfd6fc7a80bb38c71b0fd9f9bedfcf4a1e63c153bf0bcd9d2c76a784bf1ec184bf8ffa95e2920575ac205f
7
- data.tar.gz: ae195a103bbcc840323d422539244a1257da9113dcf9062a1f2838c760ba2f9af1bf3596d0065cc50abcdd086e23fd04bc5d7b608e8e2d0d5e520ab3874e4d0a
6
+ metadata.gz: c0a5ccc6ad580c58fd3e4f8ab8fd84929fa7c18a018cecdfe32721513560ab9a4d915297e1fe21dc1e529476cb2d601f3d41c5ce2924fa8e0a2d096492970bf1
7
+ data.tar.gz: ad9a2d2f46c29d55b9d9e26d1f6a28cd9caf7d7eb529fdc5f4a20fca17f32fb34484df33724f1a0fdd68492cac6ff39c08d8a0130e7cc236d7f27d6c12b7cbbb
data/Gemfile.lock CHANGED
@@ -1,24 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- payone_connect (0.1.3)
4
+ payone_connect (0.3.0)
5
5
  activesupport
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- activesupport (4.0.4)
10
+ activesupport (4.1.4)
11
11
  i18n (~> 0.6, >= 0.6.9)
12
- minitest (~> 4.2)
13
- multi_json (~> 1.3)
12
+ json (~> 1.7, >= 1.7.7)
13
+ minitest (~> 5.1)
14
14
  thread_safe (~> 0.1)
15
- tzinfo (~> 0.3.37)
16
- atomic (1.1.16)
15
+ tzinfo (~> 1.1)
17
16
  diff-lcs (1.2.5)
18
17
  fakeweb (1.3.0)
19
- i18n (0.6.9)
20
- minitest (4.7.5)
21
- multi_json (1.9.0)
18
+ i18n (0.6.11)
19
+ json (1.8.1)
20
+ minitest (5.4.0)
22
21
  rake (10.1.1)
23
22
  rspec (2.14.1)
24
23
  rspec-core (~> 2.14.0)
@@ -28,9 +27,9 @@ GEM
28
27
  rspec-expectations (2.14.4)
29
28
  diff-lcs (>= 1.1.3, < 2.0)
30
29
  rspec-mocks (2.14.4)
31
- thread_safe (0.2.0)
32
- atomic (>= 1.1.7, < 2)
33
- tzinfo (0.3.39)
30
+ thread_safe (0.3.4)
31
+ tzinfo (1.2.1)
32
+ thread_safe (~> 0.1)
34
33
 
35
34
  PLATFORMS
36
35
  ruby
@@ -1,3 +1,3 @@
1
1
  class PayoneConnect
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
@@ -2,7 +2,7 @@ require File.expand_path('../lib/payone_connect/version', __FILE__)
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{payone_connect}
5
- s.version = "0.2.0"
5
+ s.version = "0.3.0"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Patrick Huesler", "Alexander Lang", "Jan Raasch", "Christoph Hugo"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payone_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Huesler