Skip to content

Commit

Permalink
Fix gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Jun 4, 2010
1 parent 9d2883f commit cc96ff9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tolk.gemspec
Expand Up @@ -2,15 +2,15 @@ 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.summary = 'Rails engine providing web interface for managing i18n yaml files'
s.description = 'Tolk is a web interface for doing i18n translations packaged as an engine for Rails 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.add_dependency('will_paginate', '3.0.pre')
s.add_dependency('ya2yaml', '~> 0.26')

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

0 comments on commit cc96ff9

Please sign in to comment.