lib/inochi/inochi.rb in inochi-6.0.1 vs lib/inochi/inochi.rb in inochi-6.0.2
- old
+ new
@@ -16,11 +16,11 @@
WEBSITE = 'http://snk.tuxfamily.org/lib/inochi/'
##
# Number of this release of this project.
#
- VERSION = '6.0.1'
+ VERSION = '6.0.2'
##
# Date of this release of this project.
#
RELDATE = '2011-04-21'
@@ -54,11 +54,9 @@
# 'yet_another_example' => [],
# }
#
GEMDEPS = {
'ember' => [ '>= 0.3.0' , '< 1' ], # for eRuby templates
- 'highline' => [ '>= 1.5' , '< 2' ], # for echoless password entry
- 'mechanize' => [ '>= 1' , '< 2' ], # for publishing announcements
'nokogiri' => [ '>= 1.4' , '< 2' ], # for parsing HTML and XML
'rake' => [ '>= 0.8.4' , '< 1' ], # for Inochi::Engine
'yard' => [ '>= 0.5.8' , '< 1' ], # for making API documentation
}