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 5373141 commit b1b8d8a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Rakefile
Expand Up @@ -12,10 +12,6 @@ require 'breadcrumbs_on_rails/version'
PKG_NAME = ENV['PKG_NAME'] || "breadcrumbs_on_rails"
PKG_VERSION = ENV['PKG_VERSION'] || BreadcrumbsOnRails::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 b1b8d8a

Please sign in to comment.