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

View File

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