Skip to content

Commit

Permalink
Moves Faraday dependency into gemspec.
Browse files Browse the repository at this point in the history
Set version to 1.0.0
  • Loading branch information
iMacTia committed May 8, 2020
1 parent bc0bdb4 commit 97e5102
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ source 'https://rubygems.org'

gemspec

gem 'faraday',
git: 'https://github.com/lostisland/faraday.git',
branch: 'master'

# Required gems to run all Faraday tests
gem 'multipart-parser'

Expand Down
1 change: 1 addition & 0 deletions faraday-http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Gem::Specification.new do |spec|
spec.files = Dir.glob('lib/**/*') + %w[README.md LICENSE]
spec.require_paths = ['lib']

spec.add_dependency 'faraday', '~> 1.0'
spec.add_dependency 'http', '~> 4.0'

spec.add_development_dependency 'bundler', '~> 2.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/faraday/http/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Faraday
module Http
VERSION = '0.1.0'
VERSION = '1.0.0'
end
end

0 comments on commit 97e5102

Please sign in to comment.