Skip to content

Commit

Permalink
use a version file
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed May 18, 2012
1 parent 2e8313a commit 3b5b8eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions lib/sinatra/auth/github/version.rb
@@ -0,0 +1,7 @@
module Sinatra
module Auth
module Github
VERSION = "0.5.0"
end
end
end
3 changes: 2 additions & 1 deletion sinatra_auth_github.gemspec
@@ -1,9 +1,10 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "sinatra/auth/github/version"

Gem::Specification.new do |s|
s.name = "sinatra_auth_github"
s.version = "0.4.0"
s.version = Sinatra::Auth::Github::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Corey Donohoe"]
s.email = ["atmos@atmos.org"]
Expand Down

0 comments on commit 3b5b8eb

Please sign in to comment.