blob: 879475d061c210ac128088f81f748e0b2703a323 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Gem::Specification.new do |s|
s.name = 'oxidized'
s.version = '0.0.1'
s.platform = Gem::Platform::RUBY
s.authors = [ 'Saku Ytti' ]
s.email = %w( saku@ytti.fi )
s.summary = 'feeble attempt at rancid'
s.rubyforge_project = s.name
s.files = `git ls-files`.split("\n")
s.require_path = 'lib'
end
|