Sha256: e17522d905badc4d68dec8d1ea84176ea348abae8b0c0a03a796d3f4bca2599f

Contents?: true

Size: 953 Bytes

Versions: 6

Compression:

Stored size: 953 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)
require 'unscoped_associations/version'

Gem::Specification.new do |spec|
  spec.name          = "unscoped_associations"
  spec.version       = UnscopedAssociations::VERSION
  spec.authors       = ["Marc Anguera Insa"]
  spec.email         = ["srmarc.ai@gmail.com"]
  spec.description   = %q{Skip default_scope in your associations}
  spec.summary       = %q{Skip default_scope in your associations}
  spec.homepage      = "https://github.com/markets/unscoped_associations"
  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_dependency "activerecord", ">= 0"

  spec.add_development_dependency "debugger"
  spec.add_development_dependency "rspec"
  spec.add_development_dependency "sqlite3"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
unscoped_associations-0.6.4 unscoped_associations.gemspec
unscoped_associations-0.6.3 unscoped_associations.gemspec
unscoped_associations-0.6.2 unscoped_associations.gemspec
unscoped_associations-0.6.1 unscoped_associations.gemspec
unscoped_associations-0.6.0 unscoped_associations.gemspec
unscoped_associations-0.5.0 unscoped_associations.gemspec