+2
−2
+1
−1
doc/full_example.rb
0 → 100644
+640
−0
+9
−9
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -4,14 +4,14 @@ | ||
# -*- encoding: utf-8 -*-
|
||
Gem::Specification.new do |s|
|
||
s.name = "fnordmetric"
|
||
s.version = "0.6.0"
|
||
s.name = %q{fnordmetric}
|
||
s.version = "0.6.1"
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||
s.authors = ["Paul Asmuth"]
|
||
s.date = "2012-01-11"
|
||
s.description = "FnordMetric is a Ruby Event-Tracking gem on steroids"
|
||
s.email = "paul@paulasmuth.com"
|
||
s.date = %q{2012-01-12}
|
||
s.description = %q{FnordMetric is a Ruby Event-Tracking gem on steroids}
|
||
s.email = %q{paul@paulasmuth.com}
|
||
s.extra_rdoc_files = [
|
||
"README.md"
|
||
]
|
||
| @@ -22,9 +22,9 @@ Gem::Specification.new do |s| | ||
"README.md",
|
||
"Rakefile",
|
||
"VERSION",
|
||
"doc/full_example.rb",
|
||
"doc/preview1.png",
|
||
"doc/preview2.png",
|
||
"doc/ulm_stats.rb",
|
||
"doc/version",
|
||
"fnordmetric.gemspec",
|
||
"haml/app.haml",
|
||
| @@ -76,11 +76,11 @@ Gem::Specification.new do |s| | ||
"spec/widget_spec.rb",
|
||
"spec/worker_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.5.2}
|
||
s.summary = %q{FnordMetric is a Ruby Event-Tracking gem on steroids}
|
||
s.test_files = [
|
||
"spec/app_spec.rb",
|
||
"spec/context_spec.rb",
|
||
+1
−1
Loading