Skip to content

Commit

Permalink
Fix docs (#61)
Browse files Browse the repository at this point in the history
* fix docs

* fix docs 2

* gemfile
  • Loading branch information
VegetableProphet authored Nov 30, 2021
1 parent 2afac4d commit 6edb1b0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [6.0.1] - 2021-11-30
### Fixed
- fixed docs

## [6.0.0] - 2021-10-15
### Added

Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
table_sync (6.0)
table_sync (6.0.1)
memery
rabbit_messaging
rails
Expand Down Expand Up @@ -102,12 +102,10 @@ GEM
memery (1.4.1)
ruby2_keywords (~> 0.0.2)
method_source (1.0.0)
mini_mime (1.1.1)
mini_portile2 (2.6.1)
mini_mime (1.1.2)
minitest (5.14.4)
nio4r (2.5.8)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
nokogiri (1.12.5-x86_64-linux)
racc (~> 1.4)
parallel (1.20.1)
parser (3.0.0.0)
Expand All @@ -123,7 +121,7 @@ GEM
rails (>= 5.2)
sneakers (~> 2.0)
tainbox
racc (1.5.2)
racc (1.6.0)
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down
2 changes: 1 addition & 1 deletion docs/publishing/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ One possible way of using it is defining a headers exchange and routing rules ba
Example:

```ruby
TableSync.routing_metadata_callable = -> (klass, attributes) { attributes.slice("project_id") }
TableSync.headers_callable = -> (klass, attributes) { attributes.slice("project_id") }
```

## Other
Expand Down
2 changes: 1 addition & 1 deletion lib/table_sync/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module TableSync
VERSION = "6.0"
VERSION = "6.0.1"
end

0 comments on commit 6edb1b0

Please sign in to comment.