mark as 0.9.0.pre

This commit is contained in:
Mislav Marohnić 2012-08-15 19:43:30 +02:00
parent b3e727619b
commit 3bfadea707
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = Gem::Requirement.new(">= 1.3.5") if s.respond_to? :required_rubygems_version=
s.name = 'faraday'
s.version = '0.8.3'
s.version = '0.9.0.pre'
s.summary = "HTTP/REST API client library."
# TODO: s.description
@ -23,7 +23,6 @@ Gem::Specification.new do |s|
LICENSE.md
README.md
Rakefile
config.ru
faraday.gemspec
lib/faraday.rb
lib/faraday/adapter.rb

View File

@ -9,7 +9,7 @@
# conn.get '/'
#
module Faraday
VERSION = "0.8.3"
VERSION = "0.9.0.pre"
class << self
# Public: Gets or sets the root path that Faraday is being loaded from.