Skip to content

Commit

Permalink
renames target gem file to be cleverua-lockfile so we do not overlap …
Browse files Browse the repository at this point in the history
…with existing one on gemcutter
  • Loading branch information
pavlo committed Sep 6, 2010
1 parent 17af0f5 commit ab282c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -27,7 +27,7 @@ This ruby gem allows you create a lock file on disk right before it yields given

== INSTALL:

sudo gem install lockfile
sudo gem install cleverua-lockfile

== LICENSE:

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -4,7 +4,7 @@ require 'rake'
begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "lockfile"
gem.name = "cleverua-lockfile"
gem.summary = %Q{Helps you to maintain lock files that indicate that some resource is occupied by an other process}
gem.description = %Q{This Ruby gem helps to manage processes in your application so that new process won’t start while the previous one is still running. It uses so known 'lock file' approach to figure out whether a process is running or not.}
gem.email = "pavlo@cleverua.com"
Expand Down

0 comments on commit ab282c0

Please sign in to comment.