forked from Satish/restful-authentication
-
Notifications
You must be signed in to change notification settings - Fork 0
/
restful-authentication.gemspec
32 lines (24 loc) · 1.22 KB
/
restful-authentication.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# DO NOT EDIT THIS FILE DIRECTLY
# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
gem.name = %q{restful-authentication}
gem.version = "2.0.0.beta1"
gem.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if gem.respond_to? :required_rubygems_version=
gem.date = %q{2010-04-22}
gem.authors = ["Satish"]
gem.email = %q{satish@vinsol.com}
gem.homepage = %q{http://github.com/Satish/restful-authentication}
gem.summary = %q{Generates code for user login and authentication}
gem.description = 'Generates common user authentication code for Rails/Merb, with a full test/unit and rspec suite and optional Acts as State Machine support built-in..'
gem.require_paths = ["lib"]
gem.files = Dir["CHANGELOG", "README.textile", "Rakefile", "TODO", "lib/**/*", "init.rb"]
gem.extra_rdoc_files = ["README.textile"]
gem.rdoc_options = ["--main", "README.textile", "--charset=UTF-8"]
gem.rubygems_version = %q{1.3.6}
gem.post_install_message = %q{**************************************************
Thank you for installing restful-authentication-2.0.0.beta.1!
This version ofrestful-authentication only works with
versions of rails >= 3.0.0.pre.
**************************************************
}
end