woopra_rails 1.0.7 → 1.0.8

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.
@@ -22,7 +22,7 @@ module WoopraRails
22
22
  def issue_request(action=nil)
23
23
  action = action.nil? ? @base_params : @base_params + action
24
24
  uri = URI.parse(action)
25
- resp = WoopraRails::Response.new(Net::HTTP.get(uri))
25
+ resp = WoopraRails::Response.new(dryrun ? nil : Net::HTTP.get(uri))
26
26
  return resp if resp.success?
27
27
  raise WoopraError
28
28
  end
@@ -1,3 +1,3 @@
1
1
  module WoopraRails
2
- VERSION = "1.0.7"
2
+ VERSION = "1.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: woopra_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: