public
Description: Thread-local accessors for your classes
Homepage: http://github.com/schoefmax/tlattr_accessors
Clone URL: git://github.com/schoefmax/tlattr_accessors.git
tlattr_accessors / tlattr_accessors.gemspec
100644 20 lines (18 sloc) 0.819 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- encoding: utf-8 -*-
 
Gem::Specification.new do |s|
  s.name = %q{tlattr_accessors}
  s.version = "0.0.3"
  s.authors = ["Maximilian Sch\303\266fmann"]
  s.date = %q{2009-03-10}
  s.description = "thread-local accessors for your classes"
  s.email = "max@pragmatic-it.de"
  s.extra_rdoc_files = ["LICENSE", "README.rdoc"]
  s.files = ["lib/tlattr_accessors.rb", "LICENSE", "README.rdoc", "spec/thread_local_accessors_spec.rb", "tlattr_accessors.gemspec"]
  s.has_rdoc = true
  s.homepage = "http://github.com/schoefmax/tlattr_accessors"
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "tlattr_accessors", "--main", "README.rdoc"]
  s.require_paths = ["lib"]
  s.rubyforge_project = "tlattr_accessors"
  s.rubygems_version = %q{1.3.1}
  s.summary = "thread-local accessors for your classes"
end