mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-15 00:01:36 -04:00
Release 0.8.0.rc2
This commit is contained in:
parent
aec0723735
commit
4ce1bc511a
@ -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.0.rc'
|
s.version = '0.8.0.rc2'
|
||||||
|
|
||||||
s.summary = "HTTP/REST API client library."
|
s.summary = "HTTP/REST API client library."
|
||||||
# TODO: s.description
|
# TODO: s.description
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
module Faraday
|
module Faraday
|
||||||
VERSION = "0.8.0.rc"
|
VERSION = "0.8.0.rc2"
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
attr_accessor :root_path, :lib_path
|
attr_accessor :root_path, :lib_path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user