This repository has been archived by the owner on Aug 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate gemspec for version 2.10.0
- Loading branch information
Showing
1 changed file
with
2 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ | |
|
||
Gem::Specification.new do |s| | ||
s.name = %q{analytical} | ||
s.version = "2.9.0" | ||
s.version = "2.10.0" | ||
|
||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= | ||
s.authors = ["Joshua Krall", "Nathan Phelps", "Adam Anderson", "Kevin Menard", "Ablyamitov Ablyamit", "Kurt Werle", "Olivier Lauzon"] | ||
s.date = %q{2011-04-20} | ||
s.date = %q{2011-06-29} | ||
s.description = %q{Gem for managing multiple analytics services in your rails app.} | ||
s.email = %q{[email protected]} | ||
s.extra_rdoc_files = [ | ||
|
@@ -126,25 +126,6 @@ Gem::Specification.new do |s| | |
s.require_paths = ["lib"] | ||
s.rubygems_version = %q{1.3.7} | ||
s.summary = %q{Gem for managing multiple analytics services in your rails app.} | ||
s.test_files = [ | ||
"spec/analytical/api_spec.rb", | ||
"spec/analytical/bot_detector_spec.rb", | ||
"spec/analytical/command_store_spec.rb", | ||
"spec/analytical/modules/adroll_spec.rb", | ||
"spec/analytical/modules/adwords_spec.rb", | ||
"spec/analytical/modules/base_spec.rb", | ||
"spec/analytical/modules/chartbeat_spec.rb", | ||
"spec/analytical/modules/clicky_spec.rb", | ||
"spec/analytical/modules/comscore_spec.rb", | ||
"spec/analytical/modules/google_spec.rb", | ||
"spec/analytical/modules/kiss_metrics_spec.rb", | ||
"spec/analytical/modules/mixpanel_spec.rb", | ||
"spec/analytical/modules/optimizely_spec.rb", | ||
"spec/analytical/modules/quantcast.rb", | ||
"spec/analytical/session_command_store_spec.rb", | ||
"spec/analytical_spec.rb", | ||
"spec/spec_helper.rb" | ||
] | ||
|
||
if s.respond_to? :specification_version then | ||
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION | ||
|