mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
Scrap the version file
This commit is contained in:
parent
e8fc491ed0
commit
4c7e836933
2 changed files with 1 additions and 11 deletions
|
|
@ -1,8 +0,0 @@
|
|||
module SimpleOAuth
|
||||
module Version
|
||||
MAJOR = 0 unless defined? ::SimpleOAuth::Version::MAJOR
|
||||
MINOR = 1 unless defined? ::SimpleOAuth::Version::MINOR
|
||||
PATCH = 6 unless defined? ::SimpleOAuth::Version::PATCH
|
||||
STRING = [MAJOR, MINOR, PATCH].join('.') unless defined? ::SimpleOAuth::Version::STRING
|
||||
end
|
||||
end
|
||||
|
|
@ -1,10 +1,8 @@
|
|||
# encoding: utf-8
|
||||
|
||||
require File.expand_path('../lib/simple_oauth/version', __FILE__)
|
||||
|
||||
Gem::Specification.new do |gem|
|
||||
gem.name = 'simple_oauth'
|
||||
gem.version = SimpleOAuth::Version::STRING
|
||||
gem.version = '0.1.6'
|
||||
|
||||
gem.authors = ["Steve Richert", "Erik Michaels-Ober"]
|
||||
gem.email = ['steve.richert@gmail.com', 'sferik@gmail.com']
|
||||
|
|
|
|||
Loading…
Reference in a new issue