Sha256: 632465fd8ac570ce93f2fb382d6f6cedbae5aa67fee498ec82b4939d2718a9f9

Contents?: true

Size: 1.09 KB

Versions: 32

Compression:

Stored size: 1.09 KB

Contents

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

Gem::Specification.new do |s|
  s.name        = "schematic"
  s.version     = Schematic::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Case Commons, LLC"]
  s.email       = ["casecommons-dev@googlegroups.com"]
  s.homepage    = "https://github.com/Casecommons/schematic"
  s.summary     = %q{Automatic XSD generation from ActiveRecord models}
  s.description = %q{Automatic XSD generation from ActiveRecord models}

  s.rubyforge_project = "schematic"

  s.add_dependency('activerecord', '>= 3.0.0')
  s.add_dependency('builder')
  s.add_development_dependency('rspec-rails', '>= 2.1')
  s.add_development_dependency('with_model')
  s.add_development_dependency('nokogiri')
  s.add_development_dependency('sqlite3')
  s.add_development_dependency('autotest')

  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

32 entries across 32 versions & 1 rubygems

Version Path
schematic-0.5.7 schematic.gemspec
schematic-0.5.6 schematic.gemspec
schematic-0.5.5 schematic.gemspec
schematic-0.5.4 schematic.gemspec
schematic-0.5.3 schematic.gemspec
schematic-0.5.2 schematic.gemspec
schematic-0.5.1 schematic.gemspec
schematic-0.5.0 schematic.gemspec
schematic-0.4.4 schematic.gemspec
schematic-0.4.3 schematic.gemspec
schematic-0.4.2 schematic.gemspec
schematic-0.4.1 schematic.gemspec
schematic-0.4.0 schematic.gemspec
schematic-0.3.8 schematic.gemspec
schematic-0.3.7 schematic.gemspec
schematic-0.3.6 schematic.gemspec
schematic-0.3.5 schematic.gemspec
schematic-0.3.4 schematic.gemspec
schematic-0.3.3 schematic.gemspec
schematic-0.3.2 schematic.gemspec