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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82f0e312565c73eaabce4236d730c245fce5b9df
4
- data.tar.gz: a348e79da3317b00f61508a6f2ad2cdc2eb8672b
3
+ metadata.gz: 7d93c2f80940a876df8208c9ab53de33b9489cb1
4
+ data.tar.gz: f79f9ba1ac7e7716f14d20f8a6a83d5d8027c840
5
5
  SHA512:
6
- metadata.gz: 3e802ed399ae6f3e8e710f95f710ee21a0f04acf2339f7378efdb7e850af2453b3bea67d55205a115d953ea23098a9b3ed59b25c2d6b88a6558287d2d48ac56c
7
- data.tar.gz: 4045931b8bede384a15e7ccbdba74e65e8568ef2275c1490ac1355280aca95c98526af95c2538491e0269c1d39cd6765ff4c4bc84ced8a05ec6344e99af73953
6
+ metadata.gz: 4151fd38371a01e1856c591d50a5f13e5818488266247e73f25a13273982e06bb47f35ca09cec46cb1389737acaf39818325fcd1a56138a0e5fcd66d4a30f8f2
7
+ data.tar.gz: acec0d1362df8a46fa7077423202462866bec5af12e7d86f27c1b9d18c76ccc6c4d89572caa44258c57df4ac5bc513ff19d1347cdd8598f29c85f90b6d0896c0
data/.yardopts ADDED
@@ -0,0 +1,9 @@
1
+ --no-private
2
+ --markup markdown
3
+ --embed-mixins
4
+ lib/*.rb
5
+ lib/**/*.rb
6
+ lib/**/**/*.rb
7
+ lib/**/**/**/*.rb
8
+ -
9
+ README.md
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.
@@ -1,3 +1,3 @@
1
1
  module LaunchDarkly
2
- VERSION = "5.5.1"
2
+ VERSION = "5.5.2"
3
3
  end
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
- # yard doesn't seem to do recursive directories, even though Ruby's Dir.glob supposedly recurses for "**"
10
- PATHS="lib/*.rb lib/**/*.rb lib/**/**/*.rb lib/**/**/**/*.rb"
9
+ rm -rf doc/*
11
10
 
12
- yard doc --no-private --markup markdown --markup-provider redcarpet --embed-mixins $PATHS - README.md
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.1
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