payme 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/LICENSE +7 -1
  2. data/VERSION +1 -1
  3. data/lib/payme.rb +1 -1
  4. data/payme.gemspec +1 -1
  5. metadata +3 -3
data/LICENSE CHANGED
@@ -1,4 +1,6 @@
1
- Copyright (c) 2009 LIM SAS
1
+ Payme: Sogenactif API Ruby adapter
2
+
3
+ Copyright (c) 2010 LIM SAS
2
4
 
3
5
  Permission is hereby granted, free of charge, to any person obtaining
4
6
  a copy of this software and associated documentation files (the
@@ -18,3 +20,7 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
20
  LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
21
  OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
22
  WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
+
24
+ Sogenactif is an online payment service from the Société Générale bank
25
+ (http://socgen.com - http://sogenactif.com).
26
+ Sogenactif is based on an Atos-Worldline solution.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.3
data/lib/payme.rb CHANGED
@@ -2,7 +2,7 @@ begin
2
2
  require "rubygems"
3
3
  require "bundler"
4
4
  Bundler.setup
5
- rescue Bundler::GemfileNotFound
5
+ rescue
6
6
  # There is no gemfile for this project (rails 2.3 ?)
7
7
  end
8
8
 
data/payme.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{payme}
8
- s.version = "0.0.2"
8
+ s.version = "0.0.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["LIM SAS", "Damien MATHIEU", "Julien SANCHEZ", "Herv\303\251 GAUCHER"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payme
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - LIM SAS