Skip to content

Commit 5d738d9

Browse files
committed
bump version
1 parent b7929ca commit 5d738d9

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ inherit_gem:
33
- rubocop/rubocop_gem.yml
44

55
AllCops:
6-
TargetRubyVersion: 2.5
6+
TargetRubyVersion: 2.7
77
NewCops: enable
88

99
Layout/LineLength:

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
beta_code (1.0.0)
4+
beta_code (1.0.1)
55

66
GEM
77
remote: https://rubygems.org/

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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`

beta_code.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Gem::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'

0 commit comments

Comments
 (0)