diff options
author | Jochen Topf <jochen@topf.org> | 2013-01-24 22:43:21 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2013-01-24 22:43:21 +0100 |
commit | c276cc2985433281bcf98df2d7c062c4e17ab530 (patch) | |
tree | e5024479763aab6b5e0b9181a7495c26727e6bc0 /web | |
parent | e416118c8d023512b96de93960bdcc3ccb2e05b4 (diff) | |
download | taginfo-c276cc2985433281bcf98df2d7c062c4e17ab530.tar taginfo-c276cc2985433281bcf98df2d7c062c4e17ab530.tar.gz |
Remove rubygems require so we don't accidentally start with Ruby 1.8
Diffstat (limited to 'web')
-rwxr-xr-x | web/taginfo.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/taginfo.rb b/web/taginfo.rb index e2fbbe6..11157a9 100755 --- a/web/taginfo.rb +++ b/web/taginfo.rb @@ -9,7 +9,7 @@ # #------------------------------------------------------------------------------ # -# Copyright (C) 2012 Jochen Topf <jochen@remote.org> +# Copyright (C) 2013 Jochen Topf <jochen@remote.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,7 +29,6 @@ $LOAD_PATH.unshift(File.dirname(__FILE__)) -require 'rubygems' require 'json' require 'sqlite3' require 'yaml' |