theusual 0.0.1 → 0.0.2
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 +4 -4
- data/lib/theusual.rb +1 -1
- metadata +2 -26
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f75c8e5f5477154ae8374e32dfc258210db9e810
|
|
4
|
+
data.tar.gz: 8cbbfe9b3d3791bb856c40ad33ddb7cc2040de8c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5435fb0b05648f38175df7ba94df2aeb5804a6eea6c81e6a12db0eb1c90f18878d25a584bcfd32a5f1ba04c12dde6f623e12eb2cc218f463c46901d7b2086bbb
|
|
7
|
+
data.tar.gz: b9344a37d8ab05a0c28849b808363ce2196b0aa7bf0152bceeb9287fa0b836889180506264da906d2394cb32375a601a571a399bb418f75e7eeadf3722bceaa0
|
data/lib/theusual.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: theusual
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Pepper
|
|
@@ -24,31 +24,7 @@ dependencies:
|
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '10'
|
|
27
|
-
description:
|
|
28
|
-
TheUsual
|
|
29
|
-
======
|
|
30
|
-
|
|
31
|
-
A handful of useful hacks...good for any project
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
#### Install
|
|
35
|
-
```gem install theusual```
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
#### Usage
|
|
39
|
-
```
|
|
40
|
-
require 'theusual'
|
|
41
|
-
TheUsual::load :all
|
|
42
|
-
|
|
43
|
-
Hash.map [:a, :b, :c] do |v|
|
|
44
|
-
[ v, v ]
|
|
45
|
-
end
|
|
46
|
-
=> { a: :a, b: :b, c: :c }
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
[:a, nil, '', :b].compact :blanks
|
|
50
|
-
=> [ :a, :b ]
|
|
51
|
-
```
|
|
27
|
+
description: A handful of useful hacks...good for any project
|
|
52
28
|
email:
|
|
53
29
|
executables: []
|
|
54
30
|
extensions: []
|