File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ inherit_gem:
33 - rubocop/rubocop_gem.yml
44
55AllCops :
6- TargetRubyVersion : 2.5
6+ TargetRubyVersion : 2.7
77 NewCops : enable
88
99Layout/LineLength :
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- beta_code (1.0.0 )
4+ beta_code (1.0.1 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ git commit
5858## Publishing
5959
6060* Bump version in ` beta_code.gemspec `
61+ * Run ` bundle `
6162* Commit and push to GitHub
6263* On GitHub, create a new release
6364* Run ` gem build beta_code.gemspec `
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |s |
22 s . name = 'beta_code'
3- s . version = '1.0.0 '
3+ s . version = '1.0.1 '
44 s . summary = 'Converts Greek Beta Code to Greek characters and vice versa'
55 s . description = 'Gem to convert from Ancient Greek Beta Code to Unicode characters and vice versa'
66 s . authors = [ 'perseids' ]
77 s . email = 'perseids@tufts.edu'
88 s . files = [ 'lib/beta_code.rb' ] + Dir [ 'vendor/**/*' ]
99 s . homepage = 'https://github.com/perseids-tools/beta-code-rb'
10- s . required_ruby_version = '>= 2.5.0 '
10+ s . required_ruby_version = '>= 2.7 '
1111 s . license = 'MIT'
1212
1313 s . add_development_dependency 'gnar-style' , '~> 0.10'
You can’t perform that action at this time.
0 commit comments