Sha256: b5ae49aabcdff496983762b85a4b29f1c6f9911a6c438588d3fcacc20568031d

Contents?: true

Size: 1009 Bytes

Versions: 3

Compression:

Stored size: 1009 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "tdiary-contrib"
  spec.version       = TDiary::VERSION
  spec.authors       = ["tDiary contributors"]
  spec.email         = ["support@tdiary.org"]
  spec.summary       = %q{tDiary contributions package}
  spec.description   = %q{tDiary contributions package that includes plugins, styles, utilities, libraries, filters, and extended io.}
  spec.homepage      = "http://www.tdiary.org/"
  spec.license       = "GPL-2 and/or others"

  spec.files         = `git ls-files`.split($/)
  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_dependency 'tdiary', ">= #{TDiary::VERSION}"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdiary-contrib-4.0.2 tdiary-contrib.gemspec
tdiary-contrib-3.2.2.20130614 tdiary-contrib.gemspec
tdiary-contrib-3.2.2.20130518 tdiary-contrib.gemspec