payone_connect 0.3.1 → 0.3.2

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
  SHA1:
3
- metadata.gz: 299b56ac2d944d19a18334a2723ef06db40bc726
4
- data.tar.gz: 624127313e2bcc3d1a42c64bd57093ef5fbcb69b
3
+ metadata.gz: c2b7b09edbfa3ea9eac7d062ade09923ab4e33b6
4
+ data.tar.gz: 5a1ca5e9c3a4224e03e9f9a95ad9394bee692096
5
5
  SHA512:
6
- metadata.gz: f9bdc7591581dcab597e4a240b70b58c0538a444f59c7c0b3a3f9c919bcba9349a62fd25e56cdcbe81f8a33668d8f869375e7b55e542b43e959488044cd753c8
7
- data.tar.gz: 48651aec0e71257d29d9fc427dd6206cff999816aa256f34b9a5604b48f48c9785d88fd5a54d9eb7f461f24b3b45ba0b795d5c8952576c8b18501018d3dbe08d
6
+ metadata.gz: 8e077edeba827e10c63f6ec302e9c44384f5a17215f2dcfdbb64d5993fd41c7095e8ea484c3291d4242cf9f329ddcf1d80553c1be2510a776cc26605b5607a71
7
+ data.tar.gz: fc409ceaa1a60bbd3f7167bb1c19014565d4543763499235636a0671bb7ce05df9e6fa15530fafe47379777b3b03d20d920c2236d1e05c13ce5dd2b19ba74927
data/.gitignore CHANGED
@@ -6,3 +6,4 @@ rdoc
6
6
  pkg
7
7
  .ruby-gemset
8
8
  .ruby-version
9
+ Gemfile.lock
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ = VERSION 0.3.2
2
+
3
+ * Set proper release date
4
+
1
5
  = VERSION 0.3.1
2
6
 
3
7
  * Set proper release date
@@ -1,3 +1,3 @@
1
1
  class PayoneConnect
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
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.3.1"
5
+ s.version = "0.3.2"
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.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Huesler
@@ -80,7 +80,6 @@ files:
80
80
  - ".travis.yml"
81
81
  - CHANGELOG
82
82
  - Gemfile
83
- - Gemfile.lock
84
83
  - LICENSE
85
84
  - README.rdoc
86
85
  - Rakefile
@@ -1,41 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- payone_connect (0.3.0)
5
- activesupport
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- activesupport (4.1.4)
11
- i18n (~> 0.6, >= 0.6.9)
12
- json (~> 1.7, >= 1.7.7)
13
- minitest (~> 5.1)
14
- thread_safe (~> 0.1)
15
- tzinfo (~> 1.1)
16
- diff-lcs (1.2.5)
17
- fakeweb (1.3.0)
18
- i18n (0.6.11)
19
- json (1.8.1)
20
- minitest (5.4.0)
21
- rake (10.1.1)
22
- rspec (2.14.1)
23
- rspec-core (~> 2.14.0)
24
- rspec-expectations (~> 2.14.0)
25
- rspec-mocks (~> 2.14.0)
26
- rspec-core (2.14.7)
27
- rspec-expectations (2.14.4)
28
- diff-lcs (>= 1.1.3, < 2.0)
29
- rspec-mocks (2.14.4)
30
- thread_safe (0.3.4)
31
- tzinfo (1.2.1)
32
- thread_safe (~> 0.1)
33
-
34
- PLATFORMS
35
- ruby
36
-
37
- DEPENDENCIES
38
- fakeweb
39
- payone_connect!
40
- rake
41
- rspec (~> 2.1)