Navigation Menu

Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamB committed Mar 30, 2012
1 parent bbaa091 commit 14e1bc5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sorcery (0.7.7)
sorcery (0.7.8)
bcrypt-ruby (~> 3.0.0)
bundler (>= 1.1.0)
oauth (~> 0.4.4)
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -29,7 +29,7 @@ Railscast: http://railscasts.com/episodes/283-authentication-with-sorcery

Example Rails 3 app using sorcery: https://github.com/NoamB/sorcery-example-app

Documentation: http://rubydoc.info/gems/sorcery/0.7.6/frames
Documentation: http://rubydoc.info/gems/sorcery/0.7.8/frames

Check out the tutorials in the github wiki!

Expand Down
2 changes: 1 addition & 1 deletion sorcery.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "sorcery"
s.version = "0.7.7"
s.version = "0.7.8"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Noam Ben Ari"]
Expand Down
2 changes: 1 addition & 1 deletion spec/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../
specs:
sorcery (0.7.7)
sorcery (0.7.8)
bcrypt-ruby (~> 3.0.0)
bundler (>= 1.1.0)
oauth (~> 0.4.4)
Expand Down
2 changes: 1 addition & 1 deletion spec/rails3/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../../
specs:
sorcery (0.7.7)
sorcery (0.7.8)
bcrypt-ruby (~> 3.0.0)
bundler (>= 1.1.0)
oauth (~> 0.4.4)
Expand Down
2 changes: 1 addition & 1 deletion spec/rails3_mongo_mapper/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../../
specs:
sorcery (0.7.7)
sorcery (0.7.8)
bcrypt-ruby (~> 3.0.0)
bundler (>= 1.1.0)
oauth (~> 0.4.4)
Expand Down
2 changes: 1 addition & 1 deletion spec/rails3_mongoid/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../../
specs:
sorcery (0.7.7)
sorcery (0.7.8)
bcrypt-ruby (~> 3.0.0)
bundler (>= 1.1.0)
oauth (~> 0.4.4)
Expand Down

0 comments on commit 14e1bc5

Please sign in to comment.