Skip to content

Commit

Permalink
Removed Rails gem dependency because of problems with decl_auth causi…
Browse files Browse the repository at this point in the history
…ng the latest Rails version to be loaded and bumped the minor gem version
  • Loading branch information
stffn committed Sep 12, 2010
1 parent 1b710bf commit 2d641b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,3 +1,4 @@
** RELEASE 0.5.1 (Sep 12, 2010) **

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

Expand Down
4 changes: 2 additions & 2 deletions declarative_authorization.gemspec
Expand Up @@ -2,7 +2,7 @@

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

s.required_ruby_version = ">= 1.8.6"
s.authors = ["Steffen Bartsch"]
Expand All @@ -13,5 +13,5 @@ Gem::Specification.new do |s|
s.extra_rdoc_files = ['README.rdoc', 'CHANGELOG']
s.homepage = %q{http://github.com/stffn/declarative_authorization}

s.add_dependency('rails', '>= 2.1.0')
#s.add_dependency('rails', '>= 2.1.0')
end

0 comments on commit 2d641b2

Please sign in to comment.