Sha256: c7e9306c710addbf5f3e7be3fd393aa4007792bcc4bc556359edf8b2407e9f7f
Contents?: true
Size: 1016 Bytes
Versions: 3
Compression:
Stored size: 1016 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'preferences/version' Gem::Specification.new do |spec| spec.name = "ee_preferences" spec.version = Preferences::VERSION spec.authors = ["Aaron Pfeifer", "Jack Dempsey", "Brenda Strech"] spec.email = ["aaron@pluginaweek.org"] spec.description = %q{Adds support for easily creating custom preferences for ActiveRecord models. Fork for Rails 4.} spec.summary = %q{Adds support for easily creating custom preferences for ActiveRecord models} spec.homepage = %q{http://www.pluginaweek.org} spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ee_preferences-0.6.3 | preferences.gemspec |
ee_preferences-0.6.2 | preferences.gemspec |
ee_preferences-0.6.1 | preferences.gemspec |