Skip to content

Commit

Permalink
Merge branch 'feature/moving-the-version-to-a-file' of https://github…
Browse files Browse the repository at this point in the history
….com/krainboltgreene/configatron into krainboltgreene-feature/moving-the-version-to-a-file
  • Loading branch information
markbates committed Apr 16, 2012
2 parents dcfae8d + 034cfab commit 7a4d2f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configatron.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/configatron/version', __FILE__)

Gem::Specification.new do |s|
s.name = "configatron"
s.version = "2.9.0.20111208155705"
s.version = Configatron::VERSION

s.authors = ["markbates"]
s.description = "configatron was developed by: markbates"
Expand Down
3 changes: 3 additions & 0 deletions lib/configatron/version.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
class Configatron
VERSION = "2.9.0"
end

0 comments on commit 7a4d2f6

Please sign in to comment.