lib/periodical/version.rb in periodical-0.1.1 vs lib/periodical/version.rb in periodical-0.2.0
- old
+ new
@@ -1,6 +1,6 @@
-# Copyright (c) 2012 Samuel G. D. Williams. <http://www.oriontransfer.co.nz>
+# Copyright, 2012, by Samuel G. D. Williams. <http://www.codeotaku.com>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@@ -17,13 +17,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
module Periodical
- module VERSION
- MAJOR = 0
- MINOR = 1
- TINY = 1
-
- STRING = [MAJOR, MINOR, TINY].join('.')
- end
+ VERSION = "0.2.0"
end