Skip to content

Commit

Permalink
Changing Readme details
Browse files Browse the repository at this point in the history
  • Loading branch information
hermeswaldemarin committed Apr 6, 2023
1 parent fcd7af6 commit dc72924
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -3,7 +3,7 @@ name: Publish Gem
on:
push:
branches:
- "develop"
- "main"
tags:
- v*
jobs:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
absmartly-sdk (0.1.5)
absmartly-sdk (1.0.5)

GEM
remote: https://rubygems.org/
Expand Down
4 changes: 2 additions & 2 deletions README
Expand Up @@ -12,11 +12,11 @@ The A/B Smartly Ruby SDK is compatible with Ruby versions 2.7 and later. For th

Install the gem and add to the application's Gemfile by executing:

$ bundle add absmartly
$ bundle add absmartly-sdk

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install absmartly
$ gem install absmartly-sdk

## Basic Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/absmartly/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Absmartly
VERSION = "0.1.5"
VERSION = "1.0.5"
end

0 comments on commit dc72924

Please sign in to comment.