Skip to content

Commit

Permalink
Update to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jan 30, 2024
1 parent 287d140 commit 31ce846
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
name_of_person (1.1.1)
name_of_person (1.1.2)
activesupport (>= 5.2.0)

GEM
Expand Down Expand Up @@ -29,7 +29,7 @@ PLATFORMS

DEPENDENCIES
activemodel (>= 5.2.0)
bundler (~> 1.15)
bundler
byebug
name_of_person!
rake
Expand Down
4 changes: 2 additions & 2 deletions name_of_person.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'name_of_person'
s.version = '1.1.1'
s.version = '1.1.2'
s.authors = 'David Heinemeier Hansson'
s.email = '[email protected]'
s.summary = 'Presenting names of people in full, familiar, abbreviated, and initialized forms (but without titulation etc)'
Expand All @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.add_dependency 'activesupport', '>= 5.2.0'

s.add_development_dependency 'activemodel', '>= 5.2.0'
s.add_development_dependency 'bundler', '~> 1.15'
s.add_development_dependency 'bundler'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- test/*`.split("\n")
Expand Down

0 comments on commit 31ce846

Please sign in to comment.