Skip to content

Commit

Permalink
Bumping version to 1.0
Browse files Browse the repository at this point in the history
Since encrypted-cookies 1.0 has breaking changes. v1.0 of
encrypted-cookie-store requires v1.0 of encrypted-cookies
  • Loading branch information
hmcfletch committed Dec 5, 2011
1 parent 67fc51f commit 371f812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion encrypted-cookie-store.gemspec
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency('rails', '~> 3.0')
s.add_dependency('encrypted-cookies', '~> 0.3')
s.add_dependency('encrypted-cookies', '~> 1.0')
end
2 changes: 1 addition & 1 deletion lib/encrypted-cookie-store/version.rb
@@ -1,3 +1,3 @@
module EncryptedCookieStore
VERSION = "0.3.2"
VERSION = "1.0"
end

0 comments on commit 371f812

Please sign in to comment.