descriptive-statistics 0.0.1 → 0.0.2
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.
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
|
|
|
11
11
|
gem.description = %q{Descriptive Statistics Calculator}
|
|
12
12
|
gem.summary = %q{Simply calculate measures of central tendency (e.g. mean, median mode), dispersion (e.g. range
|
|
13
13
|
and quartiles), and spread (e.g variance and standard deviation)}
|
|
14
|
-
gem.homepage = "https://github.com/jtescher/descriptive-
|
|
14
|
+
gem.homepage = "https://github.com/jtescher/descriptive-statistics"
|
|
15
15
|
|
|
16
16
|
gem.files = `git ls-files`.split($/)
|
|
17
17
|
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: descriptive-statistics
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -62,7 +62,7 @@ files:
|
|
|
62
62
|
- lib/descriptive-statistics/version.rb
|
|
63
63
|
- spec/lib/descriptive-statistics/central_tendency_spec.rb
|
|
64
64
|
- spec/spec_helper.rb
|
|
65
|
-
homepage: https://github.com/jtescher/descriptive-
|
|
65
|
+
homepage: https://github.com/jtescher/descriptive-statistics
|
|
66
66
|
licenses: []
|
|
67
67
|
post_install_message:
|
|
68
68
|
rdoc_options: []
|
|
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
76
76
|
version: '0'
|
|
77
77
|
segments:
|
|
78
78
|
- 0
|
|
79
|
-
hash:
|
|
79
|
+
hash: 3988520921431193355
|
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
81
81
|
none: false
|
|
82
82
|
requirements:
|
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
85
85
|
version: '0'
|
|
86
86
|
segments:
|
|
87
87
|
- 0
|
|
88
|
-
hash:
|
|
88
|
+
hash: 3988520921431193355
|
|
89
89
|
requirements: []
|
|
90
90
|
rubyforge_project:
|
|
91
91
|
rubygems_version: 1.8.24
|