kyanite 0.7.6 → 0.7.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ Rakefile.rb
7
7
  init.rb
8
8
  version.rb
9
9
  lib/kyanite.rb
10
- lib/test_all.rb
10
+ lib/kyanite/_test_all.rb
11
11
  lib/kyanite/array.rb
12
12
  lib/kyanite/array_of_enumerables.rb
13
13
  lib/kyanite/array_of_numerics.rb
data/version.rb CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Kyanite
4
4
 
5
- VERSION = '0.7.6'
5
+ VERSION = '0.7.7'
6
6
 
7
7
  end
8
8
 
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.6
4
+ version: 0.7.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -191,7 +191,7 @@ files:
191
191
  - init.rb
192
192
  - version.rb
193
193
  - lib/kyanite.rb
194
- - lib/test_all.rb
194
+ - lib/kyanite/_test_all.rb
195
195
  - lib/kyanite/array.rb
196
196
  - lib/kyanite/array_of_enumerables.rb
197
197
  - lib/kyanite/array_of_numerics.rb