Skip to content

Commit

Permalink
The lines must line up
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jun 6, 2010
1 parent 0cf67e0 commit 29576df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tolk.gemspec
@@ -1,14 +1,14 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = 'tolk'
s.version = '1.0'
s.summary = 'Rails engine providing web interface for managing i18n yaml files'
s.name = 'tolk'
s.version = '1.0'
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.platform = Gem::Platform::RUBY
s.add_dependency('will_paginate', '3.0.pre')
s.add_dependency('ya2yaml', '~> 0.26')

Expand Down

0 comments on commit 29576df

Please sign in to comment.