Sha256: 3767b56bc2601a8d623ff06feb79f8ef1218a98be2d6bc2766aa33ad8b99208d

Contents?: true

Size: 1.02 KB

Versions: 34

Compression:

Stored size: 1.02 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = 'tbpgr_utils'
  spec.version       = TbpgrUtils::VERSION
  spec.authors       = ['tbpgr']
  spec.email         = ['tbpgr@tbpgr.jp']
  spec.description   = %q(Utilities)
  spec.summary       = %q(Utilities)
  spec.homepage      = 'https://github.com/tbpgr/tbpgr_utils'
  spec.license       = 'MIT'

  spec.files         = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
  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_runtime_dependency 'activesupport', '~> 4.0.1'

  spec.add_development_dependency 'bundler', '~> 1.3'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'rspec', '~> 2.14.1'
  spec.add_development_dependency 'simplecov', '~> 0.8.2'
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
tbpgr_utils-0.0.130 tbpgr_utils.gemspec
tbpgr_utils-0.0.129 tbpgr_utils.gemspec
tbpgr_utils-0.0.128 tbpgr_utils.gemspec
tbpgr_utils-0.0.127 tbpgr_utils.gemspec
tbpgr_utils-0.0.126 tbpgr_utils.gemspec
tbpgr_utils-0.0.125 tbpgr_utils.gemspec
tbpgr_utils-0.0.124 tbpgr_utils.gemspec
tbpgr_utils-0.0.123 tbpgr_utils.gemspec
tbpgr_utils-0.0.122 tbpgr_utils.gemspec
tbpgr_utils-0.0.121 tbpgr_utils.gemspec
tbpgr_utils-0.0.120 tbpgr_utils.gemspec
tbpgr_utils-0.0.119 tbpgr_utils.gemspec
tbpgr_utils-0.0.118 tbpgr_utils.gemspec
tbpgr_utils-0.0.117 tbpgr_utils.gemspec