# -*- encoding: utf-8 -*- # stub: rspec-i18n 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "rspec-i18n".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Tomas D'Stefano".freeze] s.date = "2010-01-05" s.description = "A internacionalization tool written in Ruby for the Rspec Framework".freeze s.email = "tomasdestefi@gmail.com".freeze s.executables = ["rspec-i18n".freeze] s.extra_rdoc_files = ["README.rdoc".freeze] s.files = ["History.rdoc".freeze, "License.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "TODO.txt".freeze, "VERSION.yml".freeze, "bin/rspec-i18n".freeze, "examples/i18n/pt/person_spec.rb".freeze, "lib/spec-i18n.rb".freeze, "lib/spec-i18n/command_line/language_help_formatter.rb".freeze, "lib/spec-i18n/command_line/main.rb".freeze, "lib/spec-i18n/command_line/options.rb".freeze, "lib/spec-i18n/dsl.rb".freeze, "lib/spec-i18n/dsl/main.rb".freeze, "lib/spec-i18n/example.rb".freeze, "lib/spec-i18n/example/before_and_after_hooks.rb".freeze, "lib/spec-i18n/example/example_group_methods.rb".freeze, "lib/spec-i18n/expectations.rb".freeze, "lib/spec-i18n/expectations/extensions.rb".freeze, "lib/spec-i18n/expectations/extensions/kernel.rb".freeze, "lib/spec-i18n/languages.yml".freeze, "lib/spec-i18n/parser.rb".freeze, "lib/spec-i18n/parser/natural_language.rb".freeze, "lib/spec-i18n/platform.rb".freeze, "lib/spec-i18n/runner.rb".freeze, "lib/spec-i18n/runner/configuration.rb".freeze, "lib/spec-i18n/spec_language.rb".freeze, "pkg/rspec-i18n-0.1.0.gem".freeze, "rspec-i18n.gemspec".freeze, "spec/spec-i18n/command_line/language_help_formatter_spec.rb".freeze, "spec/spec-i18n/command_line/main_spec.rb".freeze, "spec/spec-i18n/command_line/options_spec.rb".freeze, "spec/spec-i18n/dsl/main_spec.rb".freeze, "spec/spec-i18n/example/before_and_after_hooks_spec.rb".freeze, "spec/spec-i18n/example/example_group_methods_spec.rb".freeze, "spec/spec-i18n/example_spec.rb".freeze, "spec/spec-i18n/expectations/kernel_spec.rb".freeze, "spec/spec-i18n/parser/natural_language_spec.rb".freeze, "spec/spec-i18n/runner/configuration_spec.rb".freeze, "spec/spec-i18n/runner/runner_spec.rb".freeze, "spec/spec-i18n/spec_language_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/tomas-stefano/rspec-i18n".freeze s.post_install_message = "\n--------------------------------------------------------------------------------\n U P G R A D I N G \n\nThank you for installing rspec-i18n-0.2.0\nPlease be sure to read http://wiki.github.com/tomas-stefano/rspec-i18n/upgrading\nfor important information about this release.\n\nRemember: 'TDD is a muscle. You have to exercise it.' =) (Brian Liles)\n\n--------------------------------------------------------------------------------\n".freeze s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "The internacionalization gem for Rspec".freeze s.test_files = ["spec/spec-i18n/command_line/language_help_formatter_spec.rb".freeze, "spec/spec-i18n/command_line/main_spec.rb".freeze, "spec/spec-i18n/command_line/options_spec.rb".freeze, "spec/spec-i18n/dsl/main_spec.rb".freeze, "spec/spec-i18n/example/before_and_after_hooks_spec.rb".freeze, "spec/spec-i18n/example/example_group_methods_spec.rb".freeze, "spec/spec-i18n/example_spec.rb".freeze, "spec/spec-i18n/expectations/kernel_spec.rb".freeze, "spec/spec-i18n/parser/natural_language_spec.rb".freeze, "spec/spec-i18n/runner/configuration_spec.rb".freeze, "spec/spec-i18n/runner/runner_spec.rb".freeze, "spec/spec-i18n/spec_language_spec.rb".freeze, "spec/spec_helper.rb".freeze, "examples/i18n/pt/person_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.2.9".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.5.3".freeze]) s.add_development_dependency(%q.freeze, [">= 1.2.9".freeze]) s.add_development_dependency(%q.freeze, [">= 0.5.3".freeze]) end