tosspayments2-rails 0.2.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.
metadata ADDED
@@ -0,0 +1,87 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tosspayments2-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
5
+ platform: ruby
6
+ authors:
7
+ - Lucius Choi
8
+ bindir: exe
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies:
12
+ - !ruby/object:Gem::Dependency
13
+ name: rails
14
+ requirement: !ruby/object:Gem::Requirement
15
+ requirements:
16
+ - - ">="
17
+ - !ruby/object:Gem::Version
18
+ version: '7.0'
19
+ - - "<"
20
+ - !ruby/object:Gem::Version
21
+ version: '9.0'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ version: '7.0'
29
+ - - "<"
30
+ - !ruby/object:Gem::Version
31
+ version: '9.0'
32
+ description: Rails engine & helpers to integrate TossPayments online payments (script
33
+ tag helper, configuration, server-side confirm API wrapper, generator).
34
+ email:
35
+ - lucius.choi@gmail.com
36
+ executables: []
37
+ extensions: []
38
+ extra_rdoc_files: []
39
+ files:
40
+ - ".claude/agents/kfc/spec-design.md"
41
+ - ".claude/agents/kfc/spec-impl.md"
42
+ - ".claude/agents/kfc/spec-judge.md"
43
+ - ".claude/agents/kfc/spec-requirements.md"
44
+ - ".claude/agents/kfc/spec-system-prompt-loader.md"
45
+ - ".claude/agents/kfc/spec-tasks.md"
46
+ - ".claude/agents/kfc/spec-test.md"
47
+ - ".claude/settings/kfc-settings.json"
48
+ - ".claude/system-prompts/spec-workflow-starter.md"
49
+ - ".vscode/mcp.json"
50
+ - CHANGELOG.md
51
+ - README.md
52
+ - Rakefile
53
+ - lib/tosspayments2/rails.rb
54
+ - lib/tosspayments2/rails/client.rb
55
+ - lib/tosspayments2/rails/configuration.rb
56
+ - lib/tosspayments2/rails/controller_concern.rb
57
+ - lib/tosspayments2/rails/engine.rb
58
+ - lib/tosspayments2/rails/script_tag_helper.rb
59
+ - lib/tosspayments2/rails/version.rb
60
+ - lib/tosspayments2/rails/webhook_verifier.rb
61
+ - sig/tosspayments2/rails.rbs
62
+ homepage: https://github.com/luciuschoi/tosspayments2-rails
63
+ licenses: []
64
+ metadata:
65
+ homepage_uri: https://github.com/luciuschoi/tosspayments2-rails
66
+ source_code_uri: https://github.com/luciuschoi/tosspayments2-rails
67
+ changelog_uri: https://github.com/luciuschoi/tosspayments2-rails/blob/main/CHANGELOG.md
68
+ documentation_uri: https://www.rubydoc.info/gems/tosspayments2-rails
69
+ rubygems_mfa_required: 'true'
70
+ rdoc_options: []
71
+ require_paths:
72
+ - lib
73
+ required_ruby_version: !ruby/object:Gem::Requirement
74
+ requirements:
75
+ - - ">="
76
+ - !ruby/object:Gem::Version
77
+ version: 3.2.0
78
+ required_rubygems_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ requirements: []
84
+ rubygems_version: 3.7.1
85
+ specification_version: 4
86
+ summary: TossPayments v2 (Payment Widget) integration helpers for Rails 7 & 8
87
+ test_files: []