ogone-rails 0.1.9 → 0.1.10
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/VERSION +1 -1
- data/lib/ogone-rails/helpers.rb +3 -1
- data/ogone-rails.gemspec +3 -3
- 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: 243f9a8a389b4dcff31b08b7b94a894b211bed7d
|
|
4
|
+
data.tar.gz: 24a00a4552b33f0ce533cb4965a7f518c015721d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aff7dfceadaa9d7577b0f051b915e2fb753543ae77c38ccd9f4ba715141054abff61a5a2c16172a68c85812d864bd6170db4a64c73965d35cd3bca01279215f0
|
|
7
|
+
data.tar.gz: bcfdf187959ed43afadd8cc6ca53cc8246086fecbf479a24e3928a3383da0113c166cbfe3c620c6ccd91bfb73464e1728a6d157176450d243383b99ac2371412
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.10
|
data/lib/ogone-rails/helpers.rb
CHANGED
|
@@ -99,7 +99,9 @@ module OgoneRails
|
|
|
99
99
|
value = ActiveSupport::Inflector.transliterate("#{value}")
|
|
100
100
|
|
|
101
101
|
@form.add_input(name, value)
|
|
102
|
-
|
|
102
|
+
if !value.empty?
|
|
103
|
+
@hash.add_parameter(name.to_s, value)
|
|
104
|
+
end
|
|
103
105
|
end
|
|
104
106
|
end
|
|
105
107
|
end
|
data/ogone-rails.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: ogone-rails 0.1.
|
|
5
|
+
# stub: ogone-rails 0.1.10 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "ogone-rails"
|
|
9
|
-
s.version = "0.1.
|
|
9
|
+
s.version = "0.1.10"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["Robin Houdmeyers"]
|
|
14
|
-
s.date = "2014-03-
|
|
14
|
+
s.date = "2014-03-13"
|
|
15
15
|
s.description = "Add Ogone payments functionality to your Rails application"
|
|
16
16
|
s.email = "houdmeyers@gmail.com"
|
|
17
17
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ogone-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robin Houdmeyers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-03-
|
|
11
|
+
date: 2014-03-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|