lib/openwfe/extras/participants/atomfeed_participants.rb in openwferu-extras-0.9.16 vs lib/openwfe/extras/participants/atomfeed_participants.rb in openwferu-extras-0.9.17
- old
+ new
@@ -1,8 +1,8 @@
#
#--
-# Copyright (c) 2007, John Mettraux, OpenWFE.org
+# Copyright (c) 2007-2008, John Mettraux, OpenWFE.org
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
@@ -45,26 +45,11 @@
# atom-tools' license is X11/MIT
#
require 'monitor'
-require 'rubygems'
-
-begin
- require 'atom/collection'
-rescue LoadError
- #
- # soft dependency on 'atom-tools'
- #
- puts
- puts
- puts "'atom/collection' is missing. You can install with :"
- puts
- puts " [sudo] gem install atom-tools"
- puts
- puts
- exit 1
-end
+#require 'rubygems'
+require 'atom/collection' # gem 'atom-tools'
require 'openwfe/participants/participant'
module OpenWFE::Extras