# -*- encoding: utf-8 -*- # stub: rr 1.1.2 ruby lib Gem::Specification.new do |s| s.name = "rr" s.version = "1.1.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["Brian Takita", "Elliot Winkler"] s.date = "2013-08-18" s.description = "RR is a test double framework that features a rich selection of double techniques and a terse syntax." s.email = ["elliot.winkler@gmail.com"] s.homepage = "http://rr.github.com/rr" s.licenses = ["MIT"] s.rubygems_version = "2.4.5.1" s.summary = "RR is a test double framework that features a rich selection of double techniques and a terse syntax." s.installed_by_version = "2.4.5.1" if s.respond_to? :installed_by_version end