ldclient-rb 5.5.1 → 5.5.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +9 -0
- data/CHANGELOG.md +5 -0
- data/lib/ldclient-rb/version.rb +1 -1
- data/scripts/gendocs.sh +2 -3
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d93c2f80940a876df8208c9ab53de33b9489cb1
|
4
|
+
data.tar.gz: f79f9ba1ac7e7716f14d20f8a6a83d5d8027c840
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4151fd38371a01e1856c591d50a5f13e5818488266247e73f25a13273982e06bb47f35ca09cec46cb1389737acaf39818325fcd1a56138a0e5fcd66d4a30f8f2
|
7
|
+
data.tar.gz: acec0d1362df8a46fa7077423202462866bec5af12e7d86f27c1b9d18c76ccc6c4d89572caa44258c57df4ac5bc513ff19d1347cdd8598f29c85f90b6d0896c0
|
data/.yardopts
ADDED
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,11 @@
|
|
2
2
|
|
3
3
|
All notable changes to the LaunchDarkly Ruby SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
|
4
4
|
|
5
|
+
## [5.5.2] - 2019-01-18
|
6
|
+
### Fixed:
|
7
|
+
- Like 5.5.1, this release contains only documentation fixes. Implementation classes that are not part of the supported API are now hidden from the [generated documentation](https://www.rubydoc.info/gems/ldclient-rb).
|
8
|
+
|
9
|
+
|
5
10
|
## [5.5.1] - 2019-01-17
|
6
11
|
### Fixed:
|
7
12
|
- Fixed several documentation comments that had the wrong parameter names. There are no other changes in this release; it's only to correct the documentation.
|
data/lib/ldclient-rb/version.rb
CHANGED
data/scripts/gendocs.sh
CHANGED
@@ -6,7 +6,6 @@
|
|
6
6
|
gem install --conservative yard
|
7
7
|
gem install --conservative redcarpet # provides Markdown formatting
|
8
8
|
|
9
|
-
|
10
|
-
PATHS="lib/*.rb lib/**/*.rb lib/**/**/*.rb lib/**/**/**/*.rb"
|
9
|
+
rm -rf doc/*
|
11
10
|
|
12
|
-
yard doc
|
11
|
+
yard doc
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ldclient-rb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.5.
|
4
|
+
version: 5.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- LaunchDarkly
|
@@ -300,6 +300,7 @@ files:
|
|
300
300
|
- ".rspec"
|
301
301
|
- ".rubocop.yml"
|
302
302
|
- ".simplecov"
|
303
|
+
- ".yardopts"
|
303
304
|
- CHANGELOG.md
|
304
305
|
- CODEOWNERS
|
305
306
|
- CONTRIBUTING.md
|