Sha256: 00489426b94e1e3a3fb52b877456530236746e50e0611c01e4ffafcfce4f5643
Contents?: true
Size: 1.26 KB
Versions: 1
Compression:
Stored size: 1.26 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 'minitest' s.add_development_dependency "rails", '= 4.2.11.1' s.add_development_dependency "bundler" s.add_development_dependency "rake" s.add_development_dependency 'bigdecimal', '1.3.5' s.add_development_dependency "solargraph" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
updateable_views_inheritance-1.4.3 | updateable_views_inheritance.gemspec |