Sha256: e246a2953a457bd35729966b89e1d83e7630b9fe882cbcccef6369b089bd1176

Contents?: true

Size: 878 Bytes

Versions: 1

Compression:

Stored size: 878 Bytes

Contents

# -*- encoding: utf-8 -*-

$LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
require 'image_file/version'

Gem::Specification.new do |s|
  s.name        = 'image-file'
  s.version     = ImageFile::Version::STRING
  s.platform    = Gem::Platform::RUBY
  s.authors     = ['Kenta Murata']
  s.email       = 'mrkn@mrkn.jp'
  s.homepage    = 'http://github.com/mrkn/image-file'
  s.summary     = "image-file-#{ImageFile::Version::STRING}"
  s.description = 'A library for handling image files'

  s.rubygems_version   = '1.3.7'
  #s.rubyforge_project = 'image-file'

  s.files            = `git ls-files`.split("\n")
  s.test_files       = `git ls-files -- {spec,features}/*`.split("\n")
  s.executables      = `git ls-files -- bin/*`.split("\n").map {|f| File.basename(f) }
  s.extra_rdoc_files = []
  s.rdoc_options     = ['--charset=UTF-8']
  s.require_path     = 'lib'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
image-file-0.1.0 image-file.gemspec