Skip to content

Commit

Permalink
Release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stffn committed Jul 21, 2010
1 parent 21301f9 commit 30fefc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

** RELEASE 0.5 (July 21, 2010) **

* Ruby 1.9.2 compatibility [sb]

* Comparisons in authorization roles: lt, lte, gt, gte [aepstein,hollownest]
Expand Down
4 changes: 2 additions & 2 deletions declarative_authorization.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Gem::Specification.new do |s|
s.name = "declarative_authorization"
s.version = "0.4.1"
s.version = "0.5"

s.required_ruby_version = ">= 1.8.6"
s.authors = ["Steffen Bartsch"]
s.summary = "declarative_authorization is a Rails plugin for authorization based on readable authorization rules."
s.email = "sbartsch@tzi.org"
s.files = %w{CHANGELOG MIT-LICENSE README.rdoc Rakefile authorization_rules.dist.rb garlic_example.rb init.rb} + Dir["app/**/*.rb"] + Dir["app/**/*.erb"] + Dir["config/*"] + Dir["lib/*.rb"] + Dir["lib/**/*.rb"] + Dir["test/*"]
s.files = %w{CHANGELOG MIT-LICENSE README.rdoc Rakefile authorization_rules.dist.rb garlic_example.rb init.rb} + Dir["app/**/*.rb"] + Dir["app/**/*.erb"] + Dir["config/*"] + Dir["lib/*.rb"] + Dir["lib/**/*.rb"] + Dir["lib/tasks/*"] + Dir["test/*"]
s.has_rdoc = true
s.extra_rdoc_files = ['README.rdoc', 'CHANGELOG']
s.homepage = %q{http://github.com/stffn/declarative_authorization}
Expand Down

0 comments on commit 30fefc4

Please sign in to comment.