Skip to content

Commit

Permalink
releasing version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Oct 5, 2010
1 parent 6c3e87e commit 67cd83d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
@@ -1,4 +1,4 @@
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

Expand Down
4 changes: 2 additions & 2 deletions cancan.gemspec
@@ -1,13 +1,13 @@
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'
Expand Down

0 comments on commit 67cd83d

Please sign in to comment.