# -*- encoding: utf-8 -*- # stub: vellum 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "vellum".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Concerto Team".freeze] s.date = "2013-12-03" s.description = "A Rails engine to provide help pages for Concerto".freeze s.email = ["team@concerto-signage.org".freeze] s.files = ["LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "app/assets/javascripts/vellum/application.js".freeze, "app/assets/stylesheets/vellum/application.css".freeze, "app/controllers/vellum/application_controller.rb".freeze, "app/controllers/vellum/categories_controller.rb".freeze, "app/controllers/vellum/pages_controller.rb".freeze, "app/helpers/vellum/application_helper.rb".freeze, "app/models/vellum/category.rb".freeze, "app/models/vellum/page.rb".freeze, "app/views/layouts/vellum/application.html.erb".freeze, "app/views/vellum/categories/_form.html.erb".freeze, "app/views/vellum/categories/edit.html.erb".freeze, "app/views/vellum/categories/index.html.erb".freeze, "app/views/vellum/categories/new.html.erb".freeze, "app/views/vellum/categories/show.html.erb".freeze, "app/views/vellum/pages/_form.html.erb".freeze, "app/views/vellum/pages/edit.html.erb".freeze, "app/views/vellum/pages/index.html.erb".freeze, "app/views/vellum/pages/new.html.erb".freeze, "app/views/vellum/pages/show.html.erb".freeze, "config/routes.rb".freeze, "db/migrate/20130922001203_create_categories.rb".freeze, "db/migrate/20130922001608_create_pages.rb".freeze, "lib/tasks/vellum_tasks.rake".freeze, "lib/vellum.rb".freeze, "lib/vellum/engine.rb".freeze, "lib/vellum/version.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/integration/navigation_test.rb".freeze, "test/test_helper.rb".freeze, "test/vellum_test.rb".freeze] s.homepage = "http://concerto-signage.org".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A Rails engine to provide help pages for Concerto".freeze s.test_files = ["test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/Rakefile".freeze, "test/dummy/README.rdoc".freeze, "test/integration/navigation_test.rb".freeze, "test/test_helper.rb".freeze, "test/vellum_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end