Skip to content

Commit 22b1f76

Browse files
committed
Specify the license
closes svenfuchs#41
1 parent b631b05 commit 22b1f76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

i18n-active_record.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Gem::Specification.new do |s|
1111
s.homepage = "https://github.com/svenfuchs/i18n-active_record"
1212
s.summary = "I18n ActiveRecord backend"
1313
s.description = "I18n ActiveRecord backend. Allows to store translations in a database using ActiveRecord, e.g. for providing a web-interface for managing translations."
14-
14+
s.license = 'MIT'
15+
1516
s.files = Dir.glob("{ci,lib,test}/**/**") + %w(MIT-LICENSE README.textile Rakefile)
1617
s.platform = Gem::Platform::RUBY
1718
s.require_path = 'lib'

0 commit comments

Comments
 (0)