Sha256: 077e3f6c7d54d91b239b3f13f50baac1c807a64b0d0a6b515745c7cf3158ab4b

Contents?: true

Size: 1.33 KB

Versions: 7

Compression:

Stored size: 1.33 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "tako"
  spec.version       = Tako::VERSION
  spec.authors       = ["Masashi AKISUE"]
  spec.email         = ["masashi.akisue@aktsk.jp"]

  spec.summary       = %q{Provides Horizontal-sharing for ActiveRecord}
  spec.homepage      = "https://github.com/the40san/tako"
  spec.license       = "MIT"

  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
  # delete this section to allow pushing this gem to any host.
  if spec.respond_to?(:metadata)
    spec.metadata['allowed_push_host'] = "https://rubygems.org"
  else
    raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
  end

  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 "activerecord", "> 4.1"

  spec.add_development_dependency "mysql2"
  spec.add_development_dependency "bundler", "~> 1.11"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "rspec", "~> 3.0"
  spec.add_development_dependency "pry"
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tako-0.6.0 tako.gemspec
tako-0.5.0 tako.gemspec
tako-0.4.1 tako.gemspec
tako-0.4.0 tako.gemspec
tako-0.3.2 tako.gemspec
tako-0.3.1 tako.gemspec
tako-0.3.0 tako.gemspec