Sha256: 01976592553b0458553d0d5464323f3fa4d752ae95c12dcf9f47285a0f324222

Contents?: true

Size: 1.2 KB

Versions: 9

Compression:

Stored size: 1.2 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'active_regulation/version'

Gem::Specification.new do |spec|
  spec.name          = "active_regulation"
  spec.version       = ActiveRegulation::VERSION
  spec.authors       = ["Juan Gomez"]
  spec.email         = ["j.gomez@drexed.com"]

  spec.summary       = %q{Gem for commonly used record states.}
  spec.description   = %q{Manage the states of records by commonly used attributes.}
  spec.homepage      = "https://github.com/drexed/active_regulation"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib", "support"]

  spec.add_runtime_dependency "activerecord"
  spec.add_runtime_dependency "activesupport"

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "coveralls"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
  spec.add_development_dependency "sqlite3"
  spec.add_development_dependency "database_cleaner"
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
active_regulation-2.4.0 active_regulation.gemspec
active_regulation-2.3.0 active_regulation.gemspec
active_regulation-2.2.6 active_regulation.gemspec
active_regulation-2.2.5 active_regulation.gemspec
active_regulation-2.2.4 active_regulation.gemspec
active_regulation-2.2.3 active_regulation.gemspec
active_regulation-2.2.2 active_regulation.gemspec
active_regulation-2.2.1 active_regulation.gemspec
active_regulation-2.2.0 active_regulation.gemspec