weighted_sampler 1.0.2 → 1.0.3

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: 158c6fdf6276d125dceac092e5d11517f69145f1d729eeffadb253839abe3ea5
4
- data.tar.gz: 6b292492376053962087caa4df673926c038ac9825cc6738a13c9343ead610d6
3
+ metadata.gz: cf378756434bce6feff8b33723b735706d4324977a34f0f86e2c8ebb82bf33d2
4
+ data.tar.gz: 3665445824ffe81a739c4fa3c67183bf217fee8233e7d33680e2cfdb0dbbacd0
5
5
  SHA512:
6
- metadata.gz: 306c3bff850c31a4c1ece1a4a58e4f9fd3f88206ebfd27041b65fc4338123148bf7cca0bfcaf1fe141cef08d67ee902c0e534857f45be482ffff79591b143297
7
- data.tar.gz: 29834db848343e4fc07b57540ca64dd85bd2fb36a2443f1d6b7b42b4f7415ebd85dcf5f95106b19cfb9549fced2d0460117823331e280f0659358f2c197b7593
6
+ metadata.gz: 3c90d9fb14d935b7bacb06965a10e31515b0cb4e44a535b08e5e4d93e8ff78e712913079f30fedb1bd0d588531f9cafba4008b05a25d2e8624133338bdc6ee01
7
+ data.tar.gz: ec6ca14ac634db2989b08a8c35c4bb59c4bdfc00e554aa34dc7b99b2ee25c9ed66c96a9a64368b07ede953866ba77520fa4aba75890f68fdc8ccc875a54b92e1
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018 Alexey Babich
3
+ Copyright (c) 2018 Oleksiy Babich
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # WeightedSampler
2
2
 
3
- Main repository is https://gitlab.com/alexey_b/weighted_sampler
3
+ Main repository is https://gitlab.com/oleksiy/weighted_sampler
4
4
 
5
- Gitlab [![pipeline status](https://gitlab.com/alexey_b/weighted_sampler/badges/master/pipeline.svg)](https://gitlab.com/alexey_b/weighted_sampler/commits/master)[![coverage report](https://gitlab.com/alexey_b/weighted_sampler/badges/master/coverage.svg)](https://gitlab.com/alexey_b/weighted_sampler/commits/master) Travis [![Build Status](https://travis-ci.org/ababich/weighted_sampler.svg?branch=master)](https://travis-ci.org/ababich/weighted_sampler)
5
+ Gitlab [![pipeline status](https://gitlab.com/oleksiy/weighted_sampler/badges/master/pipeline.svg)](https://gitlab.com/oleksiy/weighted_sampler/commits/master)[![coverage report](https://gitlab.com/oleksiy/weighted_sampler/badges/master/coverage.svg)](https://gitlab.com/oleksiy/weighted_sampler/commits/master) Travis [![Build Status](https://travis-ci.org/ababich/weighted_sampler.svg?branch=master)](https://travis-ci.org/ababich/weighted_sampler)
6
6
 
7
7
  Weighted Sampler helps you to pick a random samples from a collection with defined probabilities or weights
8
8
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module WeightedSampler
4
- VERSION = '1.0.2'.freeze
4
+ VERSION = '1.0.3'.freeze
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weighted_sampler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oleksiy Babich
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-15 00:00:00.000000000 Z
11
+ date: 2018-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -55,7 +55,7 @@ dependencies:
55
55
  description: "\n Weighted Sampler helps you to pick a random samples from a collection
56
56
  with defined probabilities or weights.\n You can pass an Array or a Hash with
57
57
  desired probabilities\n and use Module or Class API to pick samples.\n\n Please,
58
- see documentation in the repo https://gitlab.com/alexey_b/weighted_sampler\n "
58
+ see documentation in the repo https://gitlab.com/oleksiy/weighted_sampler\n "
59
59
  email:
60
60
  - oleksiy@oleksiy.od.ua
61
61
  executables: []
@@ -66,7 +66,7 @@ files:
66
66
  - README.md
67
67
  - lib/weighted_sampler.rb
68
68
  - lib/weighted_sampler/version.rb
69
- homepage: https://gitlab.com/alexey_b/weighted_sampler
69
+ homepage: https://gitlab.com/oleksiy/weighted_sampler
70
70
  licenses:
71
71
  - MIT
72
72
  metadata: {}