nsisam 0.7.0 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.0
1
+ 0.7.1
@@ -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
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "nsisam"
8
- s.version = "0.7.0"
8
+ s.version = "0.7.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Douglas Camata"]
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.0
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: 2819258548481392356
191
+ hash: -4153678088285420192
192
192
  required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  none: false
194
194
  requirements: