Sha256: ec9cc65d2199563b8cfe09529f3f76f5cc8aefaaa2879588ceef0c5babd21467

Contents?: true

Size: 1.02 KB

Versions: 3

Compression:

Stored size: 1.02 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "marver"
  spec.version       = Marver::VERSION
  spec.authors       = ["Ile Eftimov"]
  spec.email         = ["ileeftimov@gmail.com"]
  spec.summary       = %q{Marver, gem for  Marvel's API}
  spec.description   = %q{Marver is a gem that provides a wrapper to Marvel's API}
  spec.homepage      = "http://github.com/fteem/marver"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  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_development_dependency "pry"
  spec.add_development_dependency "rspec"
  spec.add_development_dependency "webmock"
  spec.add_dependency 'rest-client'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
marver-0.1.0 marver.gemspec
marver-0.0.6 marver.gemspec
marver-0.0.5 marver.gemspec