josephruscio-aggregate 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +0 -1
  2. data/VERSION +1 -1
  3. data/aggregate.gemspec +2 -2
  4. metadata +2 -2
data/Rakefile CHANGED
@@ -8,7 +8,6 @@ begin
8
8
  gemspec.description = "Aggregate is a Ruby class for accumulating aggregate statistics and includes histogram support"
9
9
  gemspec.email = "jruscio@gmail.com"
10
10
  gemspec.homepage = "http://github.com/josephruscio/aggregate"
11
- gemspec.description = "TODO"
12
11
  gemspec.authors = ["Joseph Ruscio"]
13
12
  end
14
13
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
data/aggregate.gemspec CHANGED
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{aggregate}
8
- s.version = "0.1.1"
8
+ s.version = "0.1.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Joseph Ruscio"]
12
12
  s.date = %q{2009-08-16}
13
- s.description = %q{TODO}
13
+ s.description = %q{Aggregate is a Ruby class for accumulating aggregate statistics and includes histogram support}
14
14
  s.email = %q{jruscio@gmail.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: josephruscio-aggregate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joseph Ruscio
@@ -13,7 +13,7 @@ date: 2009-08-16 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
16
- description: TODO
16
+ description: Aggregate is a Ruby class for accumulating aggregate statistics and includes histogram support
17
17
  email: jruscio@gmail.com
18
18
  executables: []
19
19