supplement 1.6 → 1.6.1
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 +8 -8
- data/README +1 -6
- metadata +8 -4
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MGY0Y2M4OGFjNTc5Zjg1OGVmNTU3NzFlMzhkZDhkNjlhMWQxNGNkMQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZjcyODM0M2VjYWI1NWI3MDE0YzBlYzRjZTYxMDc0MzAwMTRkNmQ0Nw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
Y2ZmZjRlY2MwOTVhMGFlNDlkNjgxZDM5NTRlYzQ5OWU3NTUxNGI3NTA0Y2Zh
|
|
10
|
+
MGI1ZWY2MDc5ODU2MTkxMjY5ZjhhYjRmNWU2ZDg4ODM0MzczM2JjYzdiZjA4
|
|
11
|
+
YzFiNWM4YWFiNWEwYTY5OWFkY2EzMjhiYTc3NjQwMDY1ZjdjODM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NzQ2ODFjZjQ4MDg4NDU5OWYwYmRjNTJmMjYxMjlkNmY1NTNhNjgzNDVjODc0
|
|
14
|
+
YzExNGMzOTg1NjNiZTE0MDRhYWRmZjQ3MzQ2NWI1ZWFjOGQ0NDc3YTNkMzY4
|
|
15
|
+
ZjlkYTdhN2M2MWIzNWI2MGE0MmYzYjYyZDc2NzBlMTYxNDE4MGI=
|
data/README
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
= supplement 1.6 -- Useful Ruby enhancements
|
|
1
|
+
= supplement 1.6.1 -- Useful Ruby enhancements
|
|
2
2
|
|
|
3
3
|
Some simple Ruby extensions.
|
|
4
4
|
|
|
@@ -43,8 +43,3 @@ Now here it is where I can just point to.
|
|
|
43
43
|
* File system stats
|
|
44
44
|
* File#flockb using a block
|
|
45
45
|
|
|
46
|
-
== Warning
|
|
47
|
-
|
|
48
|
-
The RDoc in this project doesn't work properly. If in doubt, refer to the
|
|
49
|
-
source code.
|
|
50
|
-
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: supplement
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bertram Scharpf
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-
|
|
11
|
+
date: 2013-10-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: autorake
|
|
@@ -51,11 +51,15 @@ files:
|
|
|
51
51
|
- examples/teatimer
|
|
52
52
|
- README
|
|
53
53
|
- LICENSE
|
|
54
|
-
homepage: http://www.bertram-scharpf.de
|
|
54
|
+
homepage: http://www.bertram-scharpf.de/software/supplement
|
|
55
55
|
licenses: []
|
|
56
56
|
metadata: {}
|
|
57
57
|
post_install_message:
|
|
58
|
-
rdoc_options:
|
|
58
|
+
rdoc_options:
|
|
59
|
+
- --charset
|
|
60
|
+
- utf-8
|
|
61
|
+
- --main
|
|
62
|
+
- README
|
|
59
63
|
require_paths:
|
|
60
64
|
- lib
|
|
61
65
|
required_ruby_version: !ruby/object:Gem::Requirement
|