payments-pl 0.5.0 → 0.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/payments_pl.rb +4 -4
- data/lib/{payments → payments_pl}/hash_ext.rb +0 -0
- data/lib/{payments → payments_pl}/pos.rb +0 -0
- data/lib/{payments → payments_pl}/rails.rb +0 -0
- data/lib/{payments → payments_pl}/transaction.rb +0 -0
- data/lib/{payments → payments_pl}/view_helpers.rb +0 -0
- data/rails/init.rb +1 -1
- metadata +8 -8
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.1
|
data/lib/payments_pl.rb
CHANGED
@@ -3,9 +3,9 @@ require 'active_support'
|
|
3
3
|
|
4
4
|
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
5
5
|
|
6
|
-
require '
|
7
|
-
require '
|
8
|
-
require '
|
6
|
+
require 'payments_pl/pos'
|
7
|
+
require 'payments_pl/transaction'
|
8
|
+
require 'payments_pl/view_helpers'
|
9
9
|
|
10
10
|
module Payments
|
11
11
|
ERRORS = {
|
@@ -105,4 +105,4 @@ module Payments
|
|
105
105
|
ERRORS[error_code.to_i]
|
106
106
|
end
|
107
107
|
end
|
108
|
-
end
|
108
|
+
end
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/rails/init.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
require '
|
1
|
+
require 'payments_pl/rails'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: payments-pl
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 9
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 0.5.
|
9
|
+
- 1
|
10
|
+
version: 0.5.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- !binary |
|
@@ -102,12 +102,12 @@ files:
|
|
102
102
|
- doc/js/jquery.js
|
103
103
|
- doc/method_list.html
|
104
104
|
- doc/top-level-namespace.html
|
105
|
-
- lib/payments/hash_ext.rb
|
106
|
-
- lib/payments/pos.rb
|
107
|
-
- lib/payments/rails.rb
|
108
|
-
- lib/payments/transaction.rb
|
109
|
-
- lib/payments/view_helpers.rb
|
110
105
|
- lib/payments_pl.rb
|
106
|
+
- lib/payments_pl/hash_ext.rb
|
107
|
+
- lib/payments_pl/pos.rb
|
108
|
+
- lib/payments_pl/rails.rb
|
109
|
+
- lib/payments_pl/transaction.rb
|
110
|
+
- lib/payments_pl/view_helpers.rb
|
111
111
|
- payments-pl.gemspec
|
112
112
|
- rails/init.rb
|
113
113
|
has_rdoc: true
|