pretender.gemspec in pretender-0.0.1 vs pretender.gemspec in pretender-0.0.2

- old
+ new

@@ -6,12 +6,12 @@ Gem::Specification.new do |spec| spec.name = "pretender" spec.version = Pretender::VERSION spec.authors = ["Andrew Kane"] spec.email = ["acekane1@gmail.com"] - spec.description = %q{The right way to login as another user} - spec.summary = %q{What is the right way? Easy to switch back and forth between roles, minimal code changes, and plays nicely with auditing tools} - spec.homepage = "https://github.com/ankane/pretender" + spec.description = %q{Simple, powerful user impersonation for Rails} + spec.summary = %q{Easy to switch back and forth between roles, minimal code changes, and plays nicely with auditing tools} + spec.homepage = "http://ankane.github.com/pretender/" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})