Sha256: 7105773c101f85f9a11ac4eef46d57c36c35a7275bd2ef949ab1e3474d3368a0
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'sandoz/version' Gem::Specification.new do |s| s.name = 'sandoz' s.version = Sandoz::VERSION s.authors = ["Harley Swick"] s.email = ["hswick@example.com"] s.summary = %q{ A gem named Sandoz. } s.description = %q{ Ruby P5.js wrapper for trippy visuals. } s.homepage = "https://github.com/hswick/sandoz" s.license = "MIT" # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or # delete this section to allow pushing this gem to any host. if s.respond_to?(:metadata) s.metadata['allowed_push_host'] = "https://rubygems.org" else raise "RubyGems 2.0 or newer is required to protect against public gem pushes." end s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } s.bindir = "exe" s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) } s.require_paths = ["lib"] s.add_development_dependency 'bundler', '~> 1.11' s.add_dependency 'sinatra', '~> 1.4' s.add_dependency 'opal', '~> 0.9' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
sandoz-0.1.51 | sandoz.gemspec |
sandoz-0.1.5 | sandoz.gemspec |
sandoz-0.1.4 | sandoz.gemspec |