Sha256: 85d97609a1987fc348be51d89789999e2737773c0c88e0e5329ebb479513a2e0
Contents?: true
Size: 790 Bytes
Versions: 1
Compression:
Stored size: 790 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.1.6" 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.14" s.add_runtime_dependency 'hamloft', "~> 0.2" 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.1.6 | maglove-widgets.gemspec |