rimless 1.7.4 → 1.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f9923cfc5952141a9bac98e828c7242ed303f114ab012bcf39725999e4cdb15
4
- data.tar.gz: c3b526b60323dfd4d35d54d89e947012396f978a38abedf5ce1ef12da2adf868
3
+ metadata.gz: f3c529e0b02be14c5f7314056e997817c8f9457cde8e84dfe68da219df922801
4
+ data.tar.gz: 7be0885ca438c95a653330aaa5e06f874f7abd572d5f36738c293f6da680b8a7
5
5
  SHA512:
6
- metadata.gz: 6f06275ae266740ca5b19f232632eb2836cf986e22317b136db5771dd7862a18b058c82aff1b2f6785b44364939ee9084c9e1feaba8528fa7977c7c073b89747
7
- data.tar.gz: c359aec0b643d5f1ad27a5c3a3b43b1f23ce80fc4eccdcd6a6e3a8d196ea85b6180d4a38d4f1eb75d014b0c693ce22a38a8e9835204b438d5bc1b843c6cfd75e
6
+ metadata.gz: df1aa2ab9018d994d829cc9257831266c4a8dd548fc92d9d294a3bd805e3e773704156d7f4bb751038a369b9d189dfa196216807a774e24e7b8b0bc123fc7a8b
7
+ data.tar.gz: d42b81a6e97bd3a4f2a47733c3d9814b5ee506a64b21dbd4d59a1694e706a19de1a4b97412034d0f309f1cb80b6ecd47e41f9f5bc740311ab5d3f09a3e8f3fbc
data/.yardopts CHANGED
@@ -3,4 +3,5 @@
3
3
  --markup=rdoc
4
4
  -
5
5
  README.md
6
- lib/**/*.rb
6
+ doc/examples/**/*.rb
7
+ doc/kafka-playground/examples/**/*.rb
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 1.7.5
6
+
7
+ * Just a retag of 1.7.1
8
+
5
9
  ### 1.7.4
6
10
 
7
11
  * Just a retag of 1.7.1
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module Rimless
5
5
  # The version of the +rimless+ gem
6
- VERSION = '1.7.4'
6
+ VERSION = '1.7.5'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rimless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.4
4
+ version: 1.7.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer