Skip to content

Commit

Permalink
Correct references to mongoid_search.gemspec for version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Feb 15, 2024
1 parent 0dc1230 commit cd80117
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## 0.5.0 (next)
* Your contribution here.
* [#146](https://github.com/mongoid/mongoid_search/pull/146): Update dependencies and switch to Github Actions - [@yads](https://github.com/yads).
* Your contribution here.

## 0.4.0

* [#138](https://github.com/mongoid/mongoid_search/pull/138): Update mongoid::search::util.normalize_keywords - [@yads](https://github.com/yads).
* [#138](https://github.com/mongoid/mongoid_search/pull/138): Update `Mongoid::Search::Util.normalize_keywords` - [@yads](https://github.com/yads).
* [#132](https://github.com/mongoid/mongoid_search/pull/132): Add RELEASING and CONTRIBUTING - [@rtrv](https://github.com/rtrv).

## 0.3.6
Expand Down
6 changes: 3 additions & 3 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Remove the line with "Your contribution here.", since there will be no more cont
Commit your changes.

```
git add CHANGELOG.md lib/mongoid/search/version.rb
git add CHANGELOG.md
git commit -m "Preparing for release, 0.4.0."
git push origin master
```
Expand All @@ -51,12 +51,12 @@ Add the next release to [CHANGELOG.md](CHANGELOG.md).
* Your contribution here.
```

Increment the minor version, modify [lib/mongoid/search/version.rb](lib/mongoid/search/version.rb).
Increment the minor version, modify [mongoid_search.gemspec](mongoid_search.gemspec).

Commit your changes.

```
git add CHANGELOG.md lib/mongoid/search/version.rb
git add CHANGELOG.md mongoid_search.gemspec
git commit -m "Preparing for next release, 0.4.1."
git push origin master
```
Expand Down
2 changes: 1 addition & 1 deletion mongoid_search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $LOAD_PATH.unshift lib unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |s|
s.name = 'mongoid_search'
s.version = '0.4.0'
s.version = '0.5.0'
s.authors = ['Mauricio Zaffari']
s.email = ['[email protected]']
s.homepage = 'https://github.com/mongoid/mongoid_search'
Expand Down

0 comments on commit cd80117

Please sign in to comment.