Sha256: 2b02ab16411cf386b9eca9eec4854697411ebdfa0412e6aa22082a215082aaca
Contents?: true
Size: 836 Bytes
Versions: 1
Compression:
Stored size: 836 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |s| s.name = "maglove-widgets" s.version = "1.0.2" s.licenses = ["BSD-3-Clause"] s.platform = Gem::Platform::RUBY s.authors = ["Tobias Strebitzer"] s.email = ["tobias.strebitzer@magloft.com"] s.homepage = "https://bitbucket.org/MagLoft/maglove-widgets" s.summary = "MagLove Widgets Repository" s.description = "This gem contains shared widgets for MagLove." s.add_runtime_dependency "bundler", "~> 1.10" s.add_runtime_dependency 'haml', "~> 4.0" s.add_runtime_dependency 'hamloft', "~> 0.2.4" s.files = `git ls-files`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) } s.require_path = 'lib' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
maglove-widgets-1.0.2 | maglove-widgets.gemspec |