Skip to content

Commit

Permalink
Add version constant to match common style
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Apr 6, 2012
1 parent feef631 commit 0453b57
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

4 changes: 3 additions & 1 deletion clearance.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
$:.push File.expand_path('../lib', __FILE__)
require 'clearance/version'
require 'date'

Gem::Specification.new do |s|
s.name = %q{clearance}
s.version = IO.read(File.join(File.dirname(__FILE__), 'VERSION'))
s.version = Clearance::VERSION
s.email = %q{support@thoughtbot.com}
s.homepage = %q{http://github.com/thoughtbot/clearance}

Expand Down
3 changes: 3 additions & 0 deletions lib/clearance/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module Clearance
VERSION = '0.16.0'
end

1 comment on commit 0453b57

@gabebw
Copy link
Contributor

@gabebw gabebw commented on 0453b57 Apr 6, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.