# -*- encoding: utf-8 -*- # stub: migratification 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "migratification".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["C. Jason Harrelson midas".freeze] s.date = "2010-01-25" s.description = "Generates a directory structure and assets to allow for using Active Record migrations within any project, Groovy, C#, etc.".freeze s.email = "jason@lookforwardenterprises.com".freeze s.executables = ["migratify".freeze] s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "History.txt".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/migratify".freeze, "lib/migratification.rb".freeze, "migratification.gemspec".freeze, "resources/rake/all/db.rake".freeze, "resources/rake/optional/grails.rake".freeze, "spec/migratification_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/midas/migratification".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Set up any project to use AR migrations".freeze s.test_files = ["spec/migratification_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 1.2.9".freeze]) end