diff --git a/Gemfile.lock b/Gemfile.lock index 076a96d..899aabe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - name_of_person (1.1.2) + name_of_person (1.1.3) activesupport (>= 5.2.0) GEM diff --git a/name_of_person.gemspec b/name_of_person.gemspec index e731400..be1eb48 100644 --- a/name_of_person.gemspec +++ b/name_of_person.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'name_of_person' - s.version = '1.1.2' + s.version = '1.1.3' s.authors = 'David Heinemeier Hansson' s.email = 'david@basecamp.com' s.summary = 'Presenting names of people in full, familiar, abbreviated, and initialized forms (but without titulation etc)'