Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 265d87a

Browse files
authored
Merge pull request #42 from swiftype/release-1.4.1
Release 1.5.0
2 parents babb106 + a52b7fb commit 265d87a

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<p align="center"><img src="https://github.com/swiftype/swiftype-rb/blob/master/logo-site-search.png?raw=true" alt="Elastic Site Search Logo"></p>
32

43
<p align="center"><a href="https://travis-ci.org/swiftype/swiftype-rb"><img src="https://travis-ci.org/swiftype/swiftype-rb.png" alt="Travis build"></a>
@@ -8,15 +7,15 @@
87

98
## Contents
109

11-
+ [Getting started](#getting-started-)
12-
+ [Usage](#usage)
13-
+ [Migrating from pervious versions](#migrating-from-previous-versions)
14-
+ [Development](#development)
15-
+ [FAQ](#faq-)
16-
+ [Contribute](#contribute-)
17-
+ [License](#license-)
10+
- [Getting started](#getting-started-)
11+
- [Usage](#usage)
12+
- [Migrating from pervious versions](#migrating-from-previous-versions)
13+
- [Development](#development)
14+
- [FAQ](#faq-)
15+
- [Contribute](#contribute-)
16+
- [License](#license-)
1817

19-
***
18+
---
2019

2120
## Getting started 🐣
2221

@@ -48,7 +47,7 @@ To install the gem, execute:
4847

4948
gem install swiftype
5049

51-
Or place `gem 'swiftype', '~> 1.4.0` in your `Gemfile` and run `bundle install`.
50+
Or place `gem 'swiftype', '~> 1.5.0` in your `Gemfile` and run `bundle install`.
5251

5352
> **Note:** This client has been developed for the [Swiftype Site Search](https://www.swiftype.com/site-search) API endpoints only.
5453

@@ -459,8 +458,8 @@ You can checkout the [Elastic Site Search community discuss forums](https://disc
459458

460459
We welcome contributors to the project. Before you begin, a couple notes...
461460

462-
+ Before opening a pull request, please create an issue to [discuss the scope of your proposal](https://github.com/swiftype/swiftype-rb/issues).
463-
+ Please write simple code and concise documentation, when appropriate.
461+
- Before opening a pull request, please create an issue to [discuss the scope of your proposal](https://github.com/swiftype/swiftype-rb/issues).
462+
- Please write simple code and concise documentation, when appropriate.
464463

465464
## License 📗
466465

lib/swiftype/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Swiftype
2-
VERSION = "1.4.0"
2+
VERSION = "1.5.0"
33
end

0 commit comments

Comments
 (0)