Skip to content

Commit

Permalink
Merge pull request #2 from testdouble/pre-0.1
Browse files Browse the repository at this point in the history
Cleanup for 0.1
  • Loading branch information
stevenjackson authored Jul 19, 2023
2 parents 6769d06 + a133a33 commit 70331e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## [Unreleased]

## [0.1.0] - 2023-05-09
## [0.1.0] - 2023-06-23

- Initial release
- Ability to parse a string or file for gems
- Three output formats: [Gem::Specification], hash, table representation
- CLI wrapper (thanks @Daniel-N-Huss)
2 changes: 0 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
gem_dating (0.1.0)
bundler
ruby-limiter
table_print

GEM
Expand Down Expand Up @@ -41,7 +40,6 @@ GEM
rubocop-performance (1.16.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-limiter (2.2.2)
ruby-progressbar (1.13.0)
standard (1.28.2)
language_server-protocol (~> 3.17.0.2)
Expand Down
3 changes: 1 addition & 2 deletions gem_dating.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require "gem_dating/version"
Gem::Specification.new do |spec|
spec.name = "gem_dating"
spec.version = GemDating::VERSION
spec.authors = ["Steve Jackson"]
spec.authors = ["Steve Jackson", "Daniel Huss"]
spec.email = ["[email protected]"]

spec.summary = "How old is that anyway?"
Expand All @@ -26,5 +26,4 @@ Gem::Specification.new do |spec|

spec.add_dependency "bundler"
spec.add_dependency "table_print"
spec.add_dependency "ruby-limiter"
end

0 comments on commit 70331e9

Please sign in to comment.