ruby-nuggets 0.0.8.208 → 0.0.9.209

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to ruby-nuggets version 0.0.8
5
+ This documentation refers to ruby-nuggets version 0.0.9
6
6
 
7
7
 
8
8
  == DESCRIPTION
@@ -37,7 +37,7 @@ class Array
37
37
 
38
38
  each { |element|
39
39
  if element.is_a?(Array)
40
- flat + element
40
+ flat += element
41
41
  else
42
42
  flat << element
43
43
  end
@@ -4,7 +4,7 @@ module Nuggets
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 0
7
- TINY = 8
7
+ TINY = 9
8
8
 
9
9
  class << self
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-nuggets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8.208
4
+ version: 0.0.9.209
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Wille