Skip to content

Commit

Permalink
Reverting to previous version and changing README to have at least on…
Browse files Browse the repository at this point in the history
…e commit to merge
  • Loading branch information
jmonteiro committed Jan 30, 2020
1 parent 370276c commit 4601ff3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.13.3.pre2] - 2020-01-30
### Changed
- No changes, empty change to test gem-publisher flow

## [0.13.3] - 2020-01-30
### Changed
- Release on RubyGems using gem-publisher CircleCI Orb
Expand Down
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:
es-elasticity (0.13.3.pre2)
es-elasticity (0.13.3)
activemodel (>= 4.0.0, < 6)
activerecord (>= 4.0.0, < 6)
activesupport (>= 4.0.0, < 6)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ The default persistence strategy changed from SingleIndex to AliasIndex in versi

## Gem documentation

You can find the documentation by going to CircleCI, looking for the `build` job, going to Artifacts and clicking on `index.html`. A visual guide on this can be found in our wiki at [Gems Development: Where to find documentation for our gems](https://wiki.doximity.com/articles/gems-development-where-to-find-documentation-for-our-gems).
You can find the documentation by going to CircleCI, looking for the `build` jobs, going to Artifacts and clicking on `index.html`. A visual guide on this can be found in our wiki at [Gems Development: Where to find documentation for our gems](https://wiki.doximity.com/articles/gems-development-where-to-find-documentation-for-our-gems).

## Gem development

Expand Down
2 changes: 1 addition & 1 deletion lib/elasticity/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Elasticity
VERSION = "0.13.3.pre2"
VERSION = "0.13.3"
end

0 comments on commit 4601ff3

Please sign in to comment.