From dc7292421708cc8caab18a0f7416819465e21276 Mon Sep 17 00:00:00 2001 From: hermeswaldemarin Date: Thu, 6 Apr 2023 11:42:27 +0100 Subject: [PATCH] Changing Readme details --- .github/workflows/publish.yml | 2 +- Gemfile.lock | 2 +- README | 4 ++-- lib/absmartly/version.rb | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 936e689..67361f7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Publish Gem on: push: branches: - - "develop" + - "main" tags: - v* jobs: diff --git a/Gemfile.lock b/Gemfile.lock index f60a424..33ccb57 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - absmartly-sdk (0.1.5) + absmartly-sdk (1.0.5) GEM remote: https://rubygems.org/ diff --git a/README b/README index 37fc647..dc450af 100644 --- a/README +++ b/README @@ -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 diff --git a/lib/absmartly/version.rb b/lib/absmartly/version.rb index 7d3b359..f523485 100644 --- a/lib/absmartly/version.rb +++ b/lib/absmartly/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Absmartly - VERSION = "0.1.5" + VERSION = "1.0.5" end