-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various refactors: - Rename Paygate::FormHelper to Paygate::Rails::FormHelper - Do not include Paygate::FormHelper in ActionView::Base - Update BIN list. Note BINs can now be a flexible number of digits - Rename data config YAML keys - Add specs for AES classes
- Loading branch information
1 parent
54a6656
commit 3804065
Showing
17 changed files
with
3,656 additions
and
2,772 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
source 'https://rubygems.org' | ||
|
||
group :development, :test do | ||
gem 'rake' | ||
end | ||
|
||
group :test do | ||
gem 'rspec' | ||
gem 'timecop' | ||
end | ||
|
||
gemspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
require 'bundler/gem_tasks' | ||
|
||
task default: :spec |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.