heimdallr.gemspec in heimdallr-0.0.2 vs heimdallr.gemspec in heimdallr-1.0.0.RC2

- old
+ new

@@ -1,19 +1,17 @@ # -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) Gem::Specification.new do |s| s.name = "heimdallr" - s.version = "0.0.2" - s.authors = ["Peter Zotov"] - s.email = ["whitequark@whitequark.org"] + s.version = "1.0.0.RC2" + s.authors = ["Peter Zotov", "Boris Staal"] + s.email = ["whitequark@whitequark.org", "boris@roundlake.ru"] s.homepage = "http://github.com/roundlake/heimdallr" s.summary = %q{Heimdallr is an ActiveModel extension which provides object- and field-level access control.} s.description = %q{Heimdallr aims to provide an easy to configure and efficient object- and field-level access control solution, reusing proven patterns from gems like CanCan and allowing one to manage permissions in a very fine-grained manner.} - - s.rubyforge_project = "heimdallr" 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"]