# -*- encoding: utf-8 -*- # stub: shortcode 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "shortcode".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 = ["Jamie Dyer".freeze] s.date = "2013-08-07" s.description = "Gem for parsing wordpress style shortcodes".freeze s.email = ["jamie@kernowsoul.com".freeze] s.files = [".gitignore".freeze, ".rbenv-version".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/shortcode.rb".freeze, "lib/shortcode/exceptions.rb".freeze, "lib/shortcode/parser.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/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/quote_with_extras.txt".freeze, "spec/support/fixtures/quote_with_extras_output.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/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/quote.html.erb".freeze, "spec/support/templates/haml/collapsible_list.html.haml".freeze, "spec/support/templates/haml/item.html.haml".freeze, "spec/support/templates/haml/quote.html.haml".freeze, "spec/support/templates/haml/timeline_event.html.haml".freeze, "spec/support/templates/haml/timeline_info.html.haml".freeze, "spec/support/templates/haml/timeline_person.html.haml".freeze, "spec/tag_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/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/quote_with_extras.txt".freeze, "spec/support/fixtures/quote_with_extras_output.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/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/quote.html.erb".freeze, "spec/support/templates/haml/collapsible_list.html.haml".freeze, "spec/support/templates/haml/item.html.haml".freeze, "spec/support/templates/haml/quote.html.haml".freeze, "spec/support/templates/haml/timeline_event.html.haml".freeze, "spec/support/templates/haml/timeline_info.html.haml".freeze, "spec/support/templates/haml/timeline_person.html.haml".freeze, "spec/tag_spec.rb".freeze, "spec/transformer_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["= 1.5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["= 2.9.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end