Skip to content

Commit

Permalink
Update gemspec to point to dvrensk's repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dvrensk committed Mar 13, 2013
1 parent e3f16bc commit b86281a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/single_instance/version.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,3 @@
module SingleInstance module SingleInstance
VERSION = "0.3.0" VERSION = "0.3.1"
end end
4 changes: 2 additions & 2 deletions single_instance.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Gem::Specification.new do |s|
s.version = SingleInstance::VERSION s.version = SingleInstance::VERSION
s.platform = Gem::Platform::RUBY s.platform = Gem::Platform::RUBY
s.authors = ["David Vrensk", "Magnus Enarsson"] s.authors = ["David Vrensk", "Magnus Enarsson"]
s.email = ["dev+gemsupport@icehouse.se"] s.email = ["rubygems+single_instance@vrensk.com"]
s.homepage = "http://github.com/icehouse/single_instance" s.homepage = "http://github.com/dvrensk/single_instance"
s.summary = %Q{Ruby Gem that makes sure that only a single instance of a code block or process is running.} s.summary = %Q{Ruby Gem that makes sure that only a single instance of a code block or process is running.}
s.description = "SingleInstance uses an exclusive file lock to allow or block execution of code." s.description = "SingleInstance uses an exclusive file lock to allow or block execution of code."


Expand Down

0 comments on commit b86281a

Please sign in to comment.