Skip to content

Commit

Permalink
Regenerate gemspec for version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Asmuth committed Nov 5, 2011
1 parent d9deb0f commit a4c0db8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions fnordmetric.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = "fnordmetric"
s.name = %q{fnordmetric}
s.version = "0.3.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Paul Asmuth"]
s.date = "2011-11-04"
s.description = "FnordMetric is a Ruby Event-Tracking gem on steroids"
s.email = "paul@paulasmuth.com"
s.date = %q{2011-11-05}
s.description = %q{FnordMetric is a Ruby Event-Tracking gem on steroids}
s.email = %q{paul@paulasmuth.com}
s.files = [
".document",
"Gemfile",
Expand Down Expand Up @@ -74,11 +74,11 @@ Gem::Specification.new do |s|
"spec/sum_metric_spec.rb",
"spec/widget_spec.rb"
]
s.homepage = "http://github.com/paulasmuth/fnordmetric"
s.homepage = %q{http://github.com/paulasmuth/fnordmetric}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.10"
s.summary = "FnordMetric is a Ruby Event-Tracking gem on steroids"
s.rubygems_version = %q{1.6.2}
s.summary = %q{FnordMetric is a Ruby Event-Tracking gem on steroids}
s.test_files = [
"spec/app_spec.rb",
"spec/cache_spec.rb",
Expand Down

0 comments on commit a4c0db8

Please sign in to comment.