active_merchant_payline 0.1.0 → 0.1.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/Rakefile CHANGED
@@ -5,13 +5,13 @@ begin
5
5
  require 'jeweler'
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "active_merchant_payline"
8
- gem.summary = %Q{A plugin for Ogone support in Active Merchant. }
9
- gem.description = %Q{A plugin for Ogone support in Active Merchant.}
8
+ gem.summary = %Q{A plugin for Payline support in Active Merchant. }
9
+ gem.description = %Q{A plugin for Payline support in Active Merchant.}
10
10
  gem.email = "ludovic@scrumers.com"
11
11
  gem.homepage = "http://github.com/scrumers/active_merchant_payline"
12
12
  gem.authors = ["Ludovic Galabru"]
13
13
  gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
14
- gem.add_dependency 'active_merchant', '>= 1.6.0'
14
+ gem.add_dependency 'active_merchant', '>= 1.5.0'
15
15
  end
16
16
  Jeweler::GemcutterTasks.new
17
17
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{active_merchant_payline}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ludovic Galabru"]
12
12
  s.date = %q{2010-11-02}
13
- s.description = %q{A plugin for Ogone support in Active Merchant.}
13
+ s.description = %q{A plugin for Payline support in Active Merchant.}
14
14
  s.email = %q{ludovic@scrumers.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
32
32
  s.rdoc_options = ["--charset=UTF-8"]
33
33
  s.require_paths = ["lib"]
34
34
  s.rubygems_version = %q{1.3.7}
35
- s.summary = %q{A plugin for Ogone support in Active Merchant.}
35
+ s.summary = %q{A plugin for Payline support in Active Merchant.}
36
36
  s.test_files = [
37
37
  "test/helper.rb",
38
38
  "test/test_active_merchant_payline.rb"
@@ -44,14 +44,14 @@ Gem::Specification.new do |s|
44
44
 
45
45
  if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
46
46
  s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
47
- s.add_runtime_dependency(%q<active_merchant>, [">= 1.6.0"])
47
+ s.add_runtime_dependency(%q<active_merchant>, [">= 1.5.0"])
48
48
  else
49
49
  s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
50
- s.add_dependency(%q<active_merchant>, [">= 1.6.0"])
50
+ s.add_dependency(%q<active_merchant>, [">= 1.5.0"])
51
51
  end
52
52
  else
53
53
  s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
54
- s.add_dependency(%q<active_merchant>, [">= 1.6.0"])
54
+ s.add_dependency(%q<active_merchant>, [">= 1.5.0"])
55
55
  end
56
56
  end
57
57
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ludovic Galabru
@@ -40,12 +40,12 @@ dependencies:
40
40
  - !ruby/object:Gem::Version
41
41
  segments:
42
42
  - 1
43
- - 6
43
+ - 5
44
44
  - 0
45
- version: 1.6.0
45
+ version: 1.5.0
46
46
  type: :runtime
47
47
  version_requirements: *id002
48
- description: A plugin for Ogone support in Active Merchant.
48
+ description: A plugin for Payline support in Active Merchant.
49
49
  email: ludovic@scrumers.com
50
50
  executables: []
51
51
 
@@ -96,7 +96,7 @@ rubyforge_project:
96
96
  rubygems_version: 1.3.7
97
97
  signing_key:
98
98
  specification_version: 3
99
- summary: A plugin for Ogone support in Active Merchant.
99
+ summary: A plugin for Payline support in Active Merchant.
100
100
  test_files:
101
101
  - test/helper.rb
102
102
  - test/test_active_merchant_payline.rb