omni_kassa 1.0.0 → 1.0.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.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omni_kassa (0.1.0)
4
+ omni_kassa (1.0.0)
5
5
  activesupport
6
6
  httparty
7
7
 
@@ -15,15 +15,15 @@ GEM
15
15
  multi_json (~> 1.0)
16
16
  multi_xml
17
17
  i18n (0.6.1)
18
- minitest (4.3.2)
19
- multi_json (1.4.0)
18
+ minitest (4.3.3)
19
+ multi_json (1.5.0)
20
20
  multi_xml (0.5.1)
21
21
  rack (1.4.1)
22
- rack-protection (1.2.0)
22
+ rack-protection (1.3.2)
23
23
  rack
24
24
  rack-test (0.6.2)
25
25
  rack (>= 1.0)
26
- rake (10.0.2)
26
+ rake (10.0.3)
27
27
  sinatra (1.3.3)
28
28
  rack (~> 1.3, >= 1.3.6)
29
29
  rack-protection (~> 1.2)
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- OmniKassa [![Build Status](https://secure.travis-ci.org/pepijn/omni_kassa.png?branch=master)](https://travis-ci.org/pepijn/omni_kassa) [![Dependency Status](https://gemnasium.com/pepijn/omni_kassa.png)](https://gemnasium.com/pepijn/omni_kassa)
1
+ OmniKassa [![Build Status](https://secure.travis-ci.org/pepijn/omni_kassa.png?branch=master)](https://travis-ci.org/pepijn/omni_kassa) [![Dependency Status](https://gemnasium.com/pepijn/omni_kassa.png)](https://gemnasium.com/pepijn/omni_kassa) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/pepijn/omni_kassa)
2
2
  =========
3
3
 
4
4
  Easier Rabobank OmniKassa payments. Extracted from www.studysquare.nl.
Binary file
data/omni_kassa.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'omni_kassa'
3
- s.version = '1.0.0'
3
+ s.version = '1.0.1'
4
4
  s.author = 'Pepijn Looije'
5
5
  s.email = 'pepijn@plict.nl'
6
6
  s.summary = 'Easier Rabobank OmniKassa payments'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omni_kassa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-02 00:00:00.000000000 Z
12
+ date: 2012-12-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: httparty
@@ -141,6 +141,7 @@ files:
141
141
  - ./lib/omni_kassa/request.rb
142
142
  - ./lib/omni_kassa/response.rb
143
143
  - ./lib/omni_kassa.rb
144
+ - ./omni_kassa-1.0.0.gem
144
145
  - ./omni_kassa.gemspec
145
146
  - ./Rakefile
146
147
  - ./README.md