MIT license in gemspec

This commit is contained in:
Loic Nageleisen 2013-10-04 14:54:12 +02:00
parent 68a37bd4a1
commit b3f6f48544
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
module Umodule
module Source
VERSION = 0.5
VERSION = '0.5.1'
def self.bundled_path
File.expand_path('../source/umodule.js', __FILE__)

View file

@ -10,6 +10,7 @@ Gem::Specification.new do |s|
s.homepage = 'http://github.com/lloeki/umodule-source'
s.summary = %q{uModule source as a Ruby gem.}
s.description = %q{uModule source as a Ruby gem.}
s.license = 'MIT'
s.files = %W[ lib/umodule-source.rb
lib/umodule/source.rb
lib/umodule/source/umodule.js ]