null+****@clear*****
null+****@clear*****
Mon Jan 30 23:31:18 JST 2012
Kouhei Sutou 2012-01-30 23:31:18 +0900 (Mon, 30 Jan 2012) New Revision: 3781fad14244a3831784660d79df958d093b4d91 Log: remove needless psych require. Reported by @suzuki. Thanks!!! Modified files: lib/logaling/glossary.rb Modified: lib/logaling/glossary.rb (+0 -1) =================================================================== --- lib/logaling/glossary.rb 2012-01-30 23:30:54 +0900 (d2f1ddb) +++ lib/logaling/glossary.rb 2012-01-30 23:31:18 +0900 (39a6ec2) @@ -15,7 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -require 'psych' require "yaml" require "csv" require "fileutils"