dawg 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/dawg.rb +6 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71bacf98485657d1f57fbf1c71ee76b613a2ea69
4
- data.tar.gz: 7c10810752805ab89deac3e6edd6f0e259a2c17d
3
+ metadata.gz: 243a3162eee48baf49a16fc03b7950b55b6583fb
4
+ data.tar.gz: 21e7e03637c9418a297dc218b37449989e0da18d
5
5
  SHA512:
6
- metadata.gz: 9540d8dff79f43f854271140b210f8f472c0dd4472808c9cd8e93fdb60ad40d4b8c64975d68f0e751cc456cbd00c21664a6477c20e30fcd8129a9d173803a1ad
7
- data.tar.gz: 317ca1ae25bfbf511d3bb0395cf19f0505d94a0b2427b7bc7c973a15817182bdc734b80d309c8a86b8fdd47cceec25b214fb44a09817521ac8f01cd8bde0cde6
6
+ metadata.gz: 283153800b269b13e87b169b0972221612eaa9c4e76b9ebb783985ce7b62dad3a4bcde2c17a33364a653daec504376c828816774d37d13765b7a647df193d653
7
+ data.tar.gz: e5ef8892af3655be6eff55abbbac3701b2e51aa0dd67b8a3b3063ca5ea6f7bdc5b61f0bac865d173d8769c861022cad04ec4f00cbd6f17cd0e12768134752fe2
@@ -31,6 +31,9 @@ class DawgNode
31
31
  def eql?(other)
32
32
  to_s == other.to_s
33
33
  end
34
+ def inspect
35
+ "to_s"
36
+ end
34
37
  end
35
38
 
36
39
  class Dawg
@@ -158,4 +161,7 @@ class Dawg
158
161
  end
159
162
  count
160
163
  end
164
+ def inspect
165
+ "Dawg"
166
+ end
161
167
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dawg
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
  - Maksatbek Manurov