# -*- encoding: utf-8 -*- # stub: always_execute 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "always_execute".freeze s.version = "0.1.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 = ["Michael Pearce".freeze] s.date = "2012-09-01" s.description = "Adds execute and expect test blocks for added BDD test clarity.".freeze s.email = ["michaelgpearce@yahoo.com".freeze] s.files = [".document".freeze, ".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "always_execute.gemspec".freeze, "docs/rspec_examples.md".freeze, "docs/shoulda_examples.md".freeze, "lib/always_execute.rb".freeze, "lib/always_execute/version.rb".freeze, "lib/rspec_execute.rb".freeze, "lib/rspec_expects.rb".freeze, "lib/shoulda_execute.rb".freeze, "lib/shoulda_expects.rb".freeze, "spec/execute_spec.rb".freeze, "spec/expects_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/helper.rb".freeze, "test/shoulda_execute_test.rb".freeze, "test/shoulda_expects_test.rb".freeze] s.homepage = "http://github.com/michaelgpearce/always_execute".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Adds execute and expect test blocks for added BDD test clarity".freeze s.test_files = ["spec/execute_spec.rb".freeze, "spec/expects_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test/helper.rb".freeze, "test/shoulda_execute_test.rb".freeze, "test/shoulda_expects_test.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 2.9.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.11.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8.3".freeze]) end