Sha256: 83c5d573c13ff57becf624b8aad30e25c83fe3a0d9867c44a1f77a111f83b167

Contents?: true

Size: 1.12 KB

Versions: 5

Compression:

Stored size: 1.12 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", "~>3.2.12"
  s.add_dependency "pg"

  s.add_development_dependency "rails", "~>3.2.12"
  s.add_development_dependency "bundler", "~>1.3"
  s.add_development_dependency "rake"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
updateable_views_inheritance-1.3.0 updateable_views_inheritance.gemspec
updateable_views_inheritance-1.2.2 updateable_views_inheritance.gemspec
updateable_views_inheritance-1.2.1 updateable_views_inheritance.gemspec
updateable_views_inheritance-1.2.0 updateable_views_inheritance.gemspec
updateable_views_inheritance-1.1.2 updateable_views_inheritance.gemspec