Skip to content

Commit 6068da3

Browse files
author
Sven Fuchs
committed
add summary/description to the gemspec
1 parent 278cc74 commit 6068da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

i18n-active_record.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
99
s.authors = ["Sven Fuchs"]
1010
s.email = "svenfuchs@artweb-design.de"
1111
s.homepage = "https://github.com/svenfuchs/i18n-active_record"
12-
s.summary = "[summary]"
13-
s.description = "[description]"
12+
s.summary = "I18n ActiveRecord backend"
13+
s.description = "I18n ActiveRecord backend. Allows to store translations in a database using ActiveRecord, e.g. for providing a web-interface for managing translations."
1414

1515
s.files = Dir.glob("{ci,lib,test}/**/**") + %w(MIT-LICENSE README.textile Rakefile)
1616
s.platform = Gem::Platform::RUBY

0 commit comments

Comments
 (0)