ruby_psigate 0.7 → 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.
Files changed (4) hide show
  1. data/CHANGELOG +1 -0
  2. data/Rakefile +1 -1
  3. data/ruby_psigate.gemspec +2 -2
  4. metadata +3 -2
data/CHANGELOG CHANGED
@@ -1,2 +1,3 @@
1
+ v0.7.1. project's website points to github's repository instead
1
2
  v0.7. project semi functional. most things to should, but a lot of rough edges.
2
3
  v0.1. project started
data/Rakefile CHANGED
@@ -7,7 +7,7 @@ Echoe.new('ruby_psigate') do |p|
7
7
  p.email = "skhchiu@gmail.com"
8
8
  p.summary = "A library to connect with the XML and Account interfaces of Psigate's servers"
9
9
  p.description = "RubyPsigate parses and packages XML messages to/from Psigate's servers for transactions and recurring billing management."
10
- p.url = "http://oss.simonchiu.com"
10
+ p.url = "http://github.com/drchiu/ruby-psigate"
11
11
  end
12
12
 
13
13
  # Use rake:test:units when in development mode so you don't end up pinging Psigate's server every time!
data/ruby_psigate.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ruby_psigate}
5
- s.version = "0.7"
5
+ s.version = "0.7.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Simon Chiu"]
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
11
11
  s.email = %q{skhchiu@gmail.com}
12
12
  s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.markdown", "lib/certs/cacert.pem", "lib/ruby_psigate.rb", "lib/ruby_psigate/account.rb", "lib/ruby_psigate/account_manager_api.rb", "lib/ruby_psigate/account_methods.rb", "lib/ruby_psigate/address.rb", "lib/ruby_psigate/connection.rb", "lib/ruby_psigate/credit_card.rb", "lib/ruby_psigate/credit_card_methods.rb", "lib/ruby_psigate/error.rb", "lib/ruby_psigate/gateway.rb", "lib/ruby_psigate/hash_variables.rb", "lib/ruby_psigate/item.rb", "lib/ruby_psigate/item_option.rb", "lib/ruby_psigate/number_validation_methods.rb", "lib/ruby_psigate/order.rb", "lib/ruby_psigate/recurring_charge.rb", "lib/ruby_psigate/recurring_item.rb", "lib/ruby_psigate/response.rb", "lib/ruby_psigate/serializer.rb", "lib/ruby_psigate/transaction_methods.rb", "lib/ruby_psigate/utils.rb"]
13
13
  s.files = ["CHANGELOG", "Gemfile", "LICENSE", "Manifest", "README.markdown", "Rakefile", "lib/certs/cacert.pem", "lib/ruby_psigate.rb", "lib/ruby_psigate/account.rb", "lib/ruby_psigate/account_manager_api.rb", "lib/ruby_psigate/account_methods.rb", "lib/ruby_psigate/address.rb", "lib/ruby_psigate/connection.rb", "lib/ruby_psigate/credit_card.rb", "lib/ruby_psigate/credit_card_methods.rb", "lib/ruby_psigate/error.rb", "lib/ruby_psigate/gateway.rb", "lib/ruby_psigate/hash_variables.rb", "lib/ruby_psigate/item.rb", "lib/ruby_psigate/item_option.rb", "lib/ruby_psigate/number_validation_methods.rb", "lib/ruby_psigate/order.rb", "lib/ruby_psigate/recurring_charge.rb", "lib/ruby_psigate/recurring_item.rb", "lib/ruby_psigate/response.rb", "lib/ruby_psigate/serializer.rb", "lib/ruby_psigate/transaction_methods.rb", "lib/ruby_psigate/utils.rb", "test/remote/remote_account_test.rb", "test/remote/remote_gateway_test.rb", "test/test_helper.rb", "test/unit/account_manager_api_test.rb", "test/unit/account_test.rb", "test/unit/address_test.rb", "test/unit/connection_test.rb", "test/unit/credit_card_test.rb", "test/unit/gateway_test.rb", "test/unit/item_option_test.rb", "test/unit/item_test.rb", "test/unit/order_test.rb", "test/unit/recurring_charge_test.rb", "test/unit/recurring_item_test.rb", "test/unit/response_test.rb", "test/unit/serializer_test.rb", "test/unit/xml_api_test.rb", "ruby_psigate.gemspec"]
14
- s.homepage = %q{http://oss.simonchiu.com}
14
+ s.homepage = %q{http://github.com/drchiu/ruby-psigate}
15
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Ruby_psigate", "--main", "README.markdown"]
16
16
  s.require_paths = ["lib"]
17
17
  s.rubyforge_project = %q{ruby_psigate}
metadata CHANGED
@@ -5,7 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
- version: "0.7"
8
+ - 1
9
+ version: 0.7.1
9
10
  platform: ruby
10
11
  authors:
11
12
  - Simon Chiu
@@ -97,7 +98,7 @@ files:
97
98
  - test/unit/xml_api_test.rb
98
99
  - ruby_psigate.gemspec
99
100
  has_rdoc: true
100
- homepage: http://oss.simonchiu.com
101
+ homepage: http://github.com/drchiu/ruby-psigate
101
102
  licenses: []
102
103
 
103
104
  post_install_message: