Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gemspec version 0.0.3 #29

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
grape-apidoc (0.0.4)
grape-apidoc (0.0.3)
grape

GEM
Expand All @@ -14,6 +14,7 @@ GEM
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.1.1)
bigdecimal (3.1.8)
builder (3.2.4)
concurrent-ruby (1.2.2)
diff-lcs (1.5.0)
Expand All @@ -25,13 +26,14 @@ GEM
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-types (1.7.1)
dry-types (1.7.2)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
grape (1.8.0)
grape (2.0.0)
activesupport (>= 5)
builder
dry-types (>= 1.1)
Expand All @@ -56,7 +58,7 @@ GEM
ast (~> 2.4.1)
racc
racc (1.7.1)
rack (3.0.9.1)
rack (3.0.11)
rack-accept (0.4.5)
rack (>= 0.4)
rainbow (3.1.1)
Expand Down Expand Up @@ -115,7 +117,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
zeitwerk (2.6.11)
zeitwerk (2.6.14)

PLATFORMS
x86_64-linux
Expand Down
2 changes: 1 addition & 1 deletion grape-apidoc.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'grape-apidoc'
s.version = '0.0.4'
s.version = '0.0.3'
s.authors = ['Black Square Media Ltd.']
s.email = ['[email protected]']
s.summary = 'Markdown documentation for Grape APIs'
Expand Down
Loading