epitools 0.1.8 → 0.1.9
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.
- data/VERSION +1 -1
- data/epitools.gemspec +8 -8
- data/lib/epitools.rb +0 -1
- data/lib/epitools/basetypes.rb +1 -1
- metadata +8 -8
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.9
|
data/epitools.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{epitools}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.9"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["epitron"]
|
|
12
|
-
s.date = %q{2010-07-
|
|
12
|
+
s.date = %q{2010-07-21}
|
|
13
13
|
s.description = %q{Miscellaneous utility libraries to make my life easier.}
|
|
14
14
|
s.email = %q{chris@ill-logic.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -54,14 +54,14 @@ Gem::Specification.new do |s|
|
|
|
54
54
|
s.rubygems_version = %q{1.3.7}
|
|
55
55
|
s.summary = %q{NOT UTILS... METILS!}
|
|
56
56
|
s.test_files = [
|
|
57
|
-
"spec/
|
|
58
|
-
"spec/lcs_spec.rb",
|
|
59
|
-
"spec/rash_spec.rb",
|
|
60
|
-
"spec/metaclass_spec.rb",
|
|
57
|
+
"spec/rash_spec.rb",
|
|
61
58
|
"spec/ratio_spec.rb",
|
|
59
|
+
"spec/metaclass_spec.rb",
|
|
60
|
+
"spec/basetypes_spec.rb",
|
|
61
|
+
"spec/lcs_spec.rb",
|
|
62
|
+
"spec/zopen_spec.rb",
|
|
62
63
|
"spec/permutations_spec.rb",
|
|
63
|
-
"spec/spec_helper.rb"
|
|
64
|
-
"spec/basetypes_spec.rb"
|
|
64
|
+
"spec/spec_helper.rb"
|
|
65
65
|
]
|
|
66
66
|
|
|
67
67
|
if s.respond_to? :specification_version then
|
data/lib/epitools.rb
CHANGED
data/lib/epitools/basetypes.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: epitools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 9
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 9
|
|
10
|
+
version: 0.1.9
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- epitron
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-07-
|
|
18
|
+
date: 2010-07-21 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -109,11 +109,11 @@ signing_key:
|
|
|
109
109
|
specification_version: 3
|
|
110
110
|
summary: NOT UTILS... METILS!
|
|
111
111
|
test_files:
|
|
112
|
-
- spec/zopen_spec.rb
|
|
113
|
-
- spec/lcs_spec.rb
|
|
114
112
|
- spec/rash_spec.rb
|
|
115
|
-
- spec/metaclass_spec.rb
|
|
116
113
|
- spec/ratio_spec.rb
|
|
114
|
+
- spec/metaclass_spec.rb
|
|
115
|
+
- spec/basetypes_spec.rb
|
|
116
|
+
- spec/lcs_spec.rb
|
|
117
|
+
- spec/zopen_spec.rb
|
|
117
118
|
- spec/permutations_spec.rb
|
|
118
119
|
- spec/spec_helper.rb
|
|
119
|
-
- spec/basetypes_spec.rb
|