accumulators 0.1.2 → 0.1.4
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/Rakefile +1 -1
- data/VERSION +1 -1
- data/accumulators.gemspec +3 -3
- metadata +5 -5
data/Rakefile
CHANGED
|
@@ -15,7 +15,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
15
15
|
gem.name = "accumulators"
|
|
16
16
|
gem.homepage = "http://github.com/hgavin/accumulators"
|
|
17
17
|
gem.license = "MIT"
|
|
18
|
-
gem.summary = %Q{
|
|
18
|
+
gem.summary = %Q{Statistical accumulators for Ruby}
|
|
19
19
|
gem.description = %Q{Statistical accumulators for Ruby}
|
|
20
20
|
gem.email = "gavin@heavyside.co.uk"
|
|
21
21
|
gem.authors = ["Gavin Heavyside"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.4
|
data/accumulators.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{accumulators}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Gavin Heavyside"]
|
|
12
|
-
s.date = %q{2010-11-
|
|
12
|
+
s.date = %q{2010-11-28}
|
|
13
13
|
s.description = %q{Statistical accumulators for Ruby}
|
|
14
14
|
s.email = %q{gavin@heavyside.co.uk}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -43,7 +43,7 @@ Gem::Specification.new do |s|
|
|
|
43
43
|
s.licenses = ["MIT"]
|
|
44
44
|
s.require_paths = ["lib"]
|
|
45
45
|
s.rubygems_version = %q{1.3.7}
|
|
46
|
-
s.summary = %q{
|
|
46
|
+
s.summary = %q{Statistical accumulators for Ruby}
|
|
47
47
|
s.test_files = [
|
|
48
48
|
"spec/accumulators/count_spec.rb",
|
|
49
49
|
"spec/accumulators/mean_spec.rb",
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 4
|
|
9
|
+
version: 0.1.4
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Gavin Heavyside
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-11-
|
|
17
|
+
date: 2010-11-28 00:00:00 +00:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -120,7 +120,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
120
120
|
requirements:
|
|
121
121
|
- - ">="
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
|
-
hash:
|
|
123
|
+
hash: 1394883628084215565
|
|
124
124
|
segments:
|
|
125
125
|
- 0
|
|
126
126
|
version: "0"
|
|
@@ -138,7 +138,7 @@ rubyforge_project:
|
|
|
138
138
|
rubygems_version: 1.3.7
|
|
139
139
|
signing_key:
|
|
140
140
|
specification_version: 3
|
|
141
|
-
summary:
|
|
141
|
+
summary: Statistical accumulators for Ruby
|
|
142
142
|
test_files:
|
|
143
143
|
- spec/accumulators/count_spec.rb
|
|
144
144
|
- spec/accumulators/mean_spec.rb
|