# -*- encoding: utf-8 -*- # stub: copy_no_dependency 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "copy_no_dependency".freeze s.version = "0.2.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 = ["Javan Makhmali".freeze] s.date = "2013-11-27" s.description = "Serves mostly static pages with blocks of editable copy.".freeze s.email = ["javan@javan.us".freeze] s.executables = ["copy".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/copy".freeze, "copy.gemspec".freeze, "lib/copy/admin/copy.css".freeze, "lib/copy/admin/edit.html.erb".freeze, "lib/copy/admin/index.html.erb".freeze, "lib/copy/admin/index.js.erb".freeze, "lib/copy/admin/jquery-ui.js".freeze, "lib/copy/admin/jquery.js".freeze, "lib/copy/generators/site/Gemfile".freeze, "lib/copy/generators/site/config.ru".freeze, "lib/copy/generators/site/public/favicon.ico".freeze, "lib/copy/generators/site/public/images/.gitkeep".freeze, "lib/copy/generators/site/public/javascripts/.gitkeep".freeze, "lib/copy/generators/site/public/javascripts/main.js".freeze, "lib/copy/generators/site/public/robots.txt".freeze, "lib/copy/generators/site/public/stylesheets/.gitkeep".freeze, "lib/copy/generators/site/public/stylesheets/main.css".freeze, "lib/copy/generators/site/views/index.html.erb".freeze, "lib/copy/generators/site/views/layout.html.erb".freeze, "lib/copy/router.rb".freeze, "lib/copy/server.rb".freeze, "lib/copy/storage.rb".freeze, "lib/copy/storage/mongodb.rb".freeze, "lib/copy/storage/redis.rb".freeze, "lib/copy/storage/relational.rb".freeze, "lib/copy/version.rb".freeze, "lib/copy_no_dependency.rb".freeze, "test/router_test.rb".freeze, "test/server_test.rb".freeze, "test/storage_test.rb".freeze, "test/test_app/views/_one.html.erb".freeze, "test/test_app/views/_three.html.erb".freeze, "test/test_app/views/about/_two.html.erb".freeze, "test/test_app/views/about/index.html.erb".freeze, "test/test_app/views/about/us.html.erb".freeze, "test/test_app/views/data/people.csv.erb".freeze, "test/test_app/views/data/people.xml.erb".freeze, "test/test_app/views/indented.html.erb".freeze, "test/test_app/views/index.html.erb".freeze, "test/test_app/views/layout.html.erb".freeze, "test/test_app/views/renders_partials.html.erb".freeze, "test/test_app/views/with_copy_helper.html.erb".freeze, "test/test_app/views/with_copy_helper_one_line.html.erb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/javan/copy".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Simple, Sinatra-based CMS.".freeze s.test_files = ["test/router_test.rb".freeze, "test/server_test.rb".freeze, "test/storage_test.rb".freeze, "test/test_app/views/_one.html.erb".freeze, "test/test_app/views/_three.html.erb".freeze, "test/test_app/views/about/_two.html.erb".freeze, "test/test_app/views/about/index.html.erb".freeze, "test/test_app/views/about/us.html.erb".freeze, "test/test_app/views/data/people.csv.erb".freeze, "test/test_app/views/data/people.xml.erb".freeze, "test/test_app/views/indented.html.erb".freeze, "test/test_app/views/index.html.erb".freeze, "test/test_app/views/layout.html.erb".freeze, "test/test_app/views/renders_partials.html.erb".freeze, "test/test_app/views/with_copy_helper.html.erb".freeze, "test/test_app/views/with_copy_helper_one_line.html.erb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.2.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end