utilise 0.3.0.pre.alpha.pre.25 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- metadata +18 -17
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
YjE2ODE0Y2E4OGY1MzFhOGRhZmViM2UxMWRhNjRjZGUyOGMxN2E0NQ==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: ffd0c3562b22e97cc84ba93b62b4d239fc354b87
|
4
|
+
data.tar.gz: f75f9b64fc7b58c25e758905ca78355809daf20f
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
MjRjNWIxNmQwMzdlYTRlOWY3NTQyNGRhNGM4MDA4NDkzMzc1YjI2ZTZhODA3
|
11
|
-
NGQ4OTNiNTMxOWE1NmRlYzBlY2IxMjFhZTA4M2RkOTRmY2FlMGE=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
NDE3ZjlhOGMzYjIxNjg4NjFiNDVmYjMzNDZlMzA2MzNiMzFiNTI5ZDEwOWU5
|
14
|
-
OThjOTg1NDc1NTNjZjg5ZjNjOTIyZmFjMjFhZGIyMGRjODM3MWJmMDIzNTU3
|
15
|
-
YTZhNmUwMDc4ODUxZTcyNzAwMzVlNWY1NGVkMDRmY2RjNTkwNmU=
|
6
|
+
metadata.gz: 34a3b0e75e041970e5e532d72a91eebc6f3495bef32d2b70a352a37aa3bdad2fc38c2d408e4796959bf58629c33cc004114feae460ac2ef2bd41d1f6b0e559c2
|
7
|
+
data.tar.gz: 1a41372a0e82fdfda4dab02d19240d8b4d5e17c51258efa3d74d1e1bd42bbc70335ee49828f9b626b93f897ef21ef6c599c57bcfc2efef0be3ac065fa4b9d582
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: utilise
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.0
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Slaughter
|
@@ -14,42 +14,42 @@ dependencies:
|
|
14
14
|
name: rake
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '0'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: yard
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - '>='
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: coveralls
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - '>='
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - '>='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
@@ -66,19 +66,19 @@ dependencies:
|
|
66
66
|
- - ~>
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: 2.13.0
|
69
|
-
description:
|
69
|
+
description: 'Extends a few ruby classes with helpful tools, currently: X.to_bool'
|
70
70
|
email: b.p.slaughter@gmail.com
|
71
71
|
executables: []
|
72
72
|
extensions: []
|
73
73
|
extra_rdoc_files: []
|
74
74
|
files:
|
75
|
-
- License.md
|
76
75
|
- README.md
|
77
|
-
-
|
76
|
+
- License.md
|
78
77
|
- lib/utilise/bool.rb
|
79
78
|
- lib/utilise/matchers.rb
|
80
79
|
- lib/utilise/time.rb
|
81
80
|
- lib/utilise/version.rb
|
81
|
+
- lib/utilise.rb
|
82
82
|
- spec/array_spec.rb
|
83
83
|
- spec/fixnum_spec.rb
|
84
84
|
- spec/hash_spec.rb
|
@@ -97,26 +97,27 @@ require_paths:
|
|
97
97
|
- lib
|
98
98
|
required_ruby_version: !ruby/object:Gem::Requirement
|
99
99
|
requirements:
|
100
|
-
- -
|
100
|
+
- - '>='
|
101
101
|
- !ruby/object:Gem::Version
|
102
102
|
version: '0'
|
103
103
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
104
104
|
requirements:
|
105
|
-
- -
|
105
|
+
- - '>='
|
106
106
|
- !ruby/object:Gem::Version
|
107
|
-
version:
|
107
|
+
version: '0'
|
108
108
|
requirements: []
|
109
109
|
rubyforge_project:
|
110
|
-
rubygems_version: 2.
|
110
|
+
rubygems_version: 2.0.3
|
111
111
|
signing_key:
|
112
112
|
specification_version: 4
|
113
113
|
summary: Utilises a few extra tools
|
114
114
|
test_files:
|
115
115
|
- spec/array_spec.rb
|
116
116
|
- spec/fixnum_spec.rb
|
117
|
-
- spec/time_spec.rb
|
118
|
-
- spec/object_spec.rb
|
119
117
|
- spec/hash_spec.rb
|
120
|
-
- spec/symbol_spec.rb
|
121
118
|
- spec/helper.rb
|
119
|
+
- spec/object_spec.rb
|
122
120
|
- spec/string_spec.rb
|
121
|
+
- spec/symbol_spec.rb
|
122
|
+
- spec/time_spec.rb
|
123
|
+
has_rdoc:
|