Skip to content

Commit

Permalink
Fix gemspec
Browse files Browse the repository at this point in the history
We were overriding the gem files with the specs, causing the lib code to not be
included in the gem.
  • Loading branch information
brianstorti committed Apr 1, 2024
1 parent b28255d commit dba1b71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/tremendous/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tremendous
VERSION = "5.0.0"
VERSION = "5.0.1"
end
1 change: 0 additions & 1 deletion tremendous.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "faraday-multipart"

spec.files = Dir["lib/**/*.rb"]
spec.files = Dir["spec/**/*.rb"]
spec.executables = []
spec.require_paths = ["lib"]
end

0 comments on commit dba1b71

Please sign in to comment.