da_huangs_ruby_extensions 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
@@ -35,11 +35,3 @@ class Array
35
35
  end
36
36
  end
37
37
 
38
- module ArrayPlus
39
- def +(y)
40
- y.each do |o|
41
- self << o unless include?(o)
42
- end
43
- end
44
- end
45
-
@@ -1,5 +1,5 @@
1
- require 'array'
2
- require 'hash'
3
- require 'nil_class'
4
- require 'string'
1
+ require 'array_ext'
2
+ require 'hash_ext'
3
+ require 'nil_class_ext'
4
+ require 'string_ext'
5
5
 
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: da_huangs_ruby_extensions
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tyler Gannon
@@ -47,11 +47,11 @@ files:
47
47
  - README.rdoc
48
48
  - Rakefile
49
49
  - VERSION
50
- - lib/array.rb
50
+ - lib/array_ext.rb
51
51
  - lib/da_huangs_ruby_extensions.rb
52
- - lib/hash.rb
53
- - lib/nil_class.rb
54
- - lib/string.rb
52
+ - lib/hash_ext.rb
53
+ - lib/nil_class_ext.rb
54
+ - lib/string_ext.rb
55
55
  - test/helper.rb
56
56
  - test/test_da_huangs_ruby_extensions.rb
57
57
  has_rdoc: true