mirror of
https://github.com/lloeki/umodule-source.git
synced 2025-12-06 02:34:40 +01:00
MIT license in gemspec
This commit is contained in:
parent
68a37bd4a1
commit
b3f6f48544
2 changed files with 2 additions and 1 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
|
|
@ -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 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue