Skip to content

Commit

Permalink
... less said the better. I wish search and replace in sublime actual…
Browse files Browse the repository at this point in the history
…ly worked
  • Loading branch information
robmathews committed Nov 5, 2015
1 parent e724428 commit a416ecf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion draper-cancancan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'draper/cancancan/version'

Gem::Specification.new do |spec|
spec.name = "draper-cancan"
spec.name = "draper-cancancan"
spec.version = Draper::CanCanCan::VERSION
spec.authors = ["Robert Mathews"]
spec.email = ["[email protected]"]
Expand Down
2 changes: 1 addition & 1 deletion lib/draper/cancancan/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Draper
module CanCanCan
VERSION = "1.0.0"
VERSION = "1.0.1"
end
end

0 comments on commit a416ecf

Please sign in to comment.