# -*- encoding: utf-8 -*- # stub: inverter 0.4.6 ruby lib Gem::Specification.new do |s| s.name = "inverter".freeze s.version = "0.4.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Alexander Kravets".freeze] s.date = "2015-11-04" s.description = "Easy way to connect Rails templates content to CMS. HTML content is marked using\nspecial formatted comments. Then it automatically populated to models and is accessible\nvia CMS of choice. When template is rendered content stored in models content is\npulled from databased automatically.\n".freeze s.email = "alex@slatestudio.com".freeze s.files = [".gitignore".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/javascripts/inputs/inverter-image.coffee".freeze, "app/assets/javascripts/inputs/inverter-link.coffee".freeze, "app/assets/javascripts/inputs/inverter-version.coffee".freeze, "app/assets/javascripts/inputs/inverter.coffee".freeze, "app/assets/javascripts/inverter.coffee".freeze, "app/assets/stylesheets/inverter.scss".freeze, "inverter.gemspec".freeze, "lib/history_tracker.rb".freeze, "lib/inverter.rb".freeze, "lib/inverter/concerns/inverter.rb".freeze, "lib/inverter/configuration.rb".freeze, "lib/inverter/controller_helper.rb".freeze, "lib/inverter/engine.rb".freeze, "lib/inverter/middleware.rb".freeze, "lib/inverter/object.rb".freeze, "lib/inverter/parser.rb".freeze, "lib/inverter/renderer.rb".freeze, "lib/inverter/tags.rb".freeze, "lib/inverter/template_renderer_helper.rb".freeze, "lib/inverter/version.rb".freeze, "lib/tasks/inverter.rake".freeze, "test/controllers/.keep".freeze, "test/fixtures/.keep".freeze, "test/helpers/template_helper.rb".freeze, "test/integration/meta_tags_test.rb".freeze, "test/integration/sync_test.rb".freeze, "test/mailers/.keep".freeze, "test/models/parser_test.rb".freeze, "test/models/renderer_test.rb".freeze, "test/rails_app/Rakefile".freeze, "test/rails_app/app/assets/images/.keep".freeze, "test/rails_app/app/assets/javascripts/application.js".freeze, "test/rails_app/app/assets/stylesheets/application.css".freeze, "test/rails_app/app/controllers/application_controller.rb".freeze, "test/rails_app/app/controllers/concerns/.keep".freeze, "test/rails_app/app/controllers/meta_tags_controller.rb".freeze, "test/rails_app/app/controllers/pages_controller.rb".freeze, "test/rails_app/app/helpers/application_helper.rb".freeze, "test/rails_app/app/mailers/.keep".freeze, "test/rails_app/app/models/concerns/.keep".freeze, "test/rails_app/app/models/page.rb".freeze, "test/rails_app/app/views/layouts/application.html.erb".freeze, "test/rails_app/app/views/meta_tags/index.html.erb".freeze, "test/rails_app/app/views/pages/.keep".freeze, "test/rails_app/bin/bundle".freeze, "test/rails_app/bin/rails".freeze, "test/rails_app/bin/rake".freeze, "test/rails_app/bin/setup".freeze, "test/rails_app/bin/spring".freeze, "test/rails_app/config.ru".freeze, "test/rails_app/config/application.rb".freeze, "test/rails_app/config/boot.rb".freeze, "test/rails_app/config/environment.rb".freeze, "test/rails_app/config/environments/development.rb".freeze, "test/rails_app/config/environments/production.rb".freeze, "test/rails_app/config/environments/test.rb".freeze, "test/rails_app/config/initializers/assets.rb".freeze, "test/rails_app/config/initializers/backtrace_silencers.rb".freeze, "test/rails_app/config/initializers/cookies_serializer.rb".freeze, "test/rails_app/config/initializers/filter_parameter_logging.rb".freeze, "test/rails_app/config/initializers/inflections.rb".freeze, "test/rails_app/config/initializers/inverter.rb".freeze, "test/rails_app/config/initializers/mime_types.rb".freeze, "test/rails_app/config/initializers/session_store.rb".freeze, "test/rails_app/config/initializers/wrap_parameters.rb".freeze, "test/rails_app/config/locales/en.yml".freeze, "test/rails_app/config/mongoid.yml".freeze, "test/rails_app/config/routes.rb".freeze, "test/rails_app/config/secrets.yml".freeze, "test/rails_app/db/seeds.rb".freeze, "test/rails_app/lib/assets/.keep".freeze, "test/rails_app/lib/tasks/.keep".freeze, "test/rails_app/log/.keep".freeze, "test/rails_app/log/test.log".freeze, "test/rails_app/public/404.html".freeze, "test/rails_app/public/422.html".freeze, "test/rails_app/public/500.html".freeze, "test/rails_app/public/favicon.ico".freeze, "test/rails_app/public/robots.txt".freeze, "test/rails_app/vendor/assets/javascripts/.keep".freeze, "test/rails_app/vendor/assets/stylesheets/.keep".freeze, "test/test_helper.rb".freeze] s.homepage = "http://slatestudio.com".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "An easy way to connect Rails templates content to CMS.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.1.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.0.10".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.4.7".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.2.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.6.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.1.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]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end