# -*- encoding: utf-8 -*- # stub: fracture 0.11.1 ruby lib Gem::Specification.new do |s| s.name = "fracture".freeze s.version = "0.11.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nigel Rausch".freeze] s.date = "2013-04-20" s.description = "Fracture allows you to define and group view text or selectors in one place (at the top of a spec) and then refer to them with labels. This prevents issues when checking for existence and non existence of text/selectors if the views value changes only one spec will fail, using fracture you will update both instances".freeze s.email = ["nigelr@brisbanerails.com".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "fracture.gemspec".freeze, "lib/fracture.rb".freeze, "lib/fracture/fracture.rb".freeze, "lib/fracture/matchers/matcher.rb".freeze, "lib/fracture/version.rb".freeze, "spec/fracture_spec.rb".freeze, "spec/matcher_spec.rb".freeze] s.homepage = "".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Unified View testing within Views or Controllers for RSpec".freeze s.test_files = ["spec/fracture_spec.rb".freeze, "spec/matcher_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end