Sha256: 7c87fc0aa2dc8289814d9e045ca7be72a34e9e2a2251ad2e7d174ecd2d3e0923
Contents?: true
Size: 821 Bytes
Versions: 1
Compression:
Stored size: 821 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'ip_net_active_record_type/version' Gem::Specification.new do |spec| spec.name = 'ip_net_active_record_type' spec.version = IpNetActiveRecordType::VERSION spec.authors = ['Denis Talakevich'] spec.email = ['senid231@gmail.com'] spec.summary = 'Fixed behaviour for inet type in ActiveRecord' spec.description = 'Fixed behaviour for inet type in ActiveRecord' spec.homepage = 'https://github.com/senid231/ip_net_active_record_type' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/}) end spec.require_paths = ['lib'] spec.add_dependency 'activemodel', '>= 5.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ip_net_active_record_type-2.1.2 | ip_net_active_record_type.gemspec |