Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhelmet committed May 28, 2012
1 parent 1990394 commit b5803b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/redcloth/version.rb
Expand Up @@ -2,24 +2,24 @@ module RedCloth
module VERSION
MAJOR = 4
MINOR = 2
TINY = 12
TINY = 13
RELEASE_CANDIDATE = nil

STRING = [MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('.')
TAG = "REL_#{[MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('_')}".upcase.gsub(/\.|-/, '_')
FULL_VERSION = "#{[MAJOR, MINOR, TINY, RELEASE_CANDIDATE].compact.join('.')}"

class << self
def to_s
STRING
end

def ==(arg)
STRING == arg
end
end
end

NAME = "RedCloth"
GEM_NAME = NAME
URL = "http://redcloth.org/"
Expand Down

0 comments on commit b5803b0

Please sign in to comment.