iron_response 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module IronResponse
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/iron_response.rb CHANGED
@@ -138,7 +138,7 @@ module IronResponse
138
138
  if @code.nil?
139
139
  @code = IronWorkerNG::Code::Ruby.new(exec: @worker)
140
140
  @code.name = worker_name
141
- @code.merge_gem("iron_response", ">= 0.1.0")
141
+ @code.merge_gem("iron_response", IronResponse::VERSION) # bootstraps the current version with the worker
142
142
  @code.runtime = "ruby"
143
143
  end
144
144
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iron_response
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: