lib/rufus/verbs/version.rb in rufus-verbs-0.10 vs lib/rufus/verbs/version.rb in rufus-verbs-1.0.0
- old
+ new
@@ -1,8 +1,7 @@
-#
#--
-# Copyright (c) 2008, John Mettraux, jmettraux@gmail.com
+# Copyright (c) 2008-2010, John Mettraux, jmettraux@gmail.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
@@ -18,28 +17,19 @@
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# 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.
#
-# (MIT license)
+# Made in Japan.
#++
-#
-#
-# John Mettraux
-#
-# Made in Japan
-#
-# 2008/01/21
-#
-
module Rufus
module Verbs
- #
- # The version of this rufus-verbs [gem]
- #
- VERSION = '0.10'
+ #
+ # The version of this rufus-verbs [gem]
+ #
+ VERSION = '1.0.0'
end
end