means.gemspec in means-0.1.4 vs means.gemspec in means-1.0.0
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "means"
- s.version = "0.1.4"
+ s.version = "1.0.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nigel Lowry"]
- s.date = "2012-01-02"
+ s.date = "2012-01-21"
s.description = "Calculates the different means for a data set (arithmetic, geometric and harmonic)."
s.email = "nigel-lowry@ultra.eclipse.co.uk"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
@@ -23,18 +23,18 @@
"Gemfile.lock",
"LICENSE.txt",
"README.rdoc",
"Rakefile",
"VERSION",
- "lib/Mean.rb",
+ "lib/means.rb",
"means.gemspec",
- "spec/Mean_spec.rb",
+ "spec/means_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = "http://github.com/nigel-lowry/means"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
- s.rubygems_version = "1.8.12"
+ s.rubygems_version = "1.8.15"
s.summary = "Small gem to work out the arithmetic, harmonic and geometric means of a data set"
if s.respond_to? :specification_version then
s.specification_version = 3