simplificator-billboard-api 0.7.0 → 0.7.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/billboard-api.gemspec +2 -2
- data/lib/billboard-api/order.rb +1 -1
- metadata +6 -5
data/Rakefile
CHANGED
|
@@ -4,8 +4,8 @@ require 'rake'
|
|
|
4
4
|
begin
|
|
5
5
|
require 'jeweler'
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
|
7
|
-
gem.name = "billboard-api"
|
|
8
|
-
gem.summary = %Q{
|
|
7
|
+
gem.name = "simplificator-billboard-api"
|
|
8
|
+
gem.summary = %Q{Billboard API gem}
|
|
9
9
|
gem.description = %Q{Billboard-API is needed to add the additional models for the billboard application.}
|
|
10
10
|
gem.email = "info@simplificator.com"
|
|
11
11
|
gem.homepage = "http://github.com/simplificator/billboard-api"
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.7.
|
|
1
|
+
0.7.1
|
data/billboard-api.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{billboard-api}
|
|
8
|
-
s.version = "0.7.
|
|
8
|
+
s.version = "0.7.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["simplificator"]
|
|
12
|
-
s.date = %q{2009-08-
|
|
12
|
+
s.date = %q{2009-08-28}
|
|
13
13
|
s.description = %q{Billboard-API is needed to add the additional models for the billboard application.}
|
|
14
14
|
s.email = %q{info@simplificator.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
data/lib/billboard-api/order.rb
CHANGED
|
@@ -12,7 +12,7 @@ module BillboardApi
|
|
|
12
12
|
values = {
|
|
13
13
|
:business => BillboardApi::Config.instance.paypal_receiver_email(options[:paypal_receiver_email]),
|
|
14
14
|
:return => BillboardApi::Config.instance.return_after_payment_url(options[:return_after_payment_url]),
|
|
15
|
-
:invoice => self.id,
|
|
15
|
+
:invoice => "#{self.business_id}_#{self.id}",
|
|
16
16
|
:cmd => '_cart',
|
|
17
17
|
:upload => 1,
|
|
18
18
|
:currency_code => self.currency,
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: simplificator-billboard-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- simplificator
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-11-04 00:00:00 +01:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -52,7 +52,8 @@ files:
|
|
|
52
52
|
- test/test_helper.rb
|
|
53
53
|
has_rdoc: true
|
|
54
54
|
homepage: http://github.com/simplificator/billboard-api
|
|
55
|
-
licenses:
|
|
55
|
+
licenses: []
|
|
56
|
+
|
|
56
57
|
post_install_message:
|
|
57
58
|
rdoc_options:
|
|
58
59
|
- --charset=UTF-8
|
|
@@ -75,8 +76,8 @@ requirements: []
|
|
|
75
76
|
rubyforge_project:
|
|
76
77
|
rubygems_version: 1.3.5
|
|
77
78
|
signing_key:
|
|
78
|
-
specification_version:
|
|
79
|
-
summary:
|
|
79
|
+
specification_version: 3
|
|
80
|
+
summary: Billboard API gem
|
|
80
81
|
test_files:
|
|
81
82
|
- test/billboard-api_test.rb
|
|
82
83
|
- test/config_test.rb
|