# -*- encoding: utf-8 -*- # stub: super_migration 0.0.0.pre1 ruby lib Gem::Specification.new do |s| s.name = "super_migration".freeze s.version = "0.0.0.pre1".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Cristian Prodan".freeze] s.date = "2010-02-18" s.description = "Migrate legacy database content into a databse with a new structure.".freeze s.email = "prodan.cristian@gmail.com".freeze s.extra_rdoc_files = ["LICENSE".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".gitignore".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/super_migration.rb".freeze, "test/helper.rb".freeze, "test/test_super_migration.rb".freeze] s.homepage = "http://github.com/christian/super_migration".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Migrate legacy database content into a databse with a new structure.".freeze s.test_files = ["test/helper.rb".freeze, "test/test_super_migration.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end