Sha256: ef4d785b626c2ab1fd9b8189a593cc1adc82f49e866a5cf8413c5f642bf440c6

Contents?: true

Size: 1.07 KB

Versions: 8

Compression:

Stored size: 1.07 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require 'rake'
require "bitclust/version"

Gem::Specification.new do |s|
  s.name        = "bitclust-dev"
  s.version     = BitClust::VERSION
  s.authors     = ["http://bugs.ruby-lang.org/projects/rurema"]
  s.email       = [""]
  s.homepage    = "http://doc.ruby-lang.org/ja/"
  s.summary     = %Q!BitClust is a rurema document processor.!
  s.description =<<EOD
Rurema is a Japanese ruby documentation project, and
bitclust is a rurema document processor.
This is tools for Rurema developpers.
EOD

  s.rubyforge_project = ""

  s.files         = FileList["tools/*", "lib/bitclust.rb"]
  s.executables   = FileList["tools/*"].
    exclude("ToDoHistory", "check-signature.rb").
    map{|v| File.basename(v) }
  s.require_paths = ["lib"]
  s.bindir        = "tools"

  # specify any dependencies here; for example:
  # s.add_development_dependency "rspec"
  # s.add_runtime_dependency "rest-client"
  s.add_runtime_dependency "bitclust-core", "= #{BitClust::VERSION}"
  s.add_development_dependency "test-unit", ">= 2.3.0"
end

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
bitclust-core-0.5.3 bitclust-dev.gemspec
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/bitclust-dev.gemspec
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.3/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/bitclust-dev.gemspec
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.3/bitclust-dev.gemspec
bitclust-core-0.5.2 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/bitclust-dev.gemspec
bitclust-core-0.5.2 bitclust-dev.gemspec
bitclust-core-0.5.1 bitclust-dev.gemspec
bitclust-core-0.5.0 bitclust-dev.gemspec