Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Jun 27, 2011
1 parent dcb8e71 commit 928bfbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cassy (1.0.1)
cassy (1.0.2)
crypt-isaac
rails (= 3.0.7)

Expand Down
2 changes: 1 addition & 1 deletion cassy.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|
s.authors = ["ryan@rubyx.com"]
s.description = "An engine that provides a CAS server to the application it's included within."
s.files = Dir["lib/**/*"] + ["MIT-LICENSE", "Rakefile", "README.markdown"]
s.version = "1.0.1"
s.version = "1.0.2"

s.add_dependency 'crypt-isaac'
s.add_dependency 'rails', '3.0.7'
Expand Down

0 comments on commit 928bfbd

Please sign in to comment.