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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/theusual.rb +1 -1
  3. metadata +2 -26
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d35f965de136645227b101c3dbc948e09f69704
4
- data.tar.gz: 24cfeec64ea6e738575d21ca496d07c4619e224d
3
+ metadata.gz: f75c8e5f5477154ae8374e32dfc258210db9e810
4
+ data.tar.gz: 8cbbfe9b3d3791bb856c40ad33ddb7cc2040de8c
5
5
  SHA512:
6
- metadata.gz: ccebdfa7247d0e2ff714f7762bc9f1bc9d7f1c6c26d0ca380edc3a1e1c269cd1bd47b5b82cb0e7aa4d301c354900225bfbd0d7b5e9b52642d5442e4b482d202f
7
- data.tar.gz: 11881d146b47a2d59814c0ee5e967159487a7ebc73865e920f8c38814d85035ad9747e2eabd16527e94e56f97c632f5ce27dfbfe80052242643ea371ec4a20db
6
+ metadata.gz: 5435fb0b05648f38175df7ba94df2aeb5804a6eea6c81e6a12db0eb1c90f18878d25a584bcfd32a5f1ba04c12dde6f623e12eb2cc218f463c46901d7b2086bbb
7
+ data.tar.gz: b9344a37d8ab05a0c28849b808363ce2196b0aa7bf0152bceeb9287fa0b836889180506264da906d2394cb32375a601a571a399bb418f75e7eeadf3722bceaa0
@@ -1,5 +1,5 @@
1
1
  module TheUsual
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
 
4
4
  MODULES = [
5
5
  'array',
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.1
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: []