From b3f6f4854439275abe2ca6fbd6bbd84ae969def6 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Fri, 4 Oct 2013 14:54:12 +0200 Subject: [PATCH] MIT license in gemspec --- lib/umodule/source.rb | 2 +- umodule-source.gemspec | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/umodule/source.rb b/lib/umodule/source.rb index 323a5a5..5fa0c65 100644 --- a/lib/umodule/source.rb +++ b/lib/umodule/source.rb @@ -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__) diff --git a/umodule-source.gemspec b/umodule-source.gemspec index cdf9060..e6bac44 100644 --- a/umodule-source.gemspec +++ b/umodule-source.gemspec @@ -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 ]