Skip to content

Commit ab96cf5

Browse files
committed
Update license information in .gemspec
1 parent d48bf3b commit ab96cf5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tagmanager-rails.gemspec

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ Gem::Specification.new do |s|
88
s.authors = ['Tobias L. Maier']
99
s.email = ['[email protected]']
1010
s.homepage = 'https://github.com/tmaier/tagmanager-rails'
11-
s.summary = 'Use Tag Manager with Rails 3'
12-
s.description = 'This gem provides Tag Manager for your Rails 3 application.'
13-
s.license = 'MIT'
11+
s.summary = 'Use Tag Manager with Rails 3 & 4'
12+
s.description = 'This gem provides Tag Manager for your Rails 3 & 4 application.'
13+
s.licenses = ['MIT', 'MPL-2.0']
14+
s.homepage = 'https://github.com/tmaier/tagmanager-rails'
1415

1516
s.required_rubygems_version = '>= 1.3.6'
1617

0 commit comments

Comments
 (0)