array_metrics 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
- # coding: UTF-8
1
+ # encoding: UTF-8
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "array_metrics"
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ["Ricardo Panaggio"]
8
8
  s.email = ["panaggio.ricardo@gmail.com"]
@@ -12,6 +12,6 @@ Gem::Specification.new do |s|
12
12
  s.files = `git ls-files`.split("\n")
13
13
  s.test_files = `git ls-files spec`.split("\n")
14
14
  s.has_rdoc = true
15
- s.require_path = 'lib'
16
- s.add_runtime_dependency "rspec", "~> 2.0"
15
+ s.require_paths = ["lib"]
16
+ s.add_development_dependency "rspec", "~> 2.0"
17
17
  end
@@ -1,2 +1,2 @@
1
- require "lib/array_metrics/common.rb"
2
- require "lib/array_metrics/pearson_correlation.rb"
1
+ require "array_metrics/common"
2
+ require "array_metrics/pearson_correlation"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: array_metrics
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ricardo Panaggio
@@ -31,7 +31,7 @@ dependencies:
31
31
  - 2
32
32
  - 0
33
33
  version: "2.0"
34
- type: :runtime
34
+ type: :development
35
35
  version_requirements: *id001
36
36
  description: A bundle (not that much by now) of metrics for Arrays
37
37
  email: