From 4dc9dd89d4d7a4276c1e848bb8a63f71ccc83388 Mon Sep 17 00:00:00 2001 From: Philip Vieira Date: Thu, 1 Mar 2012 18:13:28 +0100 Subject: [PATCH] Pushed to rc2 --- lib/urifetch/version.rb | 2 +- urifetch.gemspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/urifetch/version.rb b/lib/urifetch/version.rb index a88967a..f666b9e 100644 --- a/lib/urifetch/version.rb +++ b/lib/urifetch/version.rb @@ -5,7 +5,7 @@ module Version MAJOR = 0 MINOR = 1 PATCH = 0 - BUILD = 'rc1' + BUILD = 'rc2' STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.') diff --git a/urifetch.gemspec b/urifetch.gemspec index 102cf2b..6c058fb 100644 --- a/urifetch.gemspec +++ b/urifetch.gemspec @@ -5,11 +5,11 @@ Gem::Specification.new do |s| s.name = "urifetch" - s.version = "0.1.0.rc1" + s.version = "0.1.0.rc2" s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version= s.authors = ["Philip Vieira"] - s.date = "2012-02-15" + s.date = "2012-03-01" s.description = "Urifetch allows you to fetch data from any URL using pattern matching. The library allows for dynamically adding match handlers as well as build your own strategies." s.email = "philip@vallin.se" s.extra_rdoc_files = [