Skip to content

Commit

Permalink
Updated Gem version to 0.5.0 with minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisheksarka committed Sep 8, 2024
1 parent 8a4a0b6 commit 441e341
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ By adopting an API Design First approach with APICraft Rails, you can accelerate
Add this line to your application's Gemfile:

```ruby
gem 'apicraft-rails', '~> 0.4.0.beta1'
gem 'apicraft-rails', '~> 0.5.0.beta1'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion apicraft-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|

# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
spec.files = Dir.glob("{lib,bin}/**/*") + Dir.glob("*.{gemspec,md}")
spec.files = Dir.glob("{lib,bin,web}/**/*") + Dir.glob("*.{gemspec,md}")
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
Expand Down
2 changes: 1 addition & 1 deletion lib/apicraft/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Current version of Apicraft.
module Apicraft
VERSION = "0.4.0.beta1"
VERSION = "0.5.0.beta1"
end

0 comments on commit 441e341

Please sign in to comment.