paygent 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.
Files changed (3) hide show
  1. data/lib/paygent/service.rb +1 -1
  2. data/paygent.gemspec +1 -1
  3. metadata +3 -3
@@ -5,7 +5,7 @@ module Paygent
5
5
  ###ATM決済URL###
6
6
  @@url["01"] ||= "https://mdev.paygent.co.jp/n/atm/request"
7
7
  ###クレジットカード決済URL1###
8
- @@url["02"] ||= "https://mdev.paygent.co.jp/n/atm/request"
8
+ @@url["02"] ||= "https://mdev.paygent.co.jp/n/card/request"
9
9
  ###クレジットカード決済URL2###
10
10
  @@url["11"] ||= "https://mdev.paygent.co.jp/n/card/request"
11
11
  ###コンビニ番号方式決済URL###
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "paygent"
6
- s.version = "0.1.0"
6
+ s.version = "0.1.1"
7
7
  s.authors = ["Jinzhu"]
8
8
  s.email = ["wosmvp@gmail.com"]
9
9
  s.homepage = ""
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paygent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-05-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: curb
16
- requirement: &18169760 !ruby/object:Gem::Requirement
16
+ requirement: &9488740 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *18169760
24
+ version_requirements: *9488740
25
25
  description: Ruby wrapper for paygent
26
26
  email:
27
27
  - wosmvp@gmail.com