spec/spec_helper.rb in polisher-0.9.1 vs spec/spec_helper.rb in polisher-0.10.1
- old
+ new
@@ -68,10 +68,11 @@
}
GEMFILE = {
:path => "#{SPEC_DIR}/data/Gemfile",
:contents => File.read("#{SPEC_DIR}/data/Gemfile"),
- :deps => ['rubygems', 'cinch']
+ :deps => [::Gem::Dependency.new("rubygems", ::Gem::Requirement.new([">= 0"]), :runtime),
+ ::Gem::Dependency.new("cinch", ::Gem::Requirement.new([">= 0"]), :runtime)]
}
RPM_SPEC = {
:path => "#{SPEC_DIR}/data/rubygem-activesupport.spec",
:contents => File.read("#{SPEC_DIR}/data/rubygem-activesupport.spec"),