adauth.gemspec in adauth-2.0.1 vs adauth.gemspec in adauth-2.0.2

- old
+ new

@@ -9,15 +9,17 @@ s.authors = ["Adam \"Arcath\" Laycock"] s.email = ["gems@arcath.net"] s.homepage = "http://adauth.arcath.net" s.summary = "Provides Active Directory authentication for Rails" s.description = "A full featured library for working with Microsofts Active Directory in Ruby." + s.license = 'MIT' s.add_development_dependency "rake" s.add_development_dependency "rspec" s.add_development_dependency "simplecov" s.add_development_dependency "yard" s.add_dependency "net-ldap" + s.add_dependency "expects", "~> 0.0.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"] \ No newline at end of file