Skip to content

Commit

Permalink
v0.2.0 - 1.9 support and a different approach to injecting the payloa…
Browse files Browse the repository at this point in the history
…d (simply ensure we're not inside a GC run rather than setting a breakpoint on a known code path outside of the GC)
  • Loading branch information
ileitch committed Feb 18, 2011
1 parent 2301909 commit 882481f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
19 changes: 8 additions & 11 deletions hijack.gemspec
@@ -1,22 +1,21 @@
--- !ruby/object:Gem::Specification
name: hijack
version: !ruby/object:Gem::Version
hash: 977940572
prerelease: true
hash: 23
prerelease: false
segments:
- 0
- 2
- 0
- rc3
version: 0.2.0.rc3
version: 0.2.0
platform: ruby
authors:
- Ian Leitch
autorequire:
bindir: bin
cert_chain: []

date: 2011-02-15 00:00:00 +11:00
date: 2011-02-18 00:00:00 +11:00
default_executable:
dependencies: []

Expand Down Expand Up @@ -68,14 +67,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
required_rubygems_version: !ruby/object:Gem::Requirement
none: false
requirements:
- - ">"
- - ">="
- !ruby/object:Gem::Version
hash: 25
hash: 3
segments:
- 1
- 3
- 1
version: 1.3.1
- 0
version: "0"
requirements: []

rubyforge_project:
Expand Down
2 changes: 1 addition & 1 deletion lib/hijack.rb
Expand Up @@ -31,6 +31,6 @@ def self.socket_path_for(pid)
end

def self.version
"0.2.0.rc3"
"0.2.0"
end
end

0 comments on commit 882481f

Please sign in to comment.