Sha256: c853f136bea725bea548606332f6ae6cc637e866ab2c9251fadb6a09d43e0ba3

Contents?: true

Size: 717 Bytes

Versions: 2

Compression:

Stored size: 717 Bytes

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/callisto/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["Daniel Mircea"]
  gem.email         = ["daniel@thegeek.ro"]
  gem.description   = "Image thumbnails on the fly"
  gem.summary       = "Callisto"
  gem.homepage      = "https://github.com/viseztrance/callisto"

  gem.add_development_dependency "minitest"

  gem.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  gem.files         = `git ls-files`.split("\n")
  gem.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  gem.name          = "callisto"
  gem.require_paths = ["lib"]
  gem.version       = Callisto::VERSION
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
callisto-0.9.1 callisto.gemspec
callisto-0.9 callisto.gemspec