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.
|
1
|
+
0.0.5
|
@@ -1,5 +1,5 @@
|
|
1
|
-
require '
|
2
|
-
require '
|
3
|
-
require '
|
4
|
-
require '
|
1
|
+
require 'array_ext'
|
2
|
+
require 'hash_ext'
|
3
|
+
require 'nil_class_ext'
|
4
|
+
require 'string_ext'
|
5
5
|
|
data/lib/{hash.rb → hash_ext.rb}
RENAMED
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:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
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/
|
50
|
+
- lib/array_ext.rb
|
51
51
|
- lib/da_huangs_ruby_extensions.rb
|
52
|
-
- lib/
|
53
|
-
- lib/
|
54
|
-
- lib/
|
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
|