mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-06 00:03:36 -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.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
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user