Skip to content

Commit

Permalink
🔖 v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroAugustoRamalhoDuarte committed May 15, 2023
1 parent 46cb55c commit 42622b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rest-api-generator (0.1.7)
rest-api-generator (0.2.0)
anyway_config (>= 2.0.0)
pagy
rails (>= 5.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/rest_api_generator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RestApiGenerator
VERSION = "0.1.7"
VERSION = "0.2.0"
end
1 change: 1 addition & 0 deletions rest-api-generator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/SwitchDreams/rest-api-generator"
spec.metadata["changelog_uri"] = "https://github.com/SwitchDreams/rest-api-generator"
spec.metadata["github_repo"] = "https://github.com/SwitchDreams/rest-api-generator"

spec.files = Dir["{bin,sig,lib,public,app}/**/*",
"MIT-LICENSE",
Expand Down

0 comments on commit 42622b3

Please sign in to comment.