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

Update README, fix empty gem #21

Merged
merged 1 commit into from
Dec 14, 2023
Merged
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
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:
veryfi (1.0.2)
veryfi (1.0.3)
base64 (~> 0.1)
faraday (>= 1.7, < 3.0)
openssl (>= 2.2, < 3.1)
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ bin/setup

1. Change version in `lib/veryfi/version.rb`
2. Run `bundle` - this should update `Gemfile.lock`
3. Commit changes and push to a new Github branch
4. Create a new version tag
5. Create a new release from the pushed tag https://github.com/veryfi/veryfi-ruby/releases
6. Release workflow will publish gem to [Rubygems](https://rubygems.org/gems/veryfi)
3. Commit changes, push to a new Github branch, and merge
4. On Github go to `Actions` -> `Release` -> and click `Run workflow` to trigger a new release
5. Release workflow will publish gem to [Rubygems](https://rubygems.org/gems/veryfi)
2 changes: 1 addition & 1 deletion lib/veryfi/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Veryfi
VERSION = "1.0.2"
VERSION = "1.0.3"
end
Loading