Sha256: ee94382d60faf9d8c769f4e50019a9fdb80b081f1b502995cf7e0bbbaf133368

Contents?: true

Size: 866 Bytes

Versions: 31

Compression:

Stored size: 866 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name = 'active_type'
  s.version = ActiveType::VERSION
  s.authors = ["Tobias Kraze", "Henning Koch"]
  s.email = 'tobias.kraze@makandra.de'
  s.homepage = 'https://github.com/makandra/active_type'
  s.summary = 'Make any Ruby object quack like ActiveRecord'
  s.description = s.summary
  s.license = 'MIT'

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

  s.add_development_dependency "bundler", "~> 1.5"
  s.add_development_dependency "rake"

  s.add_runtime_dependency('activerecord', '>= 3.2')

  s.required_ruby_version = '>= 1.9.3'
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
active_type-2.0 active_type.gemspec
active_type-1.10.1 active_type.gemspec
active_type-1.10.0 active_type.gemspec
active_type-1.9.1 active_type.gemspec
active_type-1.9.0 active_type.gemspec
active_type-1.8.0 active_type.gemspec
active_type-1.7.0 active_type.gemspec
active_type-1.6.0 active_type.gemspec
active_type-1.5.0 active_type.gemspec
active_type-1.4.2 active_type.gemspec
active_type-1.4.1 active_type.gemspec
active_type-1.4.0 active_type.gemspec
active_type-1.3.2 active_type.gemspec
active_type-1.3.1 active_type.gemspec
active_type-1.3.0 active_type.gemspec
active_type-1.2.1 active_type.gemspec
active_type-1.2.0 active_type.gemspec
active_type-1.1.1 active_type.gemspec
active_type-1.1.0 active_type.gemspec
active_type-1.0.0 active_type.gemspec