Sha256: bfc8fccd4d466fb8887d8e88f2561eaddb63565c337f83863bed8dbed40a1034

Contents?: true

Size: 864 Bytes

Versions: 1

Compression:

Stored size: 864 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "shoulda_ext/version"

Gem::Specification.new do |s|
  s.name        = "socialcast_shoulda_ext"
  s.version     = ShouldaExt::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Geoffrey Hichborn"]
  s.email       = ["geoff@socialcast.com"]
  s.homepage    = "http://github.com/socialcast/socialcast-shoulda-ext"
  s.summary     = %q{adds new shoulda matchers and assertions}
  s.description = File.read('README.rdoc')

  s.add_runtime_dependency(%q<activerecord>, ["~> 3.0.0"])
  s.add_runtime_dependency(%q<shoulda>, [">= 2.11.1"])

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
socialcast_shoulda_ext-0.1.2 socialcast_shoulda_ext.gemspec