ecpay_invoice 0.1.0

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.
@@ -0,0 +1,3 @@
1
+ module EcpayInvoice
2
+ VERSION = "0.1.0"
3
+ end
@@ -0,0 +1,8 @@
1
+ require "ecpay_invoice/version"
2
+ require "ecpay_invoice/invoice_client"
3
+ require "ecpay_invoice/query_client"
4
+ require "ecpay_invoice/notify_client"
5
+
6
+ module EcpayInvoice
7
+ # Your code goes here...
8
+ end
metadata ADDED
@@ -0,0 +1,116 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ecpay_invoice
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - williamLin
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-11-21 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '1.12'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '1.12'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: '11.1'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ~>
39
+ - !ruby/object:Gem::Version
40
+ version: '11.1'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ~>
46
+ - !ruby/object:Gem::Version
47
+ version: '3.4'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ~>
53
+ - !ruby/object:Gem::Version
54
+ version: '3.4'
55
+ description: ''
56
+ email:
57
+ - william.lin@sun-innovation.com
58
+ executables:
59
+ - console
60
+ - setup
61
+ extensions: []
62
+ extra_rdoc_files: []
63
+ files:
64
+ - .gitignore
65
+ - .idea/.rakeTasks
66
+ - .idea/gem.iml
67
+ - .idea/misc.xml
68
+ - .idea/modules.xml
69
+ - .idea/vcs.xml
70
+ - .idea/workspace.xml
71
+ - .rspec
72
+ - .travis.yml
73
+ - Gemfile
74
+ - README.md
75
+ - Rakefile
76
+ - bin/console
77
+ - bin/setup
78
+ - conf/invoice_conf.xml
79
+ - ecpay_invoice.gemspec
80
+ - lib/ecpay_invoice.rb
81
+ - lib/ecpay_invoice/ECpayInvoice.xml
82
+ - lib/ecpay_invoice/core_ext/hash.rb
83
+ - lib/ecpay_invoice/core_ext/string.rb
84
+ - lib/ecpay_invoice/error.rb
85
+ - lib/ecpay_invoice/helper.rb
86
+ - lib/ecpay_invoice/invoice_client.rb
87
+ - lib/ecpay_invoice/notify_client.rb
88
+ - lib/ecpay_invoice/query_client.rb
89
+ - lib/ecpay_invoice/verification.rb
90
+ - lib/ecpay_invoice/version.rb
91
+ homepage: ''
92
+ licenses:
93
+ - MIT
94
+ metadata: {}
95
+ post_install_message:
96
+ rdoc_options: []
97
+ require_paths:
98
+ - lib
99
+ required_ruby_version: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - '>='
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ required_rubygems_version: !ruby/object:Gem::Requirement
105
+ requirements:
106
+ - - '>='
107
+ - !ruby/object:Gem::Version
108
+ version: '0'
109
+ requirements: []
110
+ rubyforge_project:
111
+ rubygems_version: 2.4.6
112
+ signing_key:
113
+ specification_version: 4
114
+ summary: 綠界電子發票串接用SDK
115
+ test_files: []
116
+ has_rdoc: