Commit 4b07da18578ca30468228c64c4c2b345c8546f76

Authored by Thiago Ribeiro
1 parent db501c95

Corrected gemspec license

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
omniauth-remote-user.gemspec
... ... @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
20 20 gem.require_paths = %w(lib)
21 21 gem.files = `git ls-files -z`.split("\x0").reject {|f| f.start_with?('spec/')}
22 22 gem.test_files = `git ls-files -- {test,spec,feature}/*`.split("\n")
23   - gem.license = %w(GPLv3)
  23 + gem.license = "GPLv3"
24 24 gem.required_rubygems_version = '>= 1.3.5'
25 25 end
26 26  
... ...