skn_utils 3.3.3 → 3.3.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: 32848790967a49e9c69c81c3cf46744ccc1fde9c
4
- data.tar.gz: 5801f319e98845bc7454af452a6df47339e2eb58
3
+ metadata.gz: 8fc867ac95eebf226b53be3336ddf721265150d4
4
+ data.tar.gz: a70380b703cd8f20d25b314f7710720788953669
5
5
  SHA512:
6
- metadata.gz: 25c689c0230fc7b07e24b3f2d13a490ee42fa67da69b3a61f0fc4546959abde80241f40004ac0c1548c73a92afdb2fbcb32d5da4f315b3856525d42ea6671d86
7
- data.tar.gz: 9d9cd56d940ecf86e0da143286689fc8b3dcaa6161c179f9b60a815dd0ccd26d8508b466c6b68a3cfd7a432f41bd374ab4b86a774fb1d91ca6f145282e866fee
6
+ metadata.gz: 5a72919f92f6e597edec5bedb80beece8a45b68741471e3c9e422ca6a572b6029e023b226ecd26966f27706653426d772737bdca241c0072f525802145588b07
7
+ data.tar.gz: b7f22a691d0c272dc4d48ae92713bbf73ededd4666994d04ec3ee1d6e463cbf86598f0833e619007eed81251624baea8c3fe87342987a67ca0a0703b17d1a087
@@ -170,7 +170,7 @@ module SknUtils
170
170
  break if position === @current
171
171
  end
172
172
  else
173
- Enumerator.new do |yielder, val|
173
+ Enumerator.new do |yielder|
174
174
  while position do
175
175
  yielder << position.value.dup
176
176
  position = position.next
@@ -158,7 +158,7 @@ module SknUtils
158
158
  position = position.next
159
159
  end
160
160
  else
161
- Enumerator.new do |yielder, val|
161
+ Enumerator.new do |yielder|
162
162
  while position do
163
163
  yielder << position.value.dup
164
164
  position = position.next
@@ -3,7 +3,7 @@ module SknUtils
3
3
  class Version
4
4
  MAJOR = 3
5
5
  MINOR = 3
6
- PATCH = 3
6
+ PATCH = 4
7
7
 
8
8
  def self.to_s
9
9
  [MAJOR, MINOR, PATCH].join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skn_utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.3
4
+ version: 3.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Scott Jr