Sha256: 995d321e13a31badfbbfa9827b12754adc8ff167d94ba26d99d2ee3bfcd56ab5

Contents?: true

Size: 1.41 KB

Versions: 1

Compression:

Stored size: 1.41 KB

Contents

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

Gem::Specification.new do |s|
  s.name          = "updateable_views_inheritance"
  s.version       = UpdateableViewsInheritance::VERSION
  s.authors       = ["Sava Chankov", "Denitsa Belogusheva"]
  s.email         = ["sava@tutuf.com", "deni@tutuf.com"]
  s.homepage      = "http://github.com/tutuf/updateable_views_inheritance"
  s.summary       = %q{Class table inheritance for ActiveRecord}
  s.description   = %q{Class table inheritance for ActiveRecord based on updatable views in the database that join parent and children tables}
  s.license       = "MIT"

  s.files         = `git ls-files`.split($/)
  s.executables   = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = ["lib"]

  s.add_dependency "activerecord", "~> 4.2.8"
  s.add_dependency "pg", "~> 0.21"

  s.add_development_dependency 'bigdecimal', '1.3.5'
  s.add_development_dependency "bundler"
  s.add_development_dependency "minitest"
  s.add_development_dependency "minitest-reporters"
  s.add_development_dependency "rails", '= 4.2.11.1'
  s.add_development_dependency "rake"
  s.add_development_dependency "simplecov"
  s.add_development_dependency "simplecov_json_formatter"
  s.add_development_dependency "solargraph"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
updateable_views_inheritance-1.4.7 updateable_views_inheritance.gemspec