Sha256: cf3aeb101aa6ddf897cdd2af2d72ccdd6f52a824c841d9b4208c3ae5b98022e2
Contents?: true
Size: 922 Bytes
Versions: 1
Compression:
Stored size: 922 Bytes
Contents
require File.expand_path('../lib/active_model/attribute_changed_specification/version', __FILE__) Gem::Specification.new do |gem| gem.name = 'activemodel-attribute_changed_specification' gem.version = ActiveModel::AttributeChangedSpecification::VERSION gem.authors = 'Yasuharu Ozaki' gem.email = 'yasuharu.ozaki@gmail.com' gem.description = %q{Expand _changed? method. Enable to specify changed attribute value} gem.summary = %q{Expand _changed? method} gem.homepage = 'https://github.com/YasuOza/activemodel-attribute_changed_specification' gem.license = 'MIT' gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- test/*`.split("\n") gem.require_paths = ['lib'] gem.add_runtime_dependency 'activemodel', '>= 3.2' gem.add_runtime_dependency 'activerecord', '>= 3.2' gem.add_development_dependency 'bundler' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activemodel-attribute_changed_specification-0.1.3 | activemodel-attribute_changed_specification.gemspec |