similar 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,9 +1,7 @@
1
1
  # Similar
2
2
 
3
3
  Similar is a library of functions to assist in determining the similarity
4
- if arbitrary sets of data.
5
-
6
- At the moment only the calculation of pearson scores is implemented.
4
+ of arbitrary sets of data.
7
5
 
8
6
  ## Installation
9
7
 
@@ -1,3 +1,3 @@
1
1
  module Similar
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -10,10 +10,11 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["scottjbarr@gmail.com"]
11
11
  gem.description = <<-EOF
12
12
  Similar is a library of functions to assist in determining the similarity
13
- if arbitrary sets of data.
13
+ of arbitrary sets of data.
14
14
  EOF
15
15
  gem.summary = %q{Determine similarity of arbitrary sets of data}
16
16
  gem.homepage = "http://github.com/scottbarr/similar"
17
+ gem.license = 'MIT'
17
18
 
18
19
  gem.files = `git ls-files`.split($/)
19
20
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: similar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-02 00:00:00.000000000 Z
12
+ date: 2012-12-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -140,7 +140,7 @@ dependencies:
140
140
  - !ruby/object:Gem::Version
141
141
  version: '0'
142
142
  description: ! " Similar is a library of functions to assist in determining the
143
- similarity\n if arbitrary sets of data.\n"
143
+ similarity\n of arbitrary sets of data.\n"
144
144
  email:
145
145
  - scottjbarr@gmail.com
146
146
  executables: []
@@ -160,7 +160,8 @@ files:
160
160
  - spec/similar_spec.rb
161
161
  - spec/spec_helper.rb
162
162
  homepage: http://github.com/scottbarr/similar
163
- licenses: []
163
+ licenses:
164
+ - MIT
164
165
  post_install_message:
165
166
  rdoc_options: []
166
167
  require_paths: