Sha256: 9a173218eb29058611a3aaeb41b161884b78379d090e44f006da39fa0b4022f2

Contents?: true

Size: 900 Bytes

Versions: 14

Compression:

Stored size: 900 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "tdiary"
  spec.version       = TDiary::VERSION
  spec.authors       = ["TADA Tadashi", "SHIBATA Hiroshi", "MATSUOKA Kohei"]
  spec.email         = ["support@tdiary.org"]
  spec.summary       = %q{a TSUKKOMI-able Web-log}
  spec.description   = %q{tDiary is so called Weblog.}
  spec.homepage      = "http://www.tdiary.org/"
  spec.license       = "GPL-2"

  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 = ["."]

  spec.required_ruby_version = '>= 1.9.2'

  spec.add_dependency 'thor', '~> 0.18'
  spec.add_dependency "bundler", "~> 1.3"
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
tdiary-4.0.5.1 tdiary.gemspec
tdiary-4.0.5 tdiary.gemspec
tdiary-4.0.4 tdiary.gemspec
tdiary-4.0.3 tdiary.gemspec
tdiary-4.0.2.20140201 tdiary.gemspec
tdiary-4.0.2 tdiary.gemspec
tdiary-4.0.1.20131102 tdiary.gemspec
tdiary-4.0.1.20130929 tdiary.gemspec
tdiary-4.0.1.20130903 tdiary.gemspec
tdiary-4.0.1 tdiary.gemspec
tdiary-4.0.0.20130826 tdiary.gemspec
tdiary-4.0.0 tdiary.gemspec
tdiary-3.2.2.20130727 tdiary.gemspec
tdiary-3.2.2.20130518 tdiary.gemspec