atpay_buttons 1.3.2 → 1.3.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -7,6 +7,7 @@ gem 'liquid'
7
7
  gem 'atpay_tokens'
8
8
  gem 'activesupport', '4.0.0'
9
9
  gem 'trollop'
10
+ gem 'rake'
10
11
 
11
12
  # Test-specific gems
12
13
  group :test do
@@ -4,8 +4,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "atpay_buttons"
7
- spec.version = '1.3.2'
8
- spec.date = '2014-01-31'
7
+ spec.version = '1.3.3'
8
+ spec.date = '2014-03-07'
9
9
  spec.authors = ["Thomas Pastinsky", "Glen Holcomb", "James Kassemi", "Isaiah Baca"]
10
10
  spec.email = ["dev@atpay.com"]
11
11
  spec.description = 'Atpay button generator'
@@ -12,7 +12,7 @@ module AtPay
12
12
  :background_color => "#6dbe45",
13
13
  :foreground_color => "#ffffff",
14
14
  :image => "https://www.atpay.com/wp-content/themes/atpay/images/bttn_cart.png",
15
- :processor => "transaction@secure.atpay.com",
15
+ :processor => ENV["ATPAY_PAYMENT_ADDRESS"] || "transaction@secure.atpay.com",
16
16
  :templates => File.join(File.dirname(__FILE__), "/templates"),
17
17
  :wrap => false,
18
18
  :wrap_text => "Made for Mobile"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atpay_buttons
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2014-01-31 00:00:00.000000000 Z
15
+ date: 2014-03-07 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: bundler