Skip to content

Commit

Permalink
Add a gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Jun 4, 2010
1 parent 83ffa4b commit a496269
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tolk.gemspec
@@ -0,0 +1,19 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'tolk'
s.version = '1.0'
s.summary = 'Async ORM and controller layer.'
s.description = 'Cramp provides ORM and controller layers for developing asynchronous web applications.'

s.author = 'David Heinemeier Hansson'
s.email = 'david@loudthinking.com'
s.homepage = 'http://www.rubyonrails.org'

s.add_dependency('activesupport', version)
s.add_dependency('ya2yaml', version)

s.files = Dir['README', 'MIT-LICENSE', 'config/routes.rb', 'init.rb', 'lib/**/*', 'app/**/*', 'public/tolk/**/*']
s.has_rdoc = false

s.require_path = 'lib'
end

0 comments on commit a496269

Please sign in to comment.