Skip to content

Commit

Permalink
Maintenance (#120)
Browse files Browse the repository at this point in the history
* General maintenance

* Version bwamp
  • Loading branch information
grdw authored Oct 25, 2023
1 parent 6d77d72 commit c21e58c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,31 @@ GEM
diff-lcs (1.5.0)
method_source (1.0.0)
oj (3.16.1)
parallel (1.22.1)
parser (3.2.1.0)
parallel (1.23.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
racc (1.7.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.7.0)
rexml (3.2.5)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.1)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.3)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rspec-support (3.12.1)
rubocop (0.93.1)
parallel (~> 1.10)
parser (>= 2.7.1.5)
Expand All @@ -44,7 +46,7 @@ GEM
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.27.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
unicode-display_width (1.8.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/serializer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Seri
class Serializer
VERSION = '2.0.10'.freeze
VERSION = '2.0.11'.freeze
end
end
2 changes: 1 addition & 1 deletion seri.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
spec.name = 'seri'
spec.version = Seri::Serializer::VERSION
spec.authors = ['grdw']
spec.email = ['gerard@wetransfer.com']
spec.email = ['grdw@grdw.nl']

spec.summary = 'A basic serializer'
spec.description = 'A basic serializer'
Expand Down

0 comments on commit c21e58c

Please sign in to comment.