solon 0.0.3 → 0.0.4

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/solon.rb +1 -0
  2. data/solon.gemspec +1 -1
  3. metadata +3 -3
data/lib/solon.rb CHANGED
@@ -11,6 +11,7 @@ require 'solon/sagepay_response'
11
11
  require 'solon/sagepay_services'
12
12
  require 'solon/sagepay_callback'
13
13
  require 'solon/unique_id'
14
+ require 'solon/net/https_gateway'
14
15
  require 'solon/solon_gateway'
15
16
 
16
17
 
data/solon.gemspec CHANGED
@@ -4,7 +4,7 @@ $:.unshift lib unless $:.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "solon"
7
- s.version = "0.0.3"
7
+ s.version = "0.0.4"
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Alastair Brunton"]
10
10
  s.email = ["info@simplyexcited.co.uk"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: solon
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alastair Brunton