--- !ruby/object:Gem::Specification name: remarkable version: !ruby/object:Gem::Version version: 3.0.9 platform: ruby authors: - Carlos Brando - "Jos\xC3\xA9 Valim" autorequire: bindir: bin cert_chain: [] date: 2009-04-25 00:00:00 +02:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.2.0 version: description: "Remarkable: a framework for rspec matchers, with support to macros and I18n." email: - eduardobrando@gmail.com - jose.valim@gmail.com executables: [] extensions: [] extra_rdoc_files: - README - LICENSE - CHANGELOG files: - README - LICENSE - CHANGELOG - lib/remarkable/pending.rb - lib/remarkable/dsl/assertions.rb - lib/remarkable/dsl/optionals.rb - lib/remarkable/dsl/callbacks.rb - lib/remarkable/rspec.rb - lib/remarkable/base.rb - lib/remarkable/dsl.rb - lib/remarkable/i18n.rb - lib/remarkable/macros.rb - lib/remarkable/version.rb - lib/remarkable/matchers.rb - lib/remarkable/core_ext/array.rb - lib/remarkable/messages.rb - lib/remarkable.rb - locale/en.yml has_rdoc: true homepage: http://github.com/carlosbrando/remarkable licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: remarkable rubygems_version: 1.3.2 signing_key: specification_version: 3 summary: "Remarkable: a framework for rspec matchers, with support to macros and I18n." test_files: - spec/dsl/optionals_spec.rb - spec/dsl/assertions_spec.rb - spec/messages_spec.rb - spec/locale/pt-BR.yml - spec/locale/en.yml - spec/i18n_spec.rb - spec/base_spec.rb - spec/spec_helper.rb - spec/macros_spec.rb - spec/spec.opts - spec/pending_spec.rb - spec/matchers/be_a_person_matcher.rb - spec/matchers/contain_matcher.rb - spec/matchers/collection_contain_matcher.rb - spec/matchers/single_contain_matcher.rb