soveran / ohm

Object-Hash Mapping for Redis

This URL has Read+Write access

ohm / ohm.gemspec.erb
100644 18 lines (13 sloc) 0.501 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Gem::Specification.new do |s|
  s.name = 'ohm'
  s.version = '0.0.4'
  s.summary = %{Object-hash mapping library for Redis.}
  s.date = %q{2009-03-13}
  s.author = "Michel Martens, Damian Janowski"
  s.email = "michel@soveran.com"
  s.homepage = "http://github.com/soveran/ohm"
 
  s.specification_version = 2 if s.respond_to? :specification_version=
 
  s.files = <%= Dir['lib/**/*.rb', 'README*', 'LICENSE', 'Rakefile', 'test/**/*.*'].inspect %>
 
  s.require_paths = ['lib']
 
  s.has_rdoc = false
end