rotp.gemspec in rotp-1.2.0 vs rotp.gemspec in rotp-1.3.0

- old
+ new

@@ -12,11 +12,9 @@ s.summary = %q{A Ruby library for generating and verifying one time passwords} s.description = %q{Works for both HOTP and TOTP, and include QR Code provisioning} s.rubyforge_project = "rotp" - s.add_dependency('base32', '0.1.2') - s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end