Skip to content

Commit

Permalink
1.2.0.beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
jm81 committed Feb 4, 2011
1 parent 8184e45 commit fd65aaf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dm-devise (1.2.0.pre)
dm-devise (1.2.0.beta)
devise (~> 1.2.rc)
dm-core (~> 1.0.2)
dm-migrations (~> 1.0.2)
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ earlier versions, but it's not been tested (if you try, please let Jared Morgan
This README only covers dm-devise specifics. Make sure to read the devise
README http://github.com/plataformatec/devise/blob/master/README.rdoc

Last tested against devise master: 2010-12-29, commit 88d4aca2c4f352532c8204bfaeceefae21d36787
Last tested against devise master: 2011-01-31, commit 76a480044688672acdd40469c74c6abfea35f8a4

== Installation

Expand Down
4 changes: 2 additions & 2 deletions dm-devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{dm-devise}
s.version = "1.2.0.pre"
s.version = "1.2.0.beta"

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Jared Morgan"]
s.date = %q{2010-10-16}
s.date = %q{2011-02-03}
s.description = %q{dm-devise adds DataMapper support to devise (http://github.com/plataformatec/devise) for authentication support for Rails}
s.email = %q{jmorgan@morgancreative.net}
s.extra_rdoc_files = [
Expand Down
2 changes: 1 addition & 1 deletion lib/dm-devise/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module DataMapper
module Devise
VERSION = '1.2.0.pre'.freeze
VERSION = '1.2.0.beta'.freeze
end
end

0 comments on commit fd65aaf

Please sign in to comment.