beanstreamy 0.2.0 → 0.2.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 +2 -2
- data/VERSION +1 -1
- data/beanstreamy.gemspec +3 -3
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -26,8 +26,8 @@ begin
|
|
|
26
26
|
require 'jeweler'
|
|
27
27
|
Jeweler::Tasks.new do |gemspec|
|
|
28
28
|
gemspec.name = "beanstreamy"
|
|
29
|
-
gemspec.summary = "A Beanstream utility library for Rails"
|
|
30
|
-
gemspec.description = "
|
|
29
|
+
gemspec.summary = "A Beanstream utility library for Rails and ActiveMerchant"
|
|
30
|
+
gemspec.description = "Adds activemerchant gateway support for hash validation, querying transactions, and submitting payment via hosted forms"
|
|
31
31
|
gemspec.email = "jeff@stage2.ca"
|
|
32
32
|
gemspec.homepage = "http://github.com/jdsiegel/beanstreamy"
|
|
33
33
|
gemspec.authors = ["Jeff Siegel"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.1
|
data/beanstreamy.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{beanstreamy}
|
|
8
|
-
s.version = "0.2.
|
|
8
|
+
s.version = "0.2.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Jeff Siegel"]
|
|
12
12
|
s.date = %q{2010-07-09}
|
|
13
|
-
s.description = %q{
|
|
13
|
+
s.description = %q{Adds activemerchant gateway support for hash validation, querying transactions, and submitting payment via hosted forms}
|
|
14
14
|
s.email = %q{jeff@stage2.ca}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"README"
|
|
@@ -38,7 +38,7 @@ Gem::Specification.new do |s|
|
|
|
38
38
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
39
39
|
s.require_paths = ["lib"]
|
|
40
40
|
s.rubygems_version = %q{1.3.6}
|
|
41
|
-
s.summary = %q{A Beanstream utility library for Rails}
|
|
41
|
+
s.summary = %q{A Beanstream utility library for Rails and ActiveMerchant}
|
|
42
42
|
s.test_files = [
|
|
43
43
|
"test/beanstreamy_test.rb",
|
|
44
44
|
"test/test_helper.rb"
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 2
|
|
8
|
-
-
|
|
9
|
-
version: 0.2.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.2.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Jeff Siegel
|
|
@@ -31,7 +31,7 @@ dependencies:
|
|
|
31
31
|
version: 1.5.1
|
|
32
32
|
type: :runtime
|
|
33
33
|
version_requirements: *id001
|
|
34
|
-
description:
|
|
34
|
+
description: Adds activemerchant gateway support for hash validation, querying transactions, and submitting payment via hosted forms
|
|
35
35
|
email: jeff@stage2.ca
|
|
36
36
|
executables: []
|
|
37
37
|
|
|
@@ -86,7 +86,7 @@ rubyforge_project:
|
|
|
86
86
|
rubygems_version: 1.3.6
|
|
87
87
|
signing_key:
|
|
88
88
|
specification_version: 3
|
|
89
|
-
summary: A Beanstream utility library for Rails
|
|
89
|
+
summary: A Beanstream utility library for Rails and ActiveMerchant
|
|
90
90
|
test_files:
|
|
91
91
|
- test/beanstreamy_test.rb
|
|
92
92
|
- test/test_helper.rb
|