kyanite 0.7.5 → 0.7.6
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/Manifest.txt +1 -1
- data/{test/_start_all.rb → lib/test_all.rb} +0 -0
- data/version.rb +1 -1
- metadata +2 -2
data/Manifest.txt
CHANGED
@@ -7,6 +7,7 @@ Rakefile.rb
|
|
7
7
|
init.rb
|
8
8
|
version.rb
|
9
9
|
lib/kyanite.rb
|
10
|
+
lib/test_all.rb
|
10
11
|
lib/kyanite/array.rb
|
11
12
|
lib/kyanite/array_of_enumerables.rb
|
12
13
|
lib/kyanite/array_of_numerics.rb
|
@@ -47,7 +48,6 @@ lib/kyanite/string/split.rb
|
|
47
48
|
lib/kyanite/symbol.rb
|
48
49
|
lib/kyanite/tree.rb
|
49
50
|
lib/kyanite/undoable.rb
|
50
|
-
test/_start_all.rb
|
51
51
|
test/array/test_array.rb
|
52
52
|
test/enumerable/test_enumerable_enumerables.rb
|
53
53
|
test/enumerable/test_enumerable_numerics.rb
|
File without changes
|
data/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kyanite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -191,6 +191,7 @@ files:
|
|
191
191
|
- init.rb
|
192
192
|
- version.rb
|
193
193
|
- lib/kyanite.rb
|
194
|
+
- lib/test_all.rb
|
194
195
|
- lib/kyanite/array.rb
|
195
196
|
- lib/kyanite/array_of_enumerables.rb
|
196
197
|
- lib/kyanite/array_of_numerics.rb
|
@@ -231,7 +232,6 @@ files:
|
|
231
232
|
- lib/kyanite/symbol.rb
|
232
233
|
- lib/kyanite/tree.rb
|
233
234
|
- lib/kyanite/undoable.rb
|
234
|
-
- test/_start_all.rb
|
235
235
|
- test/array/test_array.rb
|
236
236
|
- test/enumerable/test_enumerable_enumerables.rb
|
237
237
|
- test/enumerable/test_enumerable_numerics.rb
|