Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Dec 20, 2009
1 parent b7177c8 commit b3ff525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion faraday.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{faraday}
s.version = "0.0.1"
s.version = "0.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["rick"]
Expand All @@ -32,6 +32,7 @@ Gem::Specification.new do |s|
"lib/faraday/error.rb",
"lib/faraday/response.rb",
"lib/faraday/response/yajl_response.rb",
"lib/faraday/test_connection.rb",
"test/adapter/typhoeus_test.rb",
"test/adapter_test.rb",
"test/connection_test.rb",
Expand Down

0 comments on commit b3ff525

Please sign in to comment.