Sha256: 44d0cedd78054e28dc62bd8d18e7b38b8cdbe8d11ec9eeb2c790aa79546db31a

Contents?: true

Size: 994 Bytes

Versions: 100

Compression:

Stored size: 994 Bytes

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($/)
  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

100 entries across 100 versions & 1 rubygems

Version Path
tbpgr_utils-0.0.116 tbpgr_utils.gemspec
tbpgr_utils-0.0.115 tbpgr_utils.gemspec
tbpgr_utils-0.0.114 tbpgr_utils.gemspec
tbpgr_utils-0.0.113 tbpgr_utils.gemspec
tbpgr_utils-0.0.112 tbpgr_utils.gemspec
tbpgr_utils-0.0.111 tbpgr_utils.gemspec
tbpgr_utils-0.0.110 tbpgr_utils.gemspec
tbpgr_utils-0.0.109 tbpgr_utils.gemspec
tbpgr_utils-0.0.108 tbpgr_utils.gemspec
tbpgr_utils-0.0.107 tbpgr_utils.gemspec
tbpgr_utils-0.0.106 tbpgr_utils.gemspec
tbpgr_utils-0.0.105 tbpgr_utils.gemspec
tbpgr_utils-0.0.104 tbpgr_utils.gemspec
tbpgr_utils-0.0.103 tbpgr_utils.gemspec
tbpgr_utils-0.0.102 tbpgr_utils.gemspec
tbpgr_utils-0.0.101 tbpgr_utils.gemspec
tbpgr_utils-0.0.100 tbpgr_utils.gemspec
tbpgr_utils-0.0.99 tbpgr_utils.gemspec
tbpgr_utils-0.0.98 tbpgr_utils.gemspec
tbpgr_utils-0.0.97 tbpgr_utils.gemspec