mug 0.2.4 → 0.2.5

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.
metadata CHANGED
@@ -1,96 +1,104 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Matthew Kerwin
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2014-09-20 00:00:00.000000000 Z
12
+ date: 2014-10-08 00:00:00.000000000 Z
12
13
  dependencies: []
13
- description: |
14
- == MUG: Matty's Ultimate Gem
14
+ description: ! '== MUG: Matty''s Ultimate Gem
15
+
15
16
 
16
17
  A collection of wonders to astound the mind!!
17
18
 
19
+
18
20
  See the documentation at <https://github.com/phluid61/mug>.
21
+
22
+ '
19
23
  email:
20
24
  - matthew@kerwin.net.au
21
25
  executables: []
22
26
  extensions: []
23
27
  extra_rdoc_files: []
24
28
  files:
29
+ - lib/mug/tau.rb
30
+ - lib/mug/hash/operations.rb
31
+ - lib/mug/hash/map.rb
32
+ - lib/mug/top.rb
25
33
  - lib/mug/and-or.rb
26
- - lib/mug/apply.rb
27
- - lib/mug/array/extend.rb
28
- - lib/mug/array.rb
29
34
  - lib/mug/bool.rb
30
- - lib/mug/fragile-method-chain.rb
31
- - lib/mug/hash/map.rb
32
- - lib/mug/hash/operations.rb
33
- - lib/mug/hash.rb
34
- - lib/mug/hashmap.rb
35
- - lib/mug/hashop.rb
36
35
  - lib/mug/iterator/for.rb
37
36
  - lib/mug/iterator/method.rb
38
- - lib/mug/iterator.rb
39
- - lib/mug/iterator_c.rb
37
+ - lib/mug/hash.rb
40
38
  - lib/mug/maybe.rb
41
39
  - lib/mug/self.rb
42
- - lib/mug/tau.rb
40
+ - lib/mug/array.rb
41
+ - lib/mug/apply.rb
43
42
  - lib/mug/to_h.rb
43
+ - lib/mug/array/extend.rb
44
+ - lib/mug/fragile-method-chain.rb
45
+ - lib/mug/hashmap.rb
46
+ - lib/mug/iterator_c.rb
47
+ - lib/mug/hashop.rb
48
+ - lib/mug/iterator.rb
44
49
  - lib/mug.rb
45
50
  - test/test-and-or.rb
46
- - test/test-array-extend.rb
47
- - test/test-bool.rb
48
- - test/test-fragile-method-chain.rb
49
- - test/test-hashmap.rb
50
51
  - test/test-hashop.rb
51
52
  - test/test-iterator-for.rb
52
- - test/test-iterator-method.rb
53
- - test/test-maybe.rb
54
- - test/test-self.rb
53
+ - test/test-hashmap.rb
55
54
  - test/test-tau.rb
56
- - test/test-to_h.rb
57
55
  - test/test_apply.rb
56
+ - test/test-bool.rb
57
+ - test/test-top.rb
58
+ - test/test-to_h.rb
59
+ - test/test-array-extend.rb
60
+ - test/test-self.rb
61
+ - test/test-iterator-method.rb
62
+ - test/test-maybe.rb
63
+ - test/test-fragile-method-chain.rb
58
64
  homepage: http://phluid61.github.com/mug
59
65
  licenses:
60
66
  - ISC License
61
- metadata: {}
62
67
  post_install_message:
63
68
  rdoc_options: []
64
69
  require_paths:
65
70
  - lib
66
71
  required_ruby_version: !ruby/object:Gem::Requirement
72
+ none: false
67
73
  requirements:
68
- - - '>='
74
+ - - ! '>='
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  required_rubygems_version: !ruby/object:Gem::Requirement
78
+ none: false
72
79
  requirements:
73
- - - '>='
80
+ - - ! '>='
74
81
  - !ruby/object:Gem::Version
75
82
  version: '0'
76
83
  requirements: []
77
84
  rubyforge_project:
78
- rubygems_version: 2.0.3
85
+ rubygems_version: 1.8.23
79
86
  signing_key:
80
- specification_version: 4
81
- summary: 'MUG: Matty''s Ultimate Gem'
87
+ specification_version: 3
88
+ summary: ! 'MUG: Matty''s Ultimate Gem'
82
89
  test_files:
83
90
  - test/test-and-or.rb
84
- - test/test-array-extend.rb
85
- - test/test-bool.rb
86
- - test/test-fragile-method-chain.rb
87
- - test/test-hashmap.rb
88
91
  - test/test-hashop.rb
89
92
  - test/test-iterator-for.rb
90
- - test/test-iterator-method.rb
91
- - test/test-maybe.rb
92
- - test/test-self.rb
93
+ - test/test-hashmap.rb
93
94
  - test/test-tau.rb
94
- - test/test-to_h.rb
95
95
  - test/test_apply.rb
96
+ - test/test-bool.rb
97
+ - test/test-top.rb
98
+ - test/test-to_h.rb
99
+ - test/test-array-extend.rb
100
+ - test/test-self.rb
101
+ - test/test-iterator-method.rb
102
+ - test/test-maybe.rb
103
+ - test/test-fragile-method-chain.rb
96
104
  has_rdoc: true
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 7df248ff5d52dd3e3e1cf6013d34396e5b18b6e6
4
- data.tar.gz: b3763159ff1dd730f3c430f6f530ce6b9b81e9a6
5
- SHA512:
6
- metadata.gz: 1abdd9d4aed84c1e0fe9d0052e63bb928f55c5a39387c35f8e53cbe943c6385191283cc459e0e65fb5f49c338ef310c1a4117bfdb7a9c93e74c0598a336d1550
7
- data.tar.gz: 17c75ae295933e5a21bc1a626bca13010213ab1d0a2c1c271ef7a80affb01a284ea8c5aebc29b5d20aa7d893359f769ed839701c1d37780a072e81d31d061e43