Sha256: 50ab9d9fb4b2125f8becc5782d952752925bffdc7e33ffa7d367766d50f21022

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'galactus/version'

Gem::Specification.new do |spec|
  spec.name          = 'galactus'
  spec.version       = Galactus::VERSION
  spec.authors       = ['Jeff Nyman']
  spec.email         = ['jeffnyman@gmail.com']

  spec.summary       = %q{Consuming the Marvel Comics API}
  spec.description   = %q{
    Galactus allows you to consume the API provided by the Marvel
    development team, querying on various aspects of the entire
    Marvel universe.
  }
  spec.homepage      = 'https://github.com/jnyman/galactus'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.required_ruby_version = '>= 2.0.0'

  spec.add_development_dependency 'bundler', '~> 1.10'
  spec.add_development_dependency 'rake', '~> 10.0'
  spec.add_development_dependency 'rspec'

  spec.post_install_message = %{
(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)

  Galactus #{Galactus::VERSION} has been installed.

(::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)
  }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
galactus-0.1.0 galactus.gemspec