Sha256: 1bc96f768df38e27df0c10c63c5fdf2b4a525b938afa525e5a3a28901cf2852f

Contents?: true

Size: 1.02 KB

Versions: 2

Compression:

Stored size: 1.02 KB

Contents

lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)

require 'graph_mediator/version'

Gem::Specification.new do |s|
  s.name = %q{graph_mediator}
  s.version = GraphMediator::VERSION
  s.required_rubygems_version = ">= 1.3.6"

  s.authors = ["Josh Partlow"]
  s.email = %q{jpartlow@glatisant.org}
  s.summary = %q{Mediates ActiveRecord state changes}
  s.description = %q{Mediates state changes between a set of interdependent ActiveRecord objects.}
  s.homepage = %q{http://github.com/jpartlow/graph_mediator}
  s.extra_rdoc_files = [
    "LICENSE",
    "README.rdoc"
  ]
  s.rdoc_options = ["--main=README.rdoc", "--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = %q{1.3.6}
  s.files = `git ls-files`.split("\n")
  s.test_files = `git ls-files spec/*`.split("\n")

  s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
  s.add_runtime_dependency(%q<activerecord>, ["= 2.3.5"])
  s.add_runtime_dependency(%q<activesupport>, ["= 2.3.5"])
  s.add_runtime_dependency(%q<aasm>, [">= 2.2.0"])
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
graph_mediator-0.2.2 graph_mediator.gemspec
graph_mediator-0.2.1 graph_mediator.gemspec