nsisam 0.7.0 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/nsisam/fake_client.rb +1 -1
- data/nsisam.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.7.
|
1
|
+
0.7.1
|
data/lib/nsisam/fake_client.rb
CHANGED
@@ -3,7 +3,6 @@ require 'base64'
|
|
3
3
|
require File.dirname(__FILE__) + '/response'
|
4
4
|
require 'webmock'
|
5
5
|
include WebMock::API
|
6
|
-
WebMock.allow_net_connect!
|
7
6
|
|
8
7
|
|
9
8
|
module NSISam
|
@@ -13,6 +12,7 @@ module NSISam
|
|
13
12
|
attr_reader :host, :port
|
14
13
|
|
15
14
|
def initialize(host="localhost", port="8888")
|
15
|
+
WebMock.allow_net_connect!
|
16
16
|
@storage = {}
|
17
17
|
@host = host
|
18
18
|
@port = port
|
data/nsisam.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nsisam
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -188,7 +188,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
188
188
|
version: '0'
|
189
189
|
segments:
|
190
190
|
- 0
|
191
|
-
hash:
|
191
|
+
hash: -4153678088285420192
|
192
192
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
193
193
|
none: false
|
194
194
|
requirements:
|