gopay 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/gopay/version.rb +1 -1
  2. data/lib/gopay.rb +0 -6
  3. metadata +3 -3
data/lib/gopay/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module GoPay
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/gopay.rb CHANGED
@@ -3,13 +3,7 @@ require "pp"
3
3
  require "gopay/config"
4
4
  require "gopay/crypt"
5
5
 
6
- require "gopay/models/payment"
7
- require "gopay/models/eshop_payment"
8
- require "gopay/models/customer_eshop_payment"
9
- require "gopay/models/buyer_payment"
10
- require "gopay/models/payment_identity"
11
6
  require "gopay/models/payment_method"
12
-
13
7
  require "gopay/models/base_payment"
14
8
 
15
9
  require "gopay/railtie" if defined?(::Rails) && ::Rails::VERSION::MAJOR >= 3
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gopay
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
9
+ - 1
10
+ version: 0.1.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - papricek