Skip to content

Commit

Permalink
updated installation instructions, gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
triskweline committed Jun 23, 2010
1 parent fb5e6e2 commit e322205
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,14 @@ There is an awesome {documentation wiki}[http://wiki.github.com/makandra/aegis/]

== Installation

Add the following to your <tt>Initializer.run</tt> block in your <tt>environment.rb</tt>:
Aegis is a gem, which you can install with
sudo gem install aegis

In Rails 2, add the following to your <tt>environment.rb</tt>:
config.gem 'aegis'
Then do a
sudo rake gems:install

Alternatively, use
sudo gem install aegis
In Rails 3, add the following to your <tt>Gemfile</tt>:
gem 'aegis'


== Credits
Expand Down
4 changes: 2 additions & 2 deletions aegis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{aegis}
s.version = "2.0.3"
s.version = "2.0.4"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Henning Koch", "Tobias Kraze"]
s.date = %q{2010-05-09}
s.date = %q{2010-06-23}
s.description = %q{Aegis is an authorization solution for Ruby on Rails that supports roles and a RESTish, resource-style declaration of permission rules.}
s.email = %q{henning.koch@makandra.de}
s.extra_rdoc_files = [
Expand Down

0 comments on commit e322205

Please sign in to comment.