Skip to content

Commit 266296c

Browse files
Merge pull request #40 from HarlemSquirrel/add-gem-release
Add gem release
2 parents d14ef24 + 7d8a3a4 commit 266296c

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## [Unreleased]
22

3+
- Bump tzf-rs from 0.4.9 to 0.4.10 #38
4+
- Bump rb-sys from 0.9.108 to 0.9.110 #39
5+
36
## [1.1.0]
47

58
- Support Ruby 3.4

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ source "https://rubygems.org"
66
gemspec
77

88
gem "debug"
9+
gem "gem-release"
910
gem "rake", "~> 13.0"
1011
gem "rake-compiler", "~> 1.2"
1112
gem "rspec", "~> 3.0"

Gemfile.lock

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tzf (1.1.0)
4+
tzf (1.2.0)
55
rb_sys (~> 0.9.89)
66

77
GEM
@@ -13,15 +13,16 @@ GEM
1313
irb (~> 1.10)
1414
reline (>= 0.3.8)
1515
diff-lcs (1.5.1)
16+
gem-release (2.2.4)
1617
io-console (0.8.0)
1718
irb (1.15.1)
1819
pp (>= 0.6.0)
1920
rdoc (>= 4.0.0)
2021
reline (>= 0.4.2)
21-
json (2.9.1)
22+
json (2.10.0)
2223
language_server-protocol (3.17.0.4)
2324
parallel (1.26.3)
24-
parser (3.3.7.0)
25+
parser (3.3.7.1)
2526
ast (~> 2.4.1)
2627
racc
2728
pp (0.6.2)
@@ -35,8 +36,10 @@ GEM
3536
rake (13.2.1)
3637
rake-compiler (1.2.9)
3738
rake
38-
rb_sys (0.9.108)
39-
rdoc (6.11.0)
39+
rake-compiler-dock (1.9.1)
40+
rb_sys (0.9.110)
41+
rake-compiler-dock (= 1.9.1)
42+
rdoc (6.12.0)
4043
psych (>= 4.0.0)
4144
regexp_parser (2.10.0)
4245
reline (0.6.0)
@@ -45,7 +48,7 @@ GEM
4548
rspec-core (~> 3.13.0)
4649
rspec-expectations (~> 3.13.0)
4750
rspec-mocks (~> 3.13.0)
48-
rspec-core (3.13.2)
51+
rspec-core (3.13.3)
4952
rspec-support (~> 3.13.0)
5053
rspec-expectations (3.13.3)
5154
diff-lcs (>= 1.2.0, < 2.0)
@@ -54,14 +57,14 @@ GEM
5457
diff-lcs (>= 1.2.0, < 2.0)
5558
rspec-support (~> 3.13.0)
5659
rspec-support (3.13.2)
57-
rubocop (1.71.0)
60+
rubocop (1.71.2)
5861
json (~> 2.3)
5962
language_server-protocol (>= 3.17.0)
6063
parallel (~> 1.10)
6164
parser (>= 3.3.0.2)
6265
rainbow (>= 2.2.2, < 4.0)
6366
regexp_parser (>= 2.9.3, < 3.0)
64-
rubocop-ast (>= 1.36.2, < 2.0)
67+
rubocop-ast (>= 1.38.0, < 2.0)
6568
ruby-progressbar (~> 1.7)
6669
unicode-display_width (>= 2.4.0, < 4.0)
6770
rubocop-ast (1.38.0)
@@ -90,6 +93,7 @@ PLATFORMS
9093

9194
DEPENDENCIES
9295
debug
96+
gem-release
9397
rake (~> 13.0)
9498
rake-compiler (~> 1.2)
9599
rspec (~> 3.0)
@@ -99,4 +103,4 @@ DEPENDENCIES
99103
tzf!
100104

101105
BUNDLED WITH
102-
2.6.2
106+
2.6.3

lib/tzf/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TZF
4-
VERSION = "1.1.0"
4+
VERSION = "1.2.0"
55
end

0 commit comments

Comments
 (0)