variable_neighborhood_search 0.0.1 → 0.0.2

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YWY2ZGZjNDYyNmYxYTAzNGU5YjA3Yzg3MDIzZjhlODI3NzJlNjVhNw==
4
+ Njc2Y2Q2ZThlODU5NjhkMDc2NGFiMmIwMzM2ODllZDRhYmQwYTAxMg==
5
5
  data.tar.gz: !binary |-
6
- ZGM1OGMyMDMwNzhkODg5YzUzMjVlNjQ1NmIzOWVjOThlNmU3OGUxNw==
6
+ OTFmYjI1ZWYyY2MzMTE4ZjNjMGM3OWZiNzZjMDE1MTY0ZmM2NjQ4OA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YzM3MDE4NzZkMzYwMDJhNWQ4YTZmMTUwYjdjMzEyMmRjMjdkNGRmOTA5YmZk
10
- N2YwMzlkYjdhYjliODA5NTA5NTkwN2Y4MDljMDU2NjI4MjY3ODE5OTc0MmY0
11
- ZTVmODA0NThiMjQxY2I3MWY1MzY0NjE3ZWU5NzFhOThhZmY4MDQ=
9
+ NzQ0ZTNhYTM0YzI5M2U3N2ZjYjUxNTM4ZTBmYzFhMWYyODJhZTJmODFkZGRh
10
+ YWU1NjFiMWQ2NDM0YTA1MTA3MjM0YjFmMWM5OWZmOTNlNjA3MTg3YjgwNDhl
11
+ MDYwM2IyYzZiNjEyYTAwNTJjZTA0NTc5ZTAxN2UyMWRiOTUwODA=
12
12
  data.tar.gz: !binary |-
13
- NmZjYzg1OTFmM2QxYjA3MDI0OTI5Y2UwNzE1NmFmMjJlNDExM2YxMzQ1OTMz
14
- MDE2ZDlkZWJiMTdiMzJlYjlkNTY3NmRjMWQwYmYyZjRmNWMwMzVkN2U0NmEx
15
- ODJiNjI3NjlkYjYzMTEzMzA3ZjcyOTExMjYyNWRhY2FkY2EwOWU=
13
+ Mzc5NTc0MDEwN2M3YTEzMDFlM2E1NzczYjhiMTE5MTdlOGEyMmY5ZGE3Yjkw
14
+ YTZmZGNjOGMxYWRmNDcxNjcxNTViODg5ZWJlZWVjZWU1MjQxYzQ5YTk1MDYx
15
+ MjYwMmE3MDk4MzQ4NWQ4Yjc0NDUwM2ZiNjg4MzQxMGZmMjkyMzU=
data/README.md CHANGED
@@ -18,7 +18,7 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- An example VariableNeighborhoodSearch::VariableNeighborhoodSearch([[50, 50], [70, 70]], 1...20, 50, 70)
21
+ An example VariableNeighborhoodSearch::VariableNeighborhoodSearch.new.search([[50, 50], [70, 70]], 1...20, 50, 70)
22
22
 
23
23
  ## Contributing
24
24
 
@@ -1,3 +1,3 @@
1
1
  module VariableNeighborhoodSearch
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: variable_neighborhood_search
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - no-glue