--- !ruby/object:Gem::Specification name: shortcode version: !ruby/object:Gem::Version version: 0.1.2 prerelease: platform: ruby authors: - Jamie Dyer autorequire: bindir: bin cert_chain: [] date: 2014-03-18 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: parslet requirement: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 1.5.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - '=' - !ruby/object:Gem::Version version: 1.5.0 - !ruby/object:Gem::Dependency name: haml requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '4.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '4.0' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: Gem for parsing wordpress style shortcodes email: - jamie@kernowsoul.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rbenv-version - .travis.yml - Appraisals - Gemfile - LICENSE.txt - README.md - Rakefile - gemfiles/rails_3.0.gemfile - gemfiles/rails_3.1.gemfile - gemfiles/rails_3.2.gemfile - gemfiles/rails_4.0.gemfile - lib/shortcode.rb - lib/shortcode/configuration.rb - lib/shortcode/exceptions.rb - lib/shortcode/parser.rb - lib/shortcode/presenter.rb - lib/shortcode/railtie.rb - lib/shortcode/tag.rb - lib/shortcode/transformer.rb - lib/shortcode/version.rb - shortcode.gemspec - spec/parser_spec.rb - spec/performance_spec.rb - spec/presenter_spec.rb - spec/rails_helpers_spec.rb - spec/shortcode_spec.rb - spec/spec_helper.rb - spec/support/fixtures.rb - spec/support/fixtures/complex_snippet.txt - spec/support/fixtures/complex_snippet_output.html - spec/support/fixtures/full_quote.txt - spec/support/fixtures/full_quote_output.html - spec/support/fixtures/long_text.txt - spec/support/fixtures/quote_with_extras.txt - spec/support/fixtures/quote_with_extras_output.html - spec/support/fixtures/rails_helper.txt - spec/support/fixtures/rails_helper_output_erb.html - spec/support/fixtures/rails_helper_output_haml.html - spec/support/fixtures/simple_list.txt - spec/support/fixtures/simple_list_output.html - spec/support/fixtures/simple_quote.txt - spec/support/fixtures/simple_quote_output.html - spec/support/fixtures/simple_quote_presenter_output.html - spec/support/fixtures/timeline_event.txt - spec/support/fixtures/timeline_event_output.html - spec/support/fixtures/timeline_info.txt - spec/support/fixtures/timeline_info_output.html - spec/support/fixtures/timeline_person.txt - spec/support/fixtures/timeline_person_output.html - spec/support/templates/erb/quote.html.erb - spec/support/templates/erb/rails_helper.html.erb - spec/support/templates/haml/collapsible_list.html.haml - spec/support/templates/haml/item.html.haml - spec/support/templates/haml/quote.html.haml - spec/support/templates/haml/rails_helper.html.haml - spec/support/templates/haml/timeline_event.html.haml - spec/support/templates/haml/timeline_info.html.haml - spec/support/templates/haml/timeline_person.html.haml - spec/tag_spec.rb - spec/transformer_spec.rb homepage: https://github.com/kernow/shortcode licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: Gem for parsing wordpress style shortcodes test_files: - spec/parser_spec.rb - spec/performance_spec.rb - spec/presenter_spec.rb - spec/rails_helpers_spec.rb - spec/shortcode_spec.rb - spec/spec_helper.rb - spec/support/fixtures.rb - spec/support/fixtures/complex_snippet.txt - spec/support/fixtures/complex_snippet_output.html - spec/support/fixtures/full_quote.txt - spec/support/fixtures/full_quote_output.html - spec/support/fixtures/long_text.txt - spec/support/fixtures/quote_with_extras.txt - spec/support/fixtures/quote_with_extras_output.html - spec/support/fixtures/rails_helper.txt - spec/support/fixtures/rails_helper_output_erb.html - spec/support/fixtures/rails_helper_output_haml.html - spec/support/fixtures/simple_list.txt - spec/support/fixtures/simple_list_output.html - spec/support/fixtures/simple_quote.txt - spec/support/fixtures/simple_quote_output.html - spec/support/fixtures/simple_quote_presenter_output.html - spec/support/fixtures/timeline_event.txt - spec/support/fixtures/timeline_event_output.html - spec/support/fixtures/timeline_info.txt - spec/support/fixtures/timeline_info_output.html - spec/support/fixtures/timeline_person.txt - spec/support/fixtures/timeline_person_output.html - spec/support/templates/erb/quote.html.erb - spec/support/templates/erb/rails_helper.html.erb - spec/support/templates/haml/collapsible_list.html.haml - spec/support/templates/haml/item.html.haml - spec/support/templates/haml/quote.html.haml - spec/support/templates/haml/rails_helper.html.haml - spec/support/templates/haml/timeline_event.html.haml - spec/support/templates/haml/timeline_info.html.haml - spec/support/templates/haml/timeline_person.html.haml - spec/tag_spec.rb - spec/transformer_spec.rb