lib/stir.rb in stir-0.1.0 vs lib/stir.rb in stir-2.1.1
- old
+ new
@@ -1,7 +1,2 @@
-require "stir/version"
-
-raise 'This is a placeholder gem. Coming soon.'
-
-module Stir
- # Your code goes here...
-end
+$LOAD_PATH << File.dirname(__FILE__)
+raise LoadError.new('You must explictly require "stir/rest", "stir/soap" or "stir/all"')
\ No newline at end of file