Sha256: 52585a739127d8a87bdb34b0cd1eefa44a2fb862d683652bab2a6aee2cefcff0

Contents?: true

Size: 940 Bytes

Versions: 5

Compression:

Stored size: 940 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "fiscaly"
  spec.version       = Fiscaly::VERSION
  spec.authors       = ["Yoshikazu Kaneta"]
  spec.email         = ["kaneta@sitebridge.co.jp"]
  spec.summary       = %q{Financial date class for ruby}
  spec.description   = %q{Financial date class for ruby}
  spec.homepage      = "https://github.com/kanety/fiscaly"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_dependency "activesupport", ">= 5.0"

  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
  spec.add_development_dependency "simplecov"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fiscaly-1.2.2 fiscaly.gemspec
fiscaly-1.2.1 fiscaly.gemspec
fiscaly-1.2.0 fiscaly.gemspec
fiscaly-1.1.0 fiscaly.gemspec
fiscaly-1.0.0 fiscaly.gemspec