public
Description: Provides automatic session timeout in a Rails application.
Homepage: http://matthewbass.com/2009/06/03/auto-timeout-sessions-in-rails/
Clone URL: git://github.com/pelargir/auto-session-timeout.git
Click here to lend your support to: auto-session-timeout and make a donation at www.pledgie.com !
auto-session-timeout / auto_session_timeout.gemspec
100644 25 lines (25 sloc) 0.793 kb
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
Gem::Specification.new do |s|
  s.name = "auto-session-timeout"
  s.version = "0.5"
  s.date = "2009-04-22"
  s.summary = "Provides automatic session timeout in a Rails application."
  s.email = "pelargir@gmail.com"
  s.homepage = "http://github.com/pelargir/auto-session-timeout"
  s.description = "Adds several handy expectations for testing ActiveRecord model validations."
  s.has_rdoc = true
  s.authors = ["Matthew Bass"]
  s.files = [
    "auto_session_timeout.gemspec",
    "CHANGELOG",
    "init.rb",
    "lib/auto_session_timeout.rb",
"lib/auto_session_timeout_helper.rb",
    "MIT-LICENSE",
    "Rakefile",
"README",
"test/auto_session_timeout_test.rb",
"test/test_helper.rb"
]
  s.rdoc_options = ["--main", "README"]
  s.extra_rdoc_files = ["README"]
end