Skip to content

Commit

Permalink
Merge pull request #18 from sematext/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
hollerloudly authored Sep 14, 2020
2 parents 467280d + 327a28c commit b61034c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# <img src="./assets/octi-blue.png" valign="bottom" width="60px"/>**&nbsp;&nbsp;sematext-api-client-ruby**
# <img src="https://sematext.com/wp-content/uploads/2020/09/just-octi-blue.png" valign="bottom" width="60px"/>**&nbsp;&nbsp;sematext-api-client-ruby**

<br>

Expand Down Expand Up @@ -56,15 +56,15 @@ gem build SematextCloud.gemspec
Then either install the gem locally:

```shell
gem install ./SematextCloud-0.1.2.gem
gem install ./SematextCloud-0.1.3.gem
```
(for development, run `gem install --dev ./SematextCloud-0.1.2.gem` to install the development dependencies)
(for development, run `gem install --dev ./SematextCloud-0.1.3.gem` to install the development dependencies)

or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).

Finally add this to the Gemfile:

gem 'SematextCloud', '~> 0.1.2'
gem 'SematextCloud', '~> 0.1.3'

### Install from Git

Expand Down
Binary file removed assets/octi-blue.png
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/SematextCloud/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module SematextCloud
VERSION = '0.1.2'
VERSION = '0.1.3'
end

0 comments on commit b61034c

Please sign in to comment.