Rakefile in fastimage_inline-1.0.2 vs Rakefile in fastimage_inline-1.0.3

- old
+ new

@@ -8,10 +8,10 @@ s.email = "sdsykes@gmail.com" s.homepage = "http://github.com/sdsykes/fastimage_inline" s.description = "FastImage Inline places small images inline in you HTML IMG tags code using a 'data' url." s.authors = ["Stephen Sykes"] s.files = FileList["[A-Z]*", "{lib,test}/**/*"] - s.add_dependency('sdsykes-fastimage', '>= 1.1.2') + s.add_dependency('fastimage', '>= 1.1.2') end Jeweler::GemcutterTasks.new rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http:// gems.github.com"