Skip to content
This repository has been archived by the owner on Nov 17, 2018. It is now read-only.

Commit

Permalink
* added SNAPSHOT flag (excellent idea from Jamis Buck)
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jun 7, 2008
1 parent 78f95af commit ee4fc37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Expand Up @@ -15,6 +15,9 @@ PKG_FILES = FileList.new("{lib,test}/**/*.rb") do |fl|
end end
RUBYFORGE_PROJECT = 'activerecord-multiconditions' RUBYFORGE_PROJECT = 'activerecord-multiconditions'


if ENV['SNAPSHOT'].to_i == 1
PKG_VERSION << "." << Time.now.utc.strftime("%Y%m%d%H%M%S")
end


Echoe.new(PKG_NAME, PKG_VERSION) do |p| Echoe.new(PKG_NAME, PKG_VERSION) do |p|
p.author = "Simone Carletti" p.author = "Simone Carletti"
Expand Down

0 comments on commit ee4fc37

Please sign in to comment.