# -*- encoding: utf-8 -*- # stub: radiant-exporter-extension 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "radiant-exporter-extension".freeze s.version = "1.1.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 = ["Radiant CMS Dev Team".freeze] s.date = "2012-03-05" s.description = "Export your models from Radiant".freeze s.email = ["radiant@radiantcms.org".freeze] s.files = ["README.md".freeze, "Rakefile".freeze, "app/controllers/admin/export_controller.rb".freeze, "app/models/radiant/exporter.rb".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "cucumber.yml".freeze, "exporter_extension.rb".freeze, "features/admin/export.feature".freeze, "features/support/env.rb".freeze, "features/support/paths.rb".freeze, "lib/radiant-exporter-extension.rb".freeze, "lib/radiant-exporter-extension/version.rb".freeze, "lib/tasks/exporter_extension_tasks.rake".freeze, "radiant-exporter-extension.gemspec".freeze, "spec/ci/before_script".freeze, "spec/ci/script".freeze, "spec/controllers/admin/export_controller_spec.rb".freeze, "spec/models/radiant/exporter_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://radiantcms.org/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Export your models from Radiant".freeze s.test_files = ["spec/ci/before_script".freeze, "spec/ci/script".freeze, "spec/controllers/admin/export_controller_spec.rb".freeze, "spec/models/radiant/exporter_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze, "features/admin/export.feature".freeze, "features/support/env.rb".freeze, "features/support/paths.rb".freeze] end