payable 0.0.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 (86) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.rdoc +3 -0
  3. data/Rakefile +40 -0
  4. data/app/assets/javascripts/payable/application.js +15 -0
  5. data/app/assets/stylesheets/payable/application.css +13 -0
  6. data/app/controllers/payable/application_controller.rb +4 -0
  7. data/app/controllers/payable/welcome_controller.rb +25 -0
  8. data/app/helpers/payable/application_helper.rb +4 -0
  9. data/app/models/payable/gateway_payment.rb +115 -0
  10. data/app/views/layouts/payable/application.html.erb +14 -0
  11. data/app/views/payable/welcome/index.html.erb +10 -0
  12. data/app/views/payable/welcome/json_form.html.erb +44 -0
  13. data/config/routes.rb +7 -0
  14. data/db/migrate/20120607044142_create_payable_gateway_payments.rb +20 -0
  15. data/lib/model_extensions.rb +97 -0
  16. data/lib/payable/engine.rb +5 -0
  17. data/lib/payable/version.rb +3 -0
  18. data/lib/payable.rb +6 -0
  19. data/lib/tasks/payable_tasks.rake +4 -0
  20. data/test/dummy/README.rdoc +261 -0
  21. data/test/dummy/Rakefile +7 -0
  22. data/test/dummy/app/assets/javascripts/application.js +15 -0
  23. data/test/dummy/app/assets/javascripts/welcome.js +2 -0
  24. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  25. data/test/dummy/app/assets/stylesheets/welcome.css +4 -0
  26. data/test/dummy/app/controllers/application_controller.rb +3 -0
  27. data/test/dummy/app/helpers/application_helper.rb +2 -0
  28. data/test/dummy/app/helpers/welcome_helper.rb +2 -0
  29. data/test/dummy/app/models/order.rb +16 -0
  30. data/test/dummy/app/views/layouts/application.html.erb +18 -0
  31. data/test/dummy/config/application.rb +59 -0
  32. data/test/dummy/config/boot.rb +10 -0
  33. data/test/dummy/config/database.yml +25 -0
  34. data/test/dummy/config/environment.rb +5 -0
  35. data/test/dummy/config/environments/development.rb +37 -0
  36. data/test/dummy/config/environments/production.rb +67 -0
  37. data/test/dummy/config/environments/test.rb +37 -0
  38. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  39. data/test/dummy/config/initializers/inflections.rb +15 -0
  40. data/test/dummy/config/initializers/mime_types.rb +5 -0
  41. data/test/dummy/config/initializers/secret_token.rb +7 -0
  42. data/test/dummy/config/initializers/session_store.rb +8 -0
  43. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  44. data/test/dummy/config/locales/en.yml +5 -0
  45. data/test/dummy/config/routes.rb +4 -0
  46. data/test/dummy/config.ru +4 -0
  47. data/test/dummy/db/development.sqlite3 +0 -0
  48. data/test/dummy/db/migrate/20120608040630_create_orders.rb +10 -0
  49. data/test/dummy/db/schema.rb +33 -0
  50. data/test/dummy/log/development.log +3476 -0
  51. data/test/dummy/public/404.html +26 -0
  52. data/test/dummy/public/422.html +26 -0
  53. data/test/dummy/public/500.html +25 -0
  54. data/test/dummy/public/favicon.ico +0 -0
  55. data/test/dummy/script/rails +6 -0
  56. data/test/dummy/test/fixtures/orders.yml +7 -0
  57. data/test/dummy/test/functional/welcome_controller_test.rb +9 -0
  58. data/test/dummy/test/unit/helpers/welcome_helper_test.rb +4 -0
  59. data/test/dummy/test/unit/order_test.rb +7 -0
  60. data/test/dummy/teste.rb +11 -0
  61. data/test/dummy/tmp/cache/assets/C7B/190/sprockets%2F37b103f4623089af1456b90830fe941c +0 -0
  62. data/test/dummy/tmp/cache/assets/CD5/140/sprockets%2Fa21a126d87fb83916bd0862280727aca +0 -0
  63. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  64. data/test/dummy/tmp/cache/assets/D02/7C0/sprockets%2F5a91dd113f57ac4a330b9800376ed1e6 +0 -0
  65. data/test/dummy/tmp/cache/assets/D0D/4C0/sprockets%2F3e934303399d3f2cc7a8cf4c450ad254 +0 -0
  66. data/test/dummy/tmp/cache/assets/D13/C60/sprockets%2F2dedb8177c20286c4259c1d58c5646cc +0 -0
  67. data/test/dummy/tmp/cache/assets/D21/5D0/sprockets%2Fe2c4f946939f2d7d0b42d86383755cae +0 -0
  68. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  69. data/test/dummy/tmp/cache/assets/D35/E90/sprockets%2F7447bd893b001d61304c5ac3fe2bb88d +0 -0
  70. data/test/dummy/tmp/cache/assets/D3E/F40/sprockets%2F25a167c7563d6fe8ec6b13ec1ac09274 +0 -0
  71. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  72. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  73. data/test/dummy/tmp/cache/assets/D9B/F30/sprockets%2F661d4c52d1a8ccb7b4788bdc8a42ad63 +0 -0
  74. data/test/dummy/tmp/cache/assets/DAF/2C0/sprockets%2Fcab45e548fe8052c62e467fde4dfe368 +0 -0
  75. data/test/dummy/tmp/cache/assets/DBB/8C0/sprockets%2F32852d4d3d7bffa878dba0ac1e311b1b +0 -0
  76. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  77. data/test/dummy/tmp/cache/assets/E01/970/sprockets%2F299518aedad3aebe0edf5660d5ee57c2 +0 -0
  78. data/test/dummy/tmp/cache/assets/E03/DD0/sprockets%2Fc0b56c43d65acbf25696aced895cde6a +0 -0
  79. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  80. data/test/dummy/tmp/cache/assets/E54/0A0/sprockets%2F0c12aa3768b3dcccdeec7f29ed0b15ff +0 -0
  81. data/test/fixtures/payable/gateway_payments.yml +11 -0
  82. data/test/integration/navigation_test.rb +10 -0
  83. data/test/payable_test.rb +7 -0
  84. data/test/test_helper.rb +15 -0
  85. data/test/unit/payable/gateway_payment_test.rb +9 -0
  86. metadata +227 -0
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The page you were looking for doesn't exist (404)</title>
5
+ <style type="text/css">
6
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
+ div.dialog {
8
+ width: 25em;
9
+ padding: 0 4em;
10
+ margin: 4em auto 0 auto;
11
+ border: 1px solid #ccc;
12
+ border-right-color: #999;
13
+ border-bottom-color: #999;
14
+ }
15
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/404.html -->
21
+ <div class="dialog">
22
+ <h1>The page you were looking for doesn't exist.</h1>
23
+ <p>You may have mistyped the address or the page may have moved.</p>
24
+ </div>
25
+ </body>
26
+ </html>
@@ -0,0 +1,26 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>The change you wanted was rejected (422)</title>
5
+ <style type="text/css">
6
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
+ div.dialog {
8
+ width: 25em;
9
+ padding: 0 4em;
10
+ margin: 4em auto 0 auto;
11
+ border: 1px solid #ccc;
12
+ border-right-color: #999;
13
+ border-bottom-color: #999;
14
+ }
15
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/422.html -->
21
+ <div class="dialog">
22
+ <h1>The change you wanted was rejected.</h1>
23
+ <p>Maybe you tried to change something you didn't have access to.</p>
24
+ </div>
25
+ </body>
26
+ </html>
@@ -0,0 +1,25 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>We're sorry, but something went wrong (500)</title>
5
+ <style type="text/css">
6
+ body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
7
+ div.dialog {
8
+ width: 25em;
9
+ padding: 0 4em;
10
+ margin: 4em auto 0 auto;
11
+ border: 1px solid #ccc;
12
+ border-right-color: #999;
13
+ border-bottom-color: #999;
14
+ }
15
+ h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <!-- This file lives in public/500.html -->
21
+ <div class="dialog">
22
+ <h1>We're sorry, but something went wrong.</h1>
23
+ </div>
24
+ </body>
25
+ </html>
File without changes
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+ # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
+
4
+ APP_PATH = File.expand_path('../../config/application', __FILE__)
5
+ require File.expand_path('../../config/boot', __FILE__)
6
+ require 'rails/commands'
@@ -0,0 +1,7 @@
1
+ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
2
+
3
+ one:
4
+ value: 9.99
5
+
6
+ two:
7
+ value: 9.99
@@ -0,0 +1,9 @@
1
+ require 'test_helper'
2
+
3
+ class WelcomeControllerTest < ActionController::TestCase
4
+ test "should get index" do
5
+ get :index
6
+ assert_response :success
7
+ end
8
+
9
+ end
@@ -0,0 +1,4 @@
1
+ require 'test_helper'
2
+
3
+ class WelcomeHelperTest < ActionView::TestCase
4
+ end
@@ -0,0 +1,7 @@
1
+ require 'test_helper'
2
+
3
+ class OrderTest < ActiveSupport::TestCase
4
+ # test "the truth" do
5
+ # assert true
6
+ # end
7
+ end
@@ -0,0 +1,11 @@
1
+ @pgp = Order.first.gateway_payment
2
+
3
+ #https://desenvolvedor.moip.com.br/sandbox/ws/alpha/EnviarInstrucao/Unica
4
+
5
+
6
+
7
+ y response
8
+
9
+ @pgp.cancel if response["Status"] == "Falha"
10
+
11
+
@@ -0,0 +1,11 @@
1
+ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
2
+
3
+ # This model initially had no columns defined. If you add columns to the
4
+ # model remove the '{}' from the fixture names and add the columns immediately
5
+ # below each fixture, per the syntax in the comments below
6
+ #
7
+ one: {}
8
+ # column: value
9
+ #
10
+ two: {}
11
+ # column: value
@@ -0,0 +1,10 @@
1
+ require 'test_helper'
2
+
3
+ class NavigationTest < ActionDispatch::IntegrationTest
4
+ fixtures :all
5
+
6
+ # test "the truth" do
7
+ # assert true
8
+ # end
9
+ end
10
+
@@ -0,0 +1,7 @@
1
+ require 'test_helper'
2
+
3
+ class PayableTest < ActiveSupport::TestCase
4
+ test "truth" do
5
+ assert_kind_of Module, Payable
6
+ end
7
+ end
@@ -0,0 +1,15 @@
1
+ # Configure Rails Environment
2
+ ENV["RAILS_ENV"] = "test"
3
+
4
+ require File.expand_path("../dummy/config/environment.rb", __FILE__)
5
+ require "rails/test_help"
6
+
7
+ Rails.backtrace_cleaner.remove_silencers!
8
+
9
+ # Load support files
10
+ Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
11
+
12
+ # Load fixtures from the engine
13
+ if ActiveSupport::TestCase.method_defined?(:fixture_path=)
14
+ ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__)
15
+ end
@@ -0,0 +1,9 @@
1
+ require 'test_helper'
2
+
3
+ module Payable
4
+ class GatewayPaymentTest < ActiveSupport::TestCase
5
+ # test "the truth" do
6
+ # assert true
7
+ # end
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,227 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: payable
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.0.1
6
+ platform: ruby
7
+ authors:
8
+ - Pablo Targa
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2012-06-08 00:00:00 -03:00
14
+ default_executable:
15
+ dependencies:
16
+ - !ruby/object:Gem::Dependency
17
+ name: rails
18
+ prerelease: false
19
+ requirement: &id001 !ruby/object:Gem::Requirement
20
+ none: false
21
+ requirements:
22
+ - - ~>
23
+ - !ruby/object:Gem::Version
24
+ version: 3.2.5
25
+ type: :runtime
26
+ version_requirements: *id001
27
+ - !ruby/object:Gem::Dependency
28
+ name: sqlite3
29
+ prerelease: false
30
+ requirement: &id002 !ruby/object:Gem::Requirement
31
+ none: false
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: "0"
36
+ type: :development
37
+ version_requirements: *id002
38
+ description: "Payable possui forms para chackout e controla a comunica\xC3\xA7\xC3\xA3o com um gateway de pagamento."
39
+ email:
40
+ - pablo.targa@gmail.com
41
+ executables: []
42
+
43
+ extensions: []
44
+
45
+ extra_rdoc_files: []
46
+
47
+ files:
48
+ - lib/payable.rb
49
+ - app/assets/javascripts/payable/application.js
50
+ - app/assets/stylesheets/payable/application.css
51
+ - app/controllers/payable/application_controller.rb
52
+ - app/controllers/payable/welcome_controller.rb
53
+ - app/helpers/payable/application_helper.rb
54
+ - app/models/payable/gateway_payment.rb
55
+ - app/views/layouts/payable/application.html.erb
56
+ - app/views/payable/welcome/index.html.erb
57
+ - app/views/payable/welcome/json_form.html.erb
58
+ - config/routes.rb
59
+ - db/migrate/20120607044142_create_payable_gateway_payments.rb
60
+ - lib/model_extensions.rb
61
+ - lib/payable/engine.rb
62
+ - lib/payable/version.rb
63
+ - lib/tasks/payable_tasks.rake
64
+ - MIT-LICENSE
65
+ - Rakefile
66
+ - README.rdoc
67
+ - test/dummy/app/assets/javascripts/application.js
68
+ - test/dummy/app/assets/javascripts/welcome.js
69
+ - test/dummy/app/assets/stylesheets/application.css
70
+ - test/dummy/app/assets/stylesheets/welcome.css
71
+ - test/dummy/app/controllers/application_controller.rb
72
+ - test/dummy/app/helpers/application_helper.rb
73
+ - test/dummy/app/helpers/welcome_helper.rb
74
+ - test/dummy/app/models/order.rb
75
+ - test/dummy/app/views/layouts/application.html.erb
76
+ - test/dummy/config/application.rb
77
+ - test/dummy/config/boot.rb
78
+ - test/dummy/config/database.yml
79
+ - test/dummy/config/environment.rb
80
+ - test/dummy/config/environments/development.rb
81
+ - test/dummy/config/environments/production.rb
82
+ - test/dummy/config/environments/test.rb
83
+ - test/dummy/config/initializers/backtrace_silencers.rb
84
+ - test/dummy/config/initializers/inflections.rb
85
+ - test/dummy/config/initializers/mime_types.rb
86
+ - test/dummy/config/initializers/secret_token.rb
87
+ - test/dummy/config/initializers/session_store.rb
88
+ - test/dummy/config/initializers/wrap_parameters.rb
89
+ - test/dummy/config/locales/en.yml
90
+ - test/dummy/config/routes.rb
91
+ - test/dummy/config.ru
92
+ - test/dummy/db/development.sqlite3
93
+ - test/dummy/db/migrate/20120608040630_create_orders.rb
94
+ - test/dummy/db/schema.rb
95
+ - test/dummy/log/development.log
96
+ - test/dummy/public/404.html
97
+ - test/dummy/public/422.html
98
+ - test/dummy/public/500.html
99
+ - test/dummy/public/favicon.ico
100
+ - test/dummy/Rakefile
101
+ - test/dummy/README.rdoc
102
+ - test/dummy/script/rails
103
+ - test/dummy/test/fixtures/orders.yml
104
+ - test/dummy/test/functional/welcome_controller_test.rb
105
+ - test/dummy/test/unit/helpers/welcome_helper_test.rb
106
+ - test/dummy/test/unit/order_test.rb
107
+ - test/dummy/teste.rb
108
+ - test/dummy/tmp/cache/assets/C7B/190/sprockets%2F37b103f4623089af1456b90830fe941c
109
+ - test/dummy/tmp/cache/assets/CD5/140/sprockets%2Fa21a126d87fb83916bd0862280727aca
110
+ - test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
111
+ - test/dummy/tmp/cache/assets/D02/7C0/sprockets%2F5a91dd113f57ac4a330b9800376ed1e6
112
+ - test/dummy/tmp/cache/assets/D0D/4C0/sprockets%2F3e934303399d3f2cc7a8cf4c450ad254
113
+ - test/dummy/tmp/cache/assets/D13/C60/sprockets%2F2dedb8177c20286c4259c1d58c5646cc
114
+ - test/dummy/tmp/cache/assets/D21/5D0/sprockets%2Fe2c4f946939f2d7d0b42d86383755cae
115
+ - test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
116
+ - test/dummy/tmp/cache/assets/D35/E90/sprockets%2F7447bd893b001d61304c5ac3fe2bb88d
117
+ - test/dummy/tmp/cache/assets/D3E/F40/sprockets%2F25a167c7563d6fe8ec6b13ec1ac09274
118
+ - test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
119
+ - test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
120
+ - test/dummy/tmp/cache/assets/D9B/F30/sprockets%2F661d4c52d1a8ccb7b4788bdc8a42ad63
121
+ - test/dummy/tmp/cache/assets/DAF/2C0/sprockets%2Fcab45e548fe8052c62e467fde4dfe368
122
+ - test/dummy/tmp/cache/assets/DBB/8C0/sprockets%2F32852d4d3d7bffa878dba0ac1e311b1b
123
+ - test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
124
+ - test/dummy/tmp/cache/assets/E01/970/sprockets%2F299518aedad3aebe0edf5660d5ee57c2
125
+ - test/dummy/tmp/cache/assets/E03/DD0/sprockets%2Fc0b56c43d65acbf25696aced895cde6a
126
+ - test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
127
+ - test/dummy/tmp/cache/assets/E54/0A0/sprockets%2F0c12aa3768b3dcccdeec7f29ed0b15ff
128
+ - test/fixtures/payable/gateway_payments.yml
129
+ - test/integration/navigation_test.rb
130
+ - test/payable_test.rb
131
+ - test/test_helper.rb
132
+ - test/unit/payable/gateway_payment_test.rb
133
+ has_rdoc: true
134
+ homepage: http://rubygems.org/gems/payable
135
+ licenses: []
136
+
137
+ post_install_message:
138
+ rdoc_options: []
139
+
140
+ require_paths:
141
+ - lib
142
+ required_ruby_version: !ruby/object:Gem::Requirement
143
+ none: false
144
+ requirements:
145
+ - - ">="
146
+ - !ruby/object:Gem::Version
147
+ version: "0"
148
+ required_rubygems_version: !ruby/object:Gem::Requirement
149
+ none: false
150
+ requirements:
151
+ - - ">="
152
+ - !ruby/object:Gem::Version
153
+ version: "0"
154
+ requirements: []
155
+
156
+ rubyforge_project:
157
+ rubygems_version: 1.6.2
158
+ signing_key:
159
+ specification_version: 3
160
+ summary: "Payable \xC3\xA9 uma engine que se conecta com um gateway de pagamento"
161
+ test_files:
162
+ - test/dummy/app/assets/javascripts/application.js
163
+ - test/dummy/app/assets/javascripts/welcome.js
164
+ - test/dummy/app/assets/stylesheets/application.css
165
+ - test/dummy/app/assets/stylesheets/welcome.css
166
+ - test/dummy/app/controllers/application_controller.rb
167
+ - test/dummy/app/helpers/application_helper.rb
168
+ - test/dummy/app/helpers/welcome_helper.rb
169
+ - test/dummy/app/models/order.rb
170
+ - test/dummy/app/views/layouts/application.html.erb
171
+ - test/dummy/config/application.rb
172
+ - test/dummy/config/boot.rb
173
+ - test/dummy/config/database.yml
174
+ - test/dummy/config/environment.rb
175
+ - test/dummy/config/environments/development.rb
176
+ - test/dummy/config/environments/production.rb
177
+ - test/dummy/config/environments/test.rb
178
+ - test/dummy/config/initializers/backtrace_silencers.rb
179
+ - test/dummy/config/initializers/inflections.rb
180
+ - test/dummy/config/initializers/mime_types.rb
181
+ - test/dummy/config/initializers/secret_token.rb
182
+ - test/dummy/config/initializers/session_store.rb
183
+ - test/dummy/config/initializers/wrap_parameters.rb
184
+ - test/dummy/config/locales/en.yml
185
+ - test/dummy/config/routes.rb
186
+ - test/dummy/config.ru
187
+ - test/dummy/db/development.sqlite3
188
+ - test/dummy/db/migrate/20120608040630_create_orders.rb
189
+ - test/dummy/db/schema.rb
190
+ - test/dummy/log/development.log
191
+ - test/dummy/public/404.html
192
+ - test/dummy/public/422.html
193
+ - test/dummy/public/500.html
194
+ - test/dummy/public/favicon.ico
195
+ - test/dummy/Rakefile
196
+ - test/dummy/README.rdoc
197
+ - test/dummy/script/rails
198
+ - test/dummy/test/fixtures/orders.yml
199
+ - test/dummy/test/functional/welcome_controller_test.rb
200
+ - test/dummy/test/unit/helpers/welcome_helper_test.rb
201
+ - test/dummy/test/unit/order_test.rb
202
+ - test/dummy/teste.rb
203
+ - test/dummy/tmp/cache/assets/C7B/190/sprockets%2F37b103f4623089af1456b90830fe941c
204
+ - test/dummy/tmp/cache/assets/CD5/140/sprockets%2Fa21a126d87fb83916bd0862280727aca
205
+ - test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
206
+ - test/dummy/tmp/cache/assets/D02/7C0/sprockets%2F5a91dd113f57ac4a330b9800376ed1e6
207
+ - test/dummy/tmp/cache/assets/D0D/4C0/sprockets%2F3e934303399d3f2cc7a8cf4c450ad254
208
+ - test/dummy/tmp/cache/assets/D13/C60/sprockets%2F2dedb8177c20286c4259c1d58c5646cc
209
+ - test/dummy/tmp/cache/assets/D21/5D0/sprockets%2Fe2c4f946939f2d7d0b42d86383755cae
210
+ - test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
211
+ - test/dummy/tmp/cache/assets/D35/E90/sprockets%2F7447bd893b001d61304c5ac3fe2bb88d
212
+ - test/dummy/tmp/cache/assets/D3E/F40/sprockets%2F25a167c7563d6fe8ec6b13ec1ac09274
213
+ - test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
214
+ - test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
215
+ - test/dummy/tmp/cache/assets/D9B/F30/sprockets%2F661d4c52d1a8ccb7b4788bdc8a42ad63
216
+ - test/dummy/tmp/cache/assets/DAF/2C0/sprockets%2Fcab45e548fe8052c62e467fde4dfe368
217
+ - test/dummy/tmp/cache/assets/DBB/8C0/sprockets%2F32852d4d3d7bffa878dba0ac1e311b1b
218
+ - test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
219
+ - test/dummy/tmp/cache/assets/E01/970/sprockets%2F299518aedad3aebe0edf5660d5ee57c2
220
+ - test/dummy/tmp/cache/assets/E03/DD0/sprockets%2Fc0b56c43d65acbf25696aced895cde6a
221
+ - test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
222
+ - test/dummy/tmp/cache/assets/E54/0A0/sprockets%2F0c12aa3768b3dcccdeec7f29ed0b15ff
223
+ - test/fixtures/payable/gateway_payments.yml
224
+ - test/integration/navigation_test.rb
225
+ - test/payable_test.rb
226
+ - test/test_helper.rb
227
+ - test/unit/payable/gateway_payment_test.rb