Skip to content

Commit 0a3cdad

Browse files
schoblaskaperryqhashleywillard
authored
update version (0.20.1 => 0.21.0) (#38)
* update version Co-authored-by: Perry Hertler <perry.hertler@gusto.com> Co-authored-by: Ashley Willard <ashley.willard@gusto.com> * fix type issue on enforces_dependencies? Co-authored-by: Perry Hertler <perry.hertler@gusto.com> Co-authored-by: Ashley Willard <ashley.willard@gusto.com> --------- Co-authored-by: Perry Hertler <perry.hertler@gusto.com> Co-authored-by: Ashley Willard <ashley.willard@gusto.com>
1 parent e291c0d commit 0a3cdad

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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-
parse_packwerk (0.20.1)
4+
parse_packwerk (0.21.0)
55
sorbet-runtime
66

77
GEM

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Gusto
3+
Copyright (c) 2023 Gusto
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

lib/parse_packwerk/package.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def public_directory
5454
directory.join(public_path).cleanpath
5555
end
5656

57-
sig { returns(T.any(T::Boolean, String)) }
57+
sig { returns(T.nilable(T.any(T::Boolean, String))) }
5858
def enforces_dependencies?
5959
enforce_dependencies
6060
end

parse_packwerk.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'parse_packwerk'
3-
spec.version = '0.20.1'
3+
spec.version = '0.21.0'
44
spec.authors = ['Gusto Engineers']
55
spec.email = ['dev@gusto.com']
66
spec.summary = 'A low-dependency gem for parsing and writing packwerk YML files'

0 commit comments

Comments
 (0)