mirror of
https://github.com/lloeki/umodule-source.git
synced 2025-12-06 10:44:39 +01:00
v0.5, matching JS version
This commit is contained in:
commit
68a37bd4a1
6 changed files with 123 additions and 0 deletions
16
umodule-source.gemspec
Normal file
16
umodule-source.gemspec
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
$:.push File.expand_path('../lib', __FILE__)
|
||||
require 'umodule/source'
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = 'umodule-source'
|
||||
s.version = Umodule::Source::VERSION
|
||||
s.authors = ['Loic Nageleisen']
|
||||
s.email = ['loic.nageleisen@gmail.com']
|
||||
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.files = %W[ lib/umodule-source.rb
|
||||
lib/umodule/source.rb
|
||||
lib/umodule/source/umodule.js ]
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue