Skip to content

Commit

Permalink
0.2.0.rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Feb 15, 2011
1 parent 2460653 commit 2301909
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions hijack.gemspec
@@ -1,22 +1,22 @@
--- !ruby/object:Gem::Specification --- !ruby/object:Gem::Specification
name: hijack name: hijack
version: !ruby/object:Gem::Version version: !ruby/object:Gem::Version
hash: 977940575 hash: 977940572
prerelease: true prerelease: true
segments: segments:
- 0 - 0
- 2 - 2
- 0 - 0
- rc2 - rc3
version: 0.2.0.rc2 version: 0.2.0.rc3
platform: ruby platform: ruby
authors: authors:
- Ian Leitch - Ian Leitch
autorequire: autorequire:
bindir: bin bindir: bin
cert_chain: [] cert_chain: []


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


Expand Down
4 changes: 2 additions & 2 deletions lib/hijack.rb
Expand Up @@ -29,8 +29,8 @@ def self.socket_for(pid)
def self.socket_path_for(pid) def self.socket_path_for(pid)
"/tmp/hijack.#{pid}.sock" "/tmp/hijack.#{pid}.sock"
end end

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

0 comments on commit 2301909

Please sign in to comment.