paynl 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.
- checksums.yaml +4 -4
- data/.travis.yml +4 -1
- data/Gemfile +2 -0
- data/README.md +2 -1
- data/lib/paynl/helper.rb +3 -0
- data/lib/paynl/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 833da971b241714b658bc74937476ebfc9c4204c
|
4
|
+
data.tar.gz: 92b96bf3c1a35a93d5c63ba75d21e8a07670a1d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5a1df32c3293157365a0d005ab591a7657c990f067fc573eb6697feaab175fbd4c3cb06515c15788b6dada30dcbce5e6a9f4832c6d1d3c4a69b40411109946f
|
7
|
+
data.tar.gz: 5401327a5474ea89a7dde1dc4837a50df3120b5999c623656fb6460f2b799f4a1dc0108c3a8ef6497e2b610901fdac3285aca4b534c127326879bd15b01f612b
|
data/.travis.yml
CHANGED
data/Gemfile
CHANGED
data/README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
[](https://travis-ci.org/paynl/ruby-sdk) [](https://coveralls.io/github/paynl/ruby-sdk?branch=master)
|
1
2
|
# Pay.nl SDK in Ruby
|
2
3
|
|
3
4
|
---
|
@@ -184,4 +185,4 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/paynl/
|
|
184
185
|
|
185
186
|
## License
|
186
187
|
|
187
|
-
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
188
|
+
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
data/lib/paynl/helper.rb
CHANGED
data/lib/paynl/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: paynl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sebastian Berm
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|