# -*- encoding: utf-8 -*- # stub: shortcode 0.4.1 ruby lib Gem::Specification.new do |s| s.name = "shortcode".freeze s.version = "0.4.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jamie Dyer".freeze] s.date = "2014-06-18" s.description = "Gem for parsing wordpress style shortcodes".freeze s.email = ["jamie@kernowsoul.com".freeze] s.files = [".gitignore".freeze, ".rbenv-version".freeze, ".travis.yml".freeze, "Appraisals".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "gemfiles/rails_3.0.gemfile".freeze, "gemfiles/rails_3.1.gemfile".freeze, "gemfiles/rails_3.2.gemfile".freeze, "gemfiles/rails_4.0.gemfile".freeze, "gemfiles/rails_4.1.gemfile".freeze, "lib/shortcode.rb".freeze, "lib/shortcode/configuration.rb".freeze, "lib/shortcode/exceptions.rb".freeze, "lib/shortcode/parser.rb".freeze, "lib/shortcode/presenter.rb".freeze, "lib/shortcode/processor.rb".freeze, "lib/shortcode/railtie.rb".freeze, "lib/shortcode/tag.rb".freeze, "lib/shortcode/transformer.rb".freeze, "lib/shortcode/version.rb".freeze, "shortcode.gemspec".freeze, "spec/parser_spec.rb".freeze, "spec/performance_spec.rb".freeze, "spec/presenter_spec.rb".freeze, "spec/rails_helpers_spec.rb".freeze, "spec/shortcode_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/fixtures.rb".freeze, "spec/support/fixtures/complex_snippet.txt".freeze, "spec/support/fixtures/complex_snippet_output.html".freeze, "spec/support/fixtures/full_quote.txt".freeze, "spec/support/fixtures/full_quote_output.html".freeze, "spec/support/fixtures/item.txt".freeze, "spec/support/fixtures/item_presenter_attributes_output.html".freeze, "spec/support/fixtures/item_presenter_output.html".freeze, "spec/support/fixtures/long_text.txt".freeze, "spec/support/fixtures/quote_with_extras.txt".freeze, "spec/support/fixtures/quote_with_extras_output.html".freeze, "spec/support/fixtures/rails_helper.txt".freeze, "spec/support/fixtures/rails_helper_output_erb.html".freeze, "spec/support/fixtures/rails_helper_output_haml.html".freeze, "spec/support/fixtures/rails_helper_output_slim.html".freeze, "spec/support/fixtures/simple_list.txt".freeze, "spec/support/fixtures/simple_list_output.html".freeze, "spec/support/fixtures/simple_quote.txt".freeze, "spec/support/fixtures/simple_quote_output.html".freeze, "spec/support/fixtures/simple_quote_presenter_attributes_output.html".freeze, "spec/support/fixtures/simple_quote_presenter_output.html".freeze, "spec/support/fixtures/timeline_event.txt".freeze, "spec/support/fixtures/timeline_event_output.html".freeze, "spec/support/fixtures/timeline_info.txt".freeze, "spec/support/fixtures/timeline_info_output.html".freeze, "spec/support/fixtures/timeline_person.txt".freeze, "spec/support/fixtures/timeline_person_output.html".freeze, "spec/support/templates/erb/collapsible_list.html.erb".freeze, "spec/support/templates/erb/item.html.erb".freeze, "spec/support/templates/erb/quote.html.erb".freeze, "spec/support/templates/erb/rails_helper.html.erb".freeze, "spec/support/templates/erb/timeline_event.html.erb".freeze, "spec/support/templates/erb/timeline_info.html.erb".freeze, "spec/support/templates/erb/timeline_person.html.erb".freeze, "spec/support/templates/haml/quote.html.haml".freeze, "spec/support/templates/haml/rails_helper.html.haml".freeze, "spec/support/templates/slim/quote.html.slim".freeze, "spec/support/templates/slim/rails_helper.html.slim".freeze, "spec/tag_spec.rb".freeze, "spec/template_parsers_spec.rb".freeze, "spec/transformer_spec.rb".freeze] s.homepage = "https://github.com/kernow/shortcode".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Gem for parsing wordpress style shortcodes".freeze s.test_files = ["spec/parser_spec.rb".freeze, "spec/performance_spec.rb".freeze, "spec/presenter_spec.rb".freeze, "spec/rails_helpers_spec.rb".freeze, "spec/shortcode_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/fixtures.rb".freeze, "spec/support/fixtures/complex_snippet.txt".freeze, "spec/support/fixtures/complex_snippet_output.html".freeze, "spec/support/fixtures/full_quote.txt".freeze, "spec/support/fixtures/full_quote_output.html".freeze, "spec/support/fixtures/item.txt".freeze, "spec/support/fixtures/item_presenter_attributes_output.html".freeze, "spec/support/fixtures/item_presenter_output.html".freeze, "spec/support/fixtures/long_text.txt".freeze, "spec/support/fixtures/quote_with_extras.txt".freeze, "spec/support/fixtures/quote_with_extras_output.html".freeze, "spec/support/fixtures/rails_helper.txt".freeze, "spec/support/fixtures/rails_helper_output_erb.html".freeze, "spec/support/fixtures/rails_helper_output_haml.html".freeze, "spec/support/fixtures/rails_helper_output_slim.html".freeze, "spec/support/fixtures/simple_list.txt".freeze, "spec/support/fixtures/simple_list_output.html".freeze, "spec/support/fixtures/simple_quote.txt".freeze, "spec/support/fixtures/simple_quote_output.html".freeze, "spec/support/fixtures/simple_quote_presenter_attributes_output.html".freeze, "spec/support/fixtures/simple_quote_presenter_output.html".freeze, "spec/support/fixtures/timeline_event.txt".freeze, "spec/support/fixtures/timeline_event_output.html".freeze, "spec/support/fixtures/timeline_info.txt".freeze, "spec/support/fixtures/timeline_info_output.html".freeze, "spec/support/fixtures/timeline_person.txt".freeze, "spec/support/fixtures/timeline_person_output.html".freeze, "spec/support/templates/erb/collapsible_list.html.erb".freeze, "spec/support/templates/erb/item.html.erb".freeze, "spec/support/templates/erb/quote.html.erb".freeze, "spec/support/templates/erb/rails_helper.html.erb".freeze, "spec/support/templates/erb/timeline_event.html.erb".freeze, "spec/support/templates/erb/timeline_info.html.erb".freeze, "spec/support/templates/erb/timeline_person.html.erb".freeze, "spec/support/templates/haml/quote.html.haml".freeze, "spec/support/templates/haml/rails_helper.html.haml".freeze, "spec/support/templates/slim/quote.html.slim".freeze, "spec/support/templates/slim/rails_helper.html.slim".freeze, "spec/tag_spec.rb".freeze, "spec/template_parsers_spec.rb".freeze, "spec/transformer_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["= 1.6.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.0".freeze]) end