Sha256: 7bc0d7c50b745a2f40513a96694938949eb9fcc13fd4bc82d9f6c89412c01019

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

# -*- coding: utf-8 -*-
begin
  require 'jeweler'
  Jeweler::Tasks.new do |gem|

    # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
    gem.name = "dircat"
    gem.summary = "command line utilites to manage catalogs of directory"
    gem.description = %Q{
      command line utilites to manage catalogs of directory
    }
    gem.authors = ["Tokiro"]
    gem.email = "tokiro.oyama@gmail.com"
    gem.homepage = "http://github.com/tokiro/dircat"

    #
    # dependencies, automatically loaded from Gemfile
    #

    #
    # bin
    #
    gem.executables = %w{ dircat }

    #
    # files
    #
    gem.files  = %w{LICENSE.txt README.md Rakefile VERSION.yml dircat.gemspec .gemtest}
    gem.files.concat Dir['lib/**/*.rb']
    gem.files.concat Dir['examples/*.rb']
    gem.files.concat Dir['tasks/*.rake']

    #
    # test files
    #
    gem.test_files = Dir['spec/**/*.rb']
    gem.test_files.concat Dir['spec/fixtures/**/*']

  end

  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler (or a dependency) not available. Install it with: sudo gem install jeweler"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dircat-0.1.9 tasks/jeweler.rake