mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-05 00:05:35 -04:00
mark as 0.9.0.pre
This commit is contained in:
parent
b3e727619b
commit
3bfadea707
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user