Skip to content
Snippets Groups Projects
Commit 67cd83dd authored by Ryan Bates's avatar Ryan Bates
Browse files

releasing version 1.4.0

parent 6c3e87ee
No related branches found
No related tags found
No related merge requests found
1.4.0 (not yet released)
1.4.0 (October 5, 2010)
* Adding Gemfile; to get specs running just +bundle+ and +rake+ - see issue #163
......
Gem::Specification.new do |s|
s.name = "cancan"
s.version = "1.4.0.beta1"
s.version = "1.4.0"
s.author = "Ryan Bates"
s.email = "ryan@railscasts.com"
s.homepage = "http://github.com/ryanb/cancan"
s.summary = "Simple authorization solution for Rails."
s.description = "Simple authorization solution for Rails which is decoupled from user roles. All permissions are stored in a single location."
s.files = Dir["{lib,spec}/**/*", "[A-Z]*", "init.rb"]
s.files = Dir["{lib,spec}/**/*", "[A-Z]*", "init.rb"] - ["Gemfile.lock"]
s.require_path = "lib"
s.add_development_dependency 'rspec', '~> 2.0.0.beta.22'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment