ogone-rails 0.1.9 → 0.1.10

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: 6431b7290f2a15b7ae2fffe5865a119e8705fbfc
4
- data.tar.gz: ae5185f261242a12efe0445765c4b6a9b4a00190
3
+ metadata.gz: 243f9a8a389b4dcff31b08b7b94a894b211bed7d
4
+ data.tar.gz: 24a00a4552b33f0ce533cb4965a7f518c015721d
5
5
  SHA512:
6
- metadata.gz: e1273ec1a45b1bc459a274213f4f817333a727aec6a10edaae7df5ff5f254486b8e5344000b54172cc7ec28b8c814bb33a061025aef827adc31b389c275017e0
7
- data.tar.gz: cc5bfebfe9abc78c996a70d2a0c71ef78a5cc1d2ec078edde665eee83ac6aea0e680f965ada930aca229b4c1ad71f783216f2ba9247039d8672afb2edb636eff
6
+ metadata.gz: aff7dfceadaa9d7577b0f051b915e2fb753543ae77c38ccd9f4ba715141054abff61a5a2c16172a68c85812d864bd6170db4a64c73965d35cd3bca01279215f0
7
+ data.tar.gz: bcfdf187959ed43afadd8cc6ca53cc8246086fecbf479a24e3928a3383da0113c166cbfe3c620c6ccd91bfb73464e1728a6d157176450d243383b99ac2371412
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.9
1
+ 0.1.10
@@ -99,7 +99,9 @@ module OgoneRails
99
99
  value = ActiveSupport::Inflector.transliterate("#{value}")
100
100
 
101
101
  @form.add_input(name, value)
102
- @hash.add_parameter(name.to_s, value)
102
+ if !value.empty?
103
+ @hash.add_parameter(name.to_s, value)
104
+ end
103
105
  end
104
106
  end
105
107
  end
@@ -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.9 ruby lib
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"
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-10"
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.9
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-10 00:00:00.000000000 Z
11
+ date: 2014-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport