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.150 tbpgr_utils.gemspec
tbpgr_utils-0.0.149 tbpgr_utils.gemspec
tbpgr_utils-0.0.148 tbpgr_utils.gemspec
tbpgr_utils-0.0.147 tbpgr_utils.gemspec
tbpgr_utils-0.0.146 tbpgr_utils.gemspec
tbpgr_utils-0.0.145 tbpgr_utils.gemspec
tbpgr_utils-0.0.144 tbpgr_utils.gemspec
tbpgr_utils-0.0.143 tbpgr_utils.gemspec
tbpgr_utils-0.0.142 tbpgr_utils.gemspec
tbpgr_utils-0.0.141 tbpgr_utils.gemspec
tbpgr_utils-0.0.140 tbpgr_utils.gemspec
tbpgr_utils-0.0.139 tbpgr_utils.gemspec
tbpgr_utils-0.0.138 tbpgr_utils.gemspec
tbpgr_utils-0.0.137 tbpgr_utils.gemspec
tbpgr_utils-0.0.136 tbpgr_utils.gemspec
tbpgr_utils-0.0.135 tbpgr_utils.gemspec
tbpgr_utils-0.0.134 tbpgr_utils.gemspec
tbpgr_utils-0.0.133 tbpgr_utils.gemspec
tbpgr_utils-0.0.132 tbpgr_utils.gemspec
tbpgr_utils-0.0.131 tbpgr_utils.gemspec