Skip to content

Commit

Permalink
! Really fix readme generation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Dec 18, 2024
1 parent e6b1f2b commit 5b274f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions gem-release.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ Gem::Specification.new do |s|
s.files = Dir.glob('{bin/*,lib/**/*,[A-Z]*}', File::FNM_DOTMATCH)
s.platform = Gem::Platform::RUBY
s.require_path = 'lib'

s.add_dependency 'uri'
end
4 changes: 1 addition & 3 deletions script/generate_readme
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

$: << 'lib'

require 'bundler'
require 'bundler/setup'
require 'erb'
require 'stringio'
load './lib/rubygems_plugin.rb'

Bundler.setup

def camelize(str)
str.to_s.split(/[^a-z0-9]/i).map { |str| str.capitalize }.join
end
Expand Down

0 comments on commit 5b274f8

Please sign in to comment.