Skip to content

Commit

Permalink
[spaceship] Remove babosa fix
Browse files Browse the repository at this point in the history
Not necessary anymore with version 1.0.3 of babosa. It's not in the
changelog, but you can see the fix from the PR mentioned in the comment
of `babosa_fix.rb` is indeed in the 1.0.3 release.

norman/babosa#42
https://my.diffend.io/gems/babosa/1.0.2/1.0.3#d2h-205265
  • Loading branch information
aried3r committed Jun 29, 2020
1 parent 0622cae commit 1b9b920
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
2 changes: 1 addition & 1 deletion fastlane.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Gem::Specification.new do |spec|
spec.add_dependency('tty-screen', '>= 0.6.3', '< 1.0.0') # detect the terminal width
spec.add_dependency('tty-spinner', '>= 0.8.0', '< 1.0.0') # loading indicators

spec.add_dependency('babosa', '>= 1.0.2', "< 2.0.0")
spec.add_dependency('babosa', '>= 1.0.3', "< 2.0.0") # library for creating human-friendly identifiers, aka "slugs"
spec.add_dependency('colored') # colored terminal output
spec.add_dependency('commander-fastlane', '>= 4.4.6', '< 5.0.0') # CLI parser
spec.add_dependency('excon', '>= 0.71.0', '< 1.0.0') # Great HTTP Client
Expand Down
30 changes: 0 additions & 30 deletions spaceship/lib/spaceship/babosa_fix.rb

This file was deleted.

2 changes: 1 addition & 1 deletion spaceship/lib/spaceship/client.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'babosa'
require 'faraday' # HTTP Client
require 'faraday-cookie_jar'
require 'faraday_middleware'
Expand All @@ -7,7 +8,6 @@
require 'tempfile'

require 'fastlane/version'
require_relative 'babosa_fix'
require_relative 'helper/net_http_generic_request'
require_relative 'helper/plist_middleware'
require_relative 'helper/rels_middleware'
Expand Down

0 comments on commit 1b9b920

Please sign in to comment.