This file is indexed.

/usr/share/rubygems-integration/2.0/specifications/gherkin-2.12.2.gemspec is in ruby-gherkin 2.12.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = "gherkin"
  s.version = "2.12.2"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Mike Sassak", "Gregory Hnatiuk", "Aslak Helles\u{f8}y"]
  s.date = "2013-10-12"
  s.description = "A fast Gherkin lexer/parser based on the Ragel State Machine Compiler."
  s.email = "cukes@googlegroups.com"
  s.extensions = ["ext/gherkin_lexer_ar/extconf.rb", "ext/gherkin_lexer_bg/extconf.rb", "ext/gherkin_lexer_bm/extconf.rb", "ext/gherkin_lexer_ca/extconf.rb", "ext/gherkin_lexer_cs/extconf.rb", "ext/gherkin_lexer_cy_gb/extconf.rb", "ext/gherkin_lexer_da/extconf.rb", "ext/gherkin_lexer_de/extconf.rb", "ext/gherkin_lexer_el/extconf.rb", "ext/gherkin_lexer_en/extconf.rb", "ext/gherkin_lexer_en_au/extconf.rb", "ext/gherkin_lexer_en_lol/extconf.rb", "ext/gherkin_lexer_en_old/extconf.rb", "ext/gherkin_lexer_en_pirate/extconf.rb", "ext/gherkin_lexer_en_scouse/extconf.rb", "ext/gherkin_lexer_en_tx/extconf.rb", "ext/gherkin_lexer_eo/extconf.rb", "ext/gherkin_lexer_es/extconf.rb", "ext/gherkin_lexer_et/extconf.rb", "ext/gherkin_lexer_fa/extconf.rb", "ext/gherkin_lexer_fi/extconf.rb", "ext/gherkin_lexer_fr/extconf.rb", "ext/gherkin_lexer_gl/extconf.rb", "ext/gherkin_lexer_he/extconf.rb", "ext/gherkin_lexer_hi/extconf.rb", "ext/gherkin_lexer_hr/extconf.rb", "ext/gherkin_lexer_hu/extconf.rb", "ext/gherkin_lexer_id/extconf.rb", "ext/gherkin_lexer_is/extconf.rb", "ext/gherkin_lexer_it/extconf.rb", "ext/gherkin_lexer_ja/extconf.rb", "ext/gherkin_lexer_kn/extconf.rb", "ext/gherkin_lexer_ko/extconf.rb", "ext/gherkin_lexer_lt/extconf.rb", "ext/gherkin_lexer_lu/extconf.rb", "ext/gherkin_lexer_lv/extconf.rb", "ext/gherkin_lexer_nl/extconf.rb", "ext/gherkin_lexer_no/extconf.rb", "ext/gherkin_lexer_pa/extconf.rb", "ext/gherkin_lexer_pl/extconf.rb", "ext/gherkin_lexer_pt/extconf.rb", "ext/gherkin_lexer_ro/extconf.rb", "ext/gherkin_lexer_ru/extconf.rb", "ext/gherkin_lexer_sk/extconf.rb", "ext/gherkin_lexer_sr_cyrl/extconf.rb", "ext/gherkin_lexer_sr_latn/extconf.rb", "ext/gherkin_lexer_sv/extconf.rb", "ext/gherkin_lexer_th/extconf.rb", "ext/gherkin_lexer_tl/extconf.rb", "ext/gherkin_lexer_tr/extconf.rb", "ext/gherkin_lexer_tt/extconf.rb", "ext/gherkin_lexer_uk/extconf.rb", "ext/gherkin_lexer_uz/extconf.rb", "ext/gherkin_lexer_vi/extconf.rb", "ext/gherkin_lexer_zh_cn/extconf.rb", "ext/gherkin_lexer_zh_tw/extconf.rb"]
  s.files = [".gitattributes", ".mailmap", ".rbenv-gemsets", ".rspec", ".ruby-gemset", ".ruby-version", ".travis.yml", ".yardopts", "Gemfile", "History.md", "LICENSE", "README.md", "Rakefile", "build_native_gems.sh", "cucumber.yml", "examples/parse_and_output_json.rb", "features/.cucumber/stepdefs.json", "features/escaped_pipes.feature", "features/feature_parser.feature", "features/json_formatter.feature", "features/json_parser.feature", "features/native_lexer.feature", "features/parser_with_native_lexer.feature", "features/pretty_formatter.feature", "features/step_definitions/eyeball_steps.rb", "features/step_definitions/gherkin_steps.rb", "features/step_definitions/json_formatter_steps.rb", "features/step_definitions/json_parser_steps.rb", "features/step_definitions/pretty_formatter_steps.rb", "features/steps_parser.feature", "features/support/env.rb", "gherkin.gemspec", "install_mingw_os_x.sh", "js/.npmignore", "js/lib/gherkin/lexer/.npmignore", "lib/gherkin.rb", "lib/gherkin/README.md", "lib/gherkin/c_lexer.rb", "lib/gherkin/formatter/ansi_escapes.rb", "lib/gherkin/formatter/argument.rb", "lib/gherkin/formatter/escaping.rb", "lib/gherkin/formatter/filter_formatter.rb", "lib/gherkin/formatter/hashable.rb", "lib/gherkin/formatter/json_formatter.rb", "lib/gherkin/formatter/line_filter.rb", "lib/gherkin/formatter/model.rb", "lib/gherkin/formatter/pretty_formatter.rb", "lib/gherkin/formatter/regexp_filter.rb", "lib/gherkin/formatter/step_printer.rb", "lib/gherkin/formatter/tag_count_formatter.rb", "lib/gherkin/formatter/tag_filter.rb", "lib/gherkin/i18n.json", "lib/gherkin/i18n.rb", "lib/gherkin/json_parser.rb", "lib/gherkin/lexer/encoding.rb", "lib/gherkin/lexer/i18n_lexer.rb", "lib/gherkin/listener/event.rb", "lib/gherkin/listener/formatter_listener.rb", "lib/gherkin/native.rb", "lib/gherkin/native/java.rb", "lib/gherkin/native/null.rb", "lib/gherkin/native/therubyracer.rb", "lib/gherkin/parser/meta.txt", "lib/gherkin/parser/parser.rb", "lib/gherkin/parser/root.txt", "lib/gherkin/parser/steps.txt", "lib/gherkin/platform.rb", "lib/gherkin/rubify.rb", "lib/gherkin/tag_expression.rb", "ragel/lexer.c.rl.erb", "ragel/lexer.java.rl.erb", "ragel/lexer.js.rl.erb", "ragel/lexer.rb.rl.erb", "ragel/lexer_common.rl.erb", "spec/gherkin/c_lexer_spec.rb", "spec/gherkin/fixtures/1.feature", "spec/gherkin/fixtures/comments_in_table.feature", "spec/gherkin/fixtures/complex.feature", "spec/gherkin/fixtures/complex.json", "spec/gherkin/fixtures/complex_for_filtering.feature", "spec/gherkin/fixtures/complex_with_tags.feature", "spec/gherkin/fixtures/dos_line_endings.feature", "spec/gherkin/fixtures/examples_with_only_header.feature", "spec/gherkin/fixtures/hantu_pisang.feature", "spec/gherkin/fixtures/i18n_fr.feature", "spec/gherkin/fixtures/i18n_fr2.feature", "spec/gherkin/fixtures/i18n_no.feature", "spec/gherkin/fixtures/i18n_pt1.feature", "spec/gherkin/fixtures/i18n_pt2.feature", "spec/gherkin/fixtures/i18n_pt3.feature", "spec/gherkin/fixtures/i18n_pt4.feature", "spec/gherkin/fixtures/i18n_zh-CN.feature", "spec/gherkin/fixtures/iso-8859-1.feature", "spec/gherkin/fixtures/issue_145.feature", "spec/gherkin/fixtures/scenario_outline_with_tags.feature", "spec/gherkin/fixtures/scenario_without_steps.feature", "spec/gherkin/fixtures/simple_with_comments.feature", "spec/gherkin/fixtures/simple_with_tags.feature", "spec/gherkin/fixtures/with_bom.feature", "spec/gherkin/fixtures/with_bom_and_language_spec.feature", "spec/gherkin/formatter/ansi_escapes_spec.rb", "spec/gherkin/formatter/filter_formatter_spec.rb", "spec/gherkin/formatter/json_formatter_spec.rb", "spec/gherkin/formatter/model_spec.rb", "spec/gherkin/formatter/pretty_formatter_spec.rb", "spec/gherkin/formatter/spaces.feature", "spec/gherkin/formatter/step_printer_spec.rb", "spec/gherkin/formatter/tabs.feature", "spec/gherkin/formatter/tag_count_formatter_spec.rb", "spec/gherkin/i18n_spec.rb", "spec/gherkin/java_lexer_spec.rb", "spec/gherkin/json_parser_spec.rb", "spec/gherkin/lexer/i18n_lexer_spec.rb", "spec/gherkin/native_lexer_spec.rb", "spec/gherkin/parser/parser_spec.rb", "spec/gherkin/rubify_spec.rb", "spec/gherkin/sexp_recorder.rb", "spec/gherkin/shared/doc_string_group.rb", "spec/gherkin/shared/encoding_group.rb", "spec/gherkin/shared/lexer_group.rb", "spec/gherkin/shared/row_group.rb", "spec/gherkin/shared/tags_group.rb", "spec/gherkin/tag_expression_spec.rb", "spec/spec_helper.rb", "tasks/apidoc.rake", "tasks/bench.rake", "tasks/bench/feature_builder.rb", "tasks/bench/null_listener.rb", "tasks/compile.rake", "tasks/cucumber.rake", "tasks/gems.rake", "tasks/ikvm.rake", "tasks/ragel_task.rb", "tasks/release.rake", "tasks/rspec.rake", "tasks/yard/default/layout/html/bubble_32x32.png", "tasks/yard/default/layout/html/bubble_48x48.png", "tasks/yard/default/layout/html/footer.erb", "tasks/yard/default/layout/html/index.erb", "tasks/yard/default/layout/html/layout.erb", "tasks/yard/default/layout/html/logo.erb", "tasks/yard/default/layout/html/setup.rb", "lib/gherkin/lexer/ar.rb", "lib/gherkin/lexer/bg.rb", "lib/gherkin/lexer/bm.rb", "lib/gherkin/lexer/ca.rb", "lib/gherkin/lexer/cs.rb", "lib/gherkin/lexer/cy_gb.rb", "lib/gherkin/lexer/da.rb", "lib/gherkin/lexer/de.rb", "lib/gherkin/lexer/el.rb", "lib/gherkin/lexer/en.rb", "lib/gherkin/lexer/en_au.rb", "lib/gherkin/lexer/en_lol.rb", "lib/gherkin/lexer/en_old.rb", "lib/gherkin/lexer/en_pirate.rb", "lib/gherkin/lexer/en_scouse.rb", "lib/gherkin/lexer/en_tx.rb", "lib/gherkin/lexer/eo.rb", "lib/gherkin/lexer/es.rb", "lib/gherkin/lexer/et.rb", "lib/gherkin/lexer/fa.rb", "lib/gherkin/lexer/fi.rb", "lib/gherkin/lexer/fr.rb", "lib/gherkin/lexer/gl.rb", "lib/gherkin/lexer/he.rb", "lib/gherkin/lexer/hi.rb", "lib/gherkin/lexer/hr.rb", "lib/gherkin/lexer/hu.rb", "lib/gherkin/lexer/id.rb", "lib/gherkin/lexer/is.rb", "lib/gherkin/lexer/it.rb", "lib/gherkin/lexer/ja.rb", "lib/gherkin/lexer/kn.rb", "lib/gherkin/lexer/ko.rb", "lib/gherkin/lexer/lt.rb", "lib/gherkin/lexer/lu.rb", "lib/gherkin/lexer/lv.rb", "lib/gherkin/lexer/nl.rb", "lib/gherkin/lexer/no.rb", "lib/gherkin/lexer/pa.rb", "lib/gherkin/lexer/pl.rb", "lib/gherkin/lexer/pt.rb", "lib/gherkin/lexer/ro.rb", "lib/gherkin/lexer/ru.rb", "lib/gherkin/lexer/sk.rb", "lib/gherkin/lexer/sr_cyrl.rb", "lib/gherkin/lexer/sr_latn.rb", "lib/gherkin/lexer/sv.rb", "lib/gherkin/lexer/th.rb", "lib/gherkin/lexer/tl.rb", "lib/gherkin/lexer/tr.rb", "lib/gherkin/lexer/tt.rb", "lib/gherkin/lexer/uk.rb", "lib/gherkin/lexer/uz.rb", "lib/gherkin/lexer/vi.rb", "lib/gherkin/lexer/zh_cn.rb", "lib/gherkin/lexer/zh_tw.rb", "ext/gherkin_lexer_ar/gherkin_lexer_ar.c", "ext/gherkin_lexer_bg/gherkin_lexer_bg.c", "ext/gherkin_lexer_bm/gherkin_lexer_bm.c", "ext/gherkin_lexer_ca/gherkin_lexer_ca.c", "ext/gherkin_lexer_cs/gherkin_lexer_cs.c", "ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.c", "ext/gherkin_lexer_da/gherkin_lexer_da.c", "ext/gherkin_lexer_de/gherkin_lexer_de.c", "ext/gherkin_lexer_el/gherkin_lexer_el.c", "ext/gherkin_lexer_en/gherkin_lexer_en.c", "ext/gherkin_lexer_en_au/gherkin_lexer_en_au.c", "ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.c", "ext/gherkin_lexer_en_old/gherkin_lexer_en_old.c", "ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.c", "ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.c", "ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.c", "ext/gherkin_lexer_eo/gherkin_lexer_eo.c", "ext/gherkin_lexer_es/gherkin_lexer_es.c", "ext/gherkin_lexer_et/gherkin_lexer_et.c", "ext/gherkin_lexer_fa/gherkin_lexer_fa.c", "ext/gherkin_lexer_fi/gherkin_lexer_fi.c", "ext/gherkin_lexer_fr/gherkin_lexer_fr.c", "ext/gherkin_lexer_gl/gherkin_lexer_gl.c", "ext/gherkin_lexer_he/gherkin_lexer_he.c", "ext/gherkin_lexer_hi/gherkin_lexer_hi.c", "ext/gherkin_lexer_hr/gherkin_lexer_hr.c", "ext/gherkin_lexer_hu/gherkin_lexer_hu.c", "ext/gherkin_lexer_id/gherkin_lexer_id.c", "ext/gherkin_lexer_is/gherkin_lexer_is.c", "ext/gherkin_lexer_it/gherkin_lexer_it.c", "ext/gherkin_lexer_ja/gherkin_lexer_ja.c", "ext/gherkin_lexer_kn/gherkin_lexer_kn.c", "ext/gherkin_lexer_ko/gherkin_lexer_ko.c", "ext/gherkin_lexer_lt/gherkin_lexer_lt.c", "ext/gherkin_lexer_lu/gherkin_lexer_lu.c", "ext/gherkin_lexer_lv/gherkin_lexer_lv.c", "ext/gherkin_lexer_nl/gherkin_lexer_nl.c", "ext/gherkin_lexer_no/gherkin_lexer_no.c", "ext/gherkin_lexer_pa/gherkin_lexer_pa.c", "ext/gherkin_lexer_pl/gherkin_lexer_pl.c", "ext/gherkin_lexer_pt/gherkin_lexer_pt.c", "ext/gherkin_lexer_ro/gherkin_lexer_ro.c", "ext/gherkin_lexer_ru/gherkin_lexer_ru.c", "ext/gherkin_lexer_sk/gherkin_lexer_sk.c", "ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.c", "ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.c", "ext/gherkin_lexer_sv/gherkin_lexer_sv.c", "ext/gherkin_lexer_th/gherkin_lexer_th.c", "ext/gherkin_lexer_tl/gherkin_lexer_tl.c", "ext/gherkin_lexer_tr/gherkin_lexer_tr.c", "ext/gherkin_lexer_tt/gherkin_lexer_tt.c", "ext/gherkin_lexer_uk/gherkin_lexer_uk.c", "ext/gherkin_lexer_uz/gherkin_lexer_uz.c", "ext/gherkin_lexer_vi/gherkin_lexer_vi.c", "ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.c", "ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.c", "ext/gherkin_lexer_ar/extconf.rb", "ext/gherkin_lexer_bg/extconf.rb", "ext/gherkin_lexer_bm/extconf.rb", "ext/gherkin_lexer_ca/extconf.rb", "ext/gherkin_lexer_cs/extconf.rb", "ext/gherkin_lexer_cy_gb/extconf.rb", "ext/gherkin_lexer_da/extconf.rb", "ext/gherkin_lexer_de/extconf.rb", "ext/gherkin_lexer_el/extconf.rb", "ext/gherkin_lexer_en/extconf.rb", "ext/gherkin_lexer_en_au/extconf.rb", "ext/gherkin_lexer_en_lol/extconf.rb", "ext/gherkin_lexer_en_old/extconf.rb", "ext/gherkin_lexer_en_pirate/extconf.rb", "ext/gherkin_lexer_en_scouse/extconf.rb", "ext/gherkin_lexer_en_tx/extconf.rb", "ext/gherkin_lexer_eo/extconf.rb", "ext/gherkin_lexer_es/extconf.rb", "ext/gherkin_lexer_et/extconf.rb", "ext/gherkin_lexer_fa/extconf.rb", "ext/gherkin_lexer_fi/extconf.rb", "ext/gherkin_lexer_fr/extconf.rb", "ext/gherkin_lexer_gl/extconf.rb", "ext/gherkin_lexer_he/extconf.rb", "ext/gherkin_lexer_hi/extconf.rb", "ext/gherkin_lexer_hr/extconf.rb", "ext/gherkin_lexer_hu/extconf.rb", "ext/gherkin_lexer_id/extconf.rb", "ext/gherkin_lexer_is/extconf.rb", "ext/gherkin_lexer_it/extconf.rb", "ext/gherkin_lexer_ja/extconf.rb", "ext/gherkin_lexer_kn/extconf.rb", "ext/gherkin_lexer_ko/extconf.rb", "ext/gherkin_lexer_lt/extconf.rb", "ext/gherkin_lexer_lu/extconf.rb", "ext/gherkin_lexer_lv/extconf.rb", "ext/gherkin_lexer_nl/extconf.rb", "ext/gherkin_lexer_no/extconf.rb", "ext/gherkin_lexer_pa/extconf.rb", "ext/gherkin_lexer_pl/extconf.rb", "ext/gherkin_lexer_pt/extconf.rb", "ext/gherkin_lexer_ro/extconf.rb", "ext/gherkin_lexer_ru/extconf.rb", "ext/gherkin_lexer_sk/extconf.rb", "ext/gherkin_lexer_sr_cyrl/extconf.rb", "ext/gherkin_lexer_sr_latn/extconf.rb", "ext/gherkin_lexer_sv/extconf.rb", "ext/gherkin_lexer_th/extconf.rb", "ext/gherkin_lexer_tl/extconf.rb", "ext/gherkin_lexer_tr/extconf.rb", "ext/gherkin_lexer_tt/extconf.rb", "ext/gherkin_lexer_uk/extconf.rb", "ext/gherkin_lexer_uz/extconf.rb", "ext/gherkin_lexer_vi/extconf.rb", "ext/gherkin_lexer_zh_cn/extconf.rb", "ext/gherkin_lexer_zh_tw/extconf.rb"]
  s.homepage = "http://github.com/cucumber/gherkin"
  s.licenses = ["MIT"]
  s.rdoc_options = ["--charset=UTF-8"]
  s.require_paths = ["lib"]
  s.rubygems_version = "1.8.23"
  s.summary = "gherkin-2.12.2"
  s.test_files = ["features/escaped_pipes.feature", "features/feature_parser.feature", "features/json_formatter.feature", "features/json_parser.feature", "features/native_lexer.feature", "features/parser_with_native_lexer.feature", "features/pretty_formatter.feature", "features/step_definitions/eyeball_steps.rb", "features/step_definitions/gherkin_steps.rb", "features/step_definitions/json_formatter_steps.rb", "features/step_definitions/json_parser_steps.rb", "features/step_definitions/pretty_formatter_steps.rb", "features/steps_parser.feature", "features/support/env.rb", "spec/gherkin/c_lexer_spec.rb", "spec/gherkin/fixtures/1.feature", "spec/gherkin/fixtures/comments_in_table.feature", "spec/gherkin/fixtures/complex.feature", "spec/gherkin/fixtures/complex.json", "spec/gherkin/fixtures/complex_for_filtering.feature", "spec/gherkin/fixtures/complex_with_tags.feature", "spec/gherkin/fixtures/dos_line_endings.feature", "spec/gherkin/fixtures/examples_with_only_header.feature", "spec/gherkin/fixtures/hantu_pisang.feature", "spec/gherkin/fixtures/i18n_fr.feature", "spec/gherkin/fixtures/i18n_fr2.feature", "spec/gherkin/fixtures/i18n_no.feature", "spec/gherkin/fixtures/i18n_pt1.feature", "spec/gherkin/fixtures/i18n_pt2.feature", "spec/gherkin/fixtures/i18n_pt3.feature", "spec/gherkin/fixtures/i18n_pt4.feature", "spec/gherkin/fixtures/i18n_zh-CN.feature", "spec/gherkin/fixtures/iso-8859-1.feature", "spec/gherkin/fixtures/issue_145.feature", "spec/gherkin/fixtures/scenario_outline_with_tags.feature", "spec/gherkin/fixtures/scenario_without_steps.feature", "spec/gherkin/fixtures/simple_with_comments.feature", "spec/gherkin/fixtures/simple_with_tags.feature", "spec/gherkin/fixtures/with_bom.feature", "spec/gherkin/fixtures/with_bom_and_language_spec.feature", "spec/gherkin/formatter/ansi_escapes_spec.rb", "spec/gherkin/formatter/filter_formatter_spec.rb", "spec/gherkin/formatter/json_formatter_spec.rb", "spec/gherkin/formatter/model_spec.rb", "spec/gherkin/formatter/pretty_formatter_spec.rb", "spec/gherkin/formatter/spaces.feature", "spec/gherkin/formatter/step_printer_spec.rb", "spec/gherkin/formatter/tabs.feature", "spec/gherkin/formatter/tag_count_formatter_spec.rb", "spec/gherkin/i18n_spec.rb", "spec/gherkin/java_lexer_spec.rb", "spec/gherkin/json_parser_spec.rb", "spec/gherkin/lexer/i18n_lexer_spec.rb", "spec/gherkin/native_lexer_spec.rb", "spec/gherkin/parser/parser_spec.rb", "spec/gherkin/rubify_spec.rb", "spec/gherkin/sexp_recorder.rb", "spec/gherkin/shared/doc_string_group.rb", "spec/gherkin/shared/encoding_group.rb", "spec/gherkin/shared/lexer_group.rb", "spec/gherkin/shared/row_group.rb", "spec/gherkin/shared/tags_group.rb", "spec/gherkin/tag_expression_spec.rb", "spec/spec_helper.rb"]

  if s.respond_to? :specification_version then
    s.specification_version = 4

    if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
      s.add_development_dependency(%q<rake-compiler>, ["= 0.8.2"])
      s.add_runtime_dependency(%q<multi_json>, ["~> 1.3"])
      s.add_development_dependency(%q<cucumber>, [">= 1.3.8"])
      s.add_development_dependency(%q<rake>, [">= 10.1.0"])
      s.add_development_dependency(%q<bundler>, [">= 1.3.5"])
      s.add_development_dependency(%q<rspec>, ["~> 2.14.1"])
      s.add_development_dependency(%q<rubyzip>, [">= 1.0.0"])
      s.add_development_dependency(%q<ruby-beautify>, ["= 0.92.2"])
      s.add_development_dependency(%q<therubyracer>, [">= 0.12.0"])
      s.add_development_dependency(%q<yard>, [">= 0.8.7.2"])
      s.add_development_dependency(%q<rdiscount>, [">= 2.1.6"])
      s.add_development_dependency(%q<builder>, [">= 3.2.2"])
    else
      s.add_dependency(%q<rake-compiler>, ["= 0.8.2"])
      s.add_dependency(%q<multi_json>, ["~> 1.3"])
      s.add_dependency(%q<cucumber>, [">= 1.3.8"])
      s.add_dependency(%q<rake>, [">= 10.1.0"])
      s.add_dependency(%q<bundler>, [">= 1.3.5"])
      s.add_dependency(%q<rspec>, ["~> 2.14.1"])
      s.add_dependency(%q<rubyzip>, [">= 1.0.0"])
      s.add_dependency(%q<ruby-beautify>, ["= 0.92.2"])
      s.add_dependency(%q<therubyracer>, [">= 0.12.0"])
      s.add_dependency(%q<yard>, [">= 0.8.7.2"])
      s.add_dependency(%q<rdiscount>, [">= 2.1.6"])
      s.add_dependency(%q<builder>, [">= 3.2.2"])
    end
  else
    s.add_dependency(%q<rake-compiler>, ["= 0.8.2"])
    s.add_dependency(%q<multi_json>, ["~> 1.3"])
    s.add_dependency(%q<cucumber>, [">= 1.3.8"])
    s.add_dependency(%q<rake>, [">= 10.1.0"])
    s.add_dependency(%q<bundler>, [">= 1.3.5"])
    s.add_dependency(%q<rspec>, ["~> 2.14.1"])
    s.add_dependency(%q<rubyzip>, [">= 1.0.0"])
    s.add_dependency(%q<ruby-beautify>, ["= 0.92.2"])
    s.add_dependency(%q<therubyracer>, [">= 0.12.0"])
    s.add_dependency(%q<yard>, [">= 0.8.7.2"])
    s.add_dependency(%q<rdiscount>, [">= 2.1.6"])
    s.add_dependency(%q<builder>, [">= 3.2.2"])
  end
end