Sha256: 25787d043a7b121fed0d2ce36ee0896b31512a072bab96e5c5e01b51b47affe7
Contents?: true
Size: 913 Bytes
Versions: 1
Compression:
Stored size: 913 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'SHOUTCLOUD/version' Gem::Specification.new do |spec| spec.name = "SHOUTCLOUD" spec.version = SHOUTCLOUD::VERSION spec.authors = ["JOHN BARTON"] spec.email = ["JRBARTON@GMAIL.COM"] spec.summary = %q{WEBSCALE UPCASE} spec.description = %q{MONKEYPATCH IN A MORE WEBSCALE UPCASE} spec.homepage = "https://github.com/shoutcloud/SHOUTCLOUD_RUBY" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.5" spec.add_development_dependency "rake" spec.add_runtime_dependency "httparty" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
SHOUTCLOUD-0.0.1 | SHOUTCLOUD.gemspec |