sane 0.25.3 → 0.25.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.
- data/ChangeLog +1 -0
- data/VERSION +1 -1
- metadata +84 -90
- data/todo +0 -1
data/ChangeLog
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.25.
|
|
1
|
+
0.25.4
|
metadata
CHANGED
|
@@ -1,109 +1,103 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sane
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.25.4
|
|
4
5
|
prerelease:
|
|
5
|
-
version: 0.25.3
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
8
|
-
|
|
7
|
+
authors:
|
|
8
|
+
- Roger Pack
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
email:
|
|
28
|
-
|
|
12
|
+
date: 2012-04-21 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
name: os
|
|
16
|
+
requirement: &19421556 !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
18
|
+
requirements:
|
|
19
|
+
- - ! '>='
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: '0'
|
|
22
|
+
type: :runtime
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: *19421556
|
|
25
|
+
description: Helpers for ruby core to make it easier to work with--things that are
|
|
26
|
+
missing from core but should arguably be there
|
|
27
|
+
email:
|
|
28
|
+
- rogerdpack@gmail.com
|
|
29
29
|
executables: []
|
|
30
|
-
|
|
31
30
|
extensions: []
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
- todo
|
|
80
|
-
- TODO
|
|
31
|
+
extra_rdoc_files:
|
|
32
|
+
- ChangeLog
|
|
33
|
+
- README
|
|
34
|
+
- TODO
|
|
35
|
+
files:
|
|
36
|
+
- ChangeLog
|
|
37
|
+
- README
|
|
38
|
+
- Rakefile
|
|
39
|
+
- TODO
|
|
40
|
+
- VERSION
|
|
41
|
+
- lib/_dbg.rb
|
|
42
|
+
- lib/sane.rb
|
|
43
|
+
- lib/sane/array_blank.rb
|
|
44
|
+
- lib/sane/array_contain.rb
|
|
45
|
+
- lib/sane/array_select_bang.rb
|
|
46
|
+
- lib/sane/assert.rb
|
|
47
|
+
- lib/sane/bugs.rb
|
|
48
|
+
- lib/sane/contain.rb
|
|
49
|
+
- lib/sane/enumerable.rb
|
|
50
|
+
- lib/sane/file.rb
|
|
51
|
+
- lib/sane/file_filename.rb
|
|
52
|
+
- lib/sane/file_home.rb
|
|
53
|
+
- lib/sane/float.rb
|
|
54
|
+
- lib/sane/hash_hashes.rb
|
|
55
|
+
- lib/sane/hash_minus_hash.rb
|
|
56
|
+
- lib/sane/irb_startup_options.rb
|
|
57
|
+
- lib/sane/map_by.rb
|
|
58
|
+
- lib/sane/numeric.rb
|
|
59
|
+
- lib/sane/pp.rb
|
|
60
|
+
- lib/sane/pps.rb
|
|
61
|
+
- lib/sane/present.rb
|
|
62
|
+
- lib/sane/require_relative.rb
|
|
63
|
+
- lib/sane/sane_random.rb
|
|
64
|
+
- lib/sane/socket_ips.rb
|
|
65
|
+
- lib/sane/string.rb
|
|
66
|
+
- lib/sane/string_blank.rb
|
|
67
|
+
- lib/sane/test.rb
|
|
68
|
+
- lib/sane/test/assertions.rb
|
|
69
|
+
- lib/sane/thread.rb
|
|
70
|
+
- spec/files/pp_after.rb
|
|
71
|
+
- spec/files/pp_before_hand.rb
|
|
72
|
+
- spec/files/test.rb
|
|
73
|
+
- spec/go2.rb
|
|
74
|
+
- spec/req_rel_bug/recreate.rb
|
|
75
|
+
- spec/spec.sane.rb
|
|
76
|
+
- spec/subdir/go.rb
|
|
77
|
+
- spec/subdir2/require_relative2.rb
|
|
81
78
|
homepage: http://github.com/rogerdpack/sane_ruby
|
|
82
79
|
licenses: []
|
|
83
|
-
|
|
84
80
|
post_install_message:
|
|
85
81
|
rdoc_options: []
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
82
|
+
require_paths:
|
|
83
|
+
- lib
|
|
84
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
90
85
|
none: false
|
|
91
|
-
requirements:
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
86
|
+
requirements:
|
|
87
|
+
- - ! '>='
|
|
88
|
+
- !ruby/object:Gem::Version
|
|
89
|
+
version: '0'
|
|
90
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
91
|
none: false
|
|
97
|
-
requirements:
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
92
|
+
requirements:
|
|
93
|
+
- - ! '>='
|
|
94
|
+
- !ruby/object:Gem::Version
|
|
95
|
+
version: '0'
|
|
101
96
|
requirements: []
|
|
102
|
-
|
|
103
97
|
rubyforge_project:
|
|
104
|
-
rubygems_version: 1.8.
|
|
98
|
+
rubygems_version: 1.8.11
|
|
105
99
|
signing_key:
|
|
106
100
|
specification_version: 3
|
|
107
|
-
summary: Helpers for ruby core to make it easier to work with--things that are missing
|
|
101
|
+
summary: Helpers for ruby core to make it easier to work with--things that are missing
|
|
102
|
+
from core but should arguably be there
|
|
108
103
|
test_files: []
|
|
109
|
-
|