Skip to content

Commit

Permalink
Pushed to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Vieira committed Mar 1, 2012
1 parent 9fb9b0a commit 4dc9dd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/urifetch/version.rb
Expand Up @@ -5,7 +5,7 @@ module Version
MAJOR = 0
MINOR = 1
PATCH = 0
BUILD = 'rc1'
BUILD = 'rc2'

STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')

Expand Down
4 changes: 2 additions & 2 deletions urifetch.gemspec
Expand Up @@ -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 = [
Expand Down

0 comments on commit 4dc9dd8

Please sign in to comment.