Skip to content

Commit

Permalink
SNAPSHOT feature is no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Feb 3, 2012
1 parent d8acd19 commit 31bd0f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ require 'tabs_on_rails/version'
PKG_NAME = ENV['PKG_NAME'] || "tabs_on_rails"
PKG_VERSION = ENV['PKG_VERSION'] || TabsOnRails::VERSION

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


# Run test by default.
task :default => :test
Expand Down

0 comments on commit 31bd0f4

Please sign in to comment.