lib/tablecloth-rails/version.rb in tablecloth-rails-1.0.101 vs lib/tablecloth-rails/version.rb in tablecloth-rails-1.0.102
- old
+ new
@@ -7,8 +7,12 @@
# Examples:
# "X.Y.ZVV" is tablecloth vX.Y.Z + gem release VV
# "1.0.100" is tablecloth v1.0.1 + gem release 0
# "1.0.101" is tablecloth v1.0.1 + gem release 1
# "1.0.110" is tablecloth v1.0.1 + gem release 10
- VERSION = '1.0.101'
+ MAJOR = 1
+ MINOR = 0
+ PATCH = 102
+ BUILD = nil
+ VERSION = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
end
end