Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Dec 28, 2014
1 parent 6fc94c0 commit 703e781
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
4 changes: 2 additions & 2 deletions VERSION.yml
@@ -1,4 +1,4 @@
---
---
:major: 1
:minor: 2
:patch: 2
:patch: 3
39 changes: 21 additions & 18 deletions fakeweb-matcher.gemspec
@@ -1,16 +1,18 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: fakeweb-matcher 1.2.3 ruby lib

Gem::Specification.new do |s|
s.name = %q{fakeweb-matcher}
s.version = "1.2.2"
s.name = "fakeweb-matcher"
s.version = "1.2.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Pat Allan"]
s.date = %q{2010-10-25}
s.email = %q{pat@freelancing-gods.com}
s.date = "2014-12-28"
s.email = "pat@freelancing-gods.com"
s.extra_rdoc_files = [
"LICENSE",
"README.textile"
Expand All @@ -26,32 +28,33 @@ Gem::Specification.new do |s|
"lib/fake_web_matcher/request_matcher.rb",
"lib/fakeweb_matcher.rb"
]
s.homepage = %q{http://github.com/freelancing-god/fakeweb-matcher}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{RSpec matcher for the FakeWeb library}
s.test_files = [
"spec/lib/fake_web_matcher/extension_spec.rb",
"spec/lib/fake_web_matcher/matchers_spec.rb",
"spec/lib/fake_web_matcher/request_matcher_spec.rb",
"spec/lib/fake_web_matcher_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = "http://github.com/freelancing-god/fakeweb-matcher"
s.rubygems_version = "2.2.2"
s.summary = "RSpec matcher for the FakeWeb library"
s.test_files = ["spec/lib/fake_web_matcher/extension_spec.rb", "spec/lib/fake_web_matcher/matchers_spec.rb", "spec/lib/fake_web_matcher/request_matcher_spec.rb", "spec/lib/fake_web_matcher_spec.rb", "spec/spec_helper.rb"]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
s.specification_version = 4

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<fakeweb>, [">= 1.2.5"])
s.add_runtime_dependency(%q<rspec>, [">= 1.2.0"])
s.add_development_dependency(%q<jeweler>, ["= 1.7.0"])
s.add_development_dependency(%q<rake>, ["= 0.8.7"])
s.add_development_dependency(%q<yard>, ["= 0.7.2"])
else
s.add_dependency(%q<fakeweb>, [">= 1.2.5"])
s.add_dependency(%q<rspec>, [">= 1.2.0"])
s.add_dependency(%q<jeweler>, ["= 1.7.0"])
s.add_dependency(%q<rake>, ["= 0.8.7"])
s.add_dependency(%q<yard>, ["= 0.7.2"])
end
else
s.add_dependency(%q<fakeweb>, [">= 1.2.5"])
s.add_dependency(%q<rspec>, [">= 1.2.0"])
s.add_dependency(%q<jeweler>, ["= 1.7.0"])
s.add_dependency(%q<rake>, ["= 0.8.7"])
s.add_dependency(%q<yard>, ["= 0.7.2"])
end
end

0 comments on commit 703e781

Please sign in to comment.