shortest-path 0.0.3 → 0.0.4

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
  SHA1:
3
- metadata.gz: 24e31f9a3e57ae30f4267b0ab9788a1966affe27
4
- data.tar.gz: b360fe07466f51912ca373e945c846b0fa45ca23
3
+ metadata.gz: be326b4847bbd7315e8b73b815a0ccd50bb93a32
4
+ data.tar.gz: a0321aca99220758d8f47d4ee361402965de394b
5
5
  SHA512:
6
- metadata.gz: c325a13510629f21a1b448d49d5dec56eed2572c27551f6e9b9dd2781afd95b6310cf159d11d316d1ef25c99770854a15d878743858b7d4d6b723128ecd197eb
7
- data.tar.gz: 657a108c7b5a1a34c497056fab0e53c44cefa34db8f7954b0f4806f4c33d5d800be95911529279fe3adae406fcf43a43aac3a85a5f24a156505b21231f87d663
6
+ metadata.gz: c15aec9d215e8ded6b3af6edf7ad0c31722cf005004ecac2df6a19fa377bc9cd036fdc47321e44d211bdd24444683955b0a6379863fdaf18666026e8c8838f77
7
+ data.tar.gz: aeb21358fcc9fc8825685954d10e23e12313f6832be4fa2e32a1ff44f292873cc94323fa9726034eb82167a07c4bc4f92c0fbd65a9d346ca554f74749ef69620
@@ -11,7 +11,7 @@ module Shortest
11
11
  end
12
12
 
13
13
  class Graph < Array
14
- attr_reader :edges
14
+ attr_accessor :edges
15
15
 
16
16
  def initialize
17
17
  @edges=[]
@@ -1,5 +1,5 @@
1
1
  module Shortest
2
2
  module Path
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shortest-path
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dimitri Kurashvili