We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48bf3b commit ab96cf5Copy full SHA for ab96cf5
tagmanager-rails.gemspec
@@ -8,9 +8,10 @@ Gem::Specification.new do |s|
8
s.authors = ['Tobias L. Maier']
9
s.email = ['[email protected]']
10
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'
+ s.summary = 'Use Tag Manager with Rails 3 & 4'
+ s.description = 'This gem provides Tag Manager for your Rails 3 & 4 application.'
+ s.licenses = ['MIT', 'MPL-2.0']
14
+ s.homepage = 'https://github.com/tmaier/tagmanager-rails'
15
16
s.required_rubygems_version = '>= 1.3.6'
17
0 commit comments