Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
1.0.3
  • Loading branch information
pat committed Jun 11, 2012
1 parent dbbdf11 commit a47d7ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.2 1.0.3
6 changes: 3 additions & 3 deletions ts-datetime-delta.gemspec
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = "ts-datetime-delta" s.name = "ts-datetime-delta"
s.version = "1.0.2" s.version = "1.0.3"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Pat Allan"] s.authors = ["Pat Allan"]
s.date = "2011-12-24" s.date = "2012-06-11"
s.description = "Manage delta indexes via datetime columns for Thinking Sphinx" s.description = "Manage delta indexes via datetime columns for Thinking Sphinx"
s.email = "pat@freelancing-gods.com" s.email = "pat@freelancing-gods.com"
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand All @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
] ]
s.homepage = "http://github.com/freelancing-god/ts-datetime-delta" s.homepage = "http://github.com/freelancing-god/ts-datetime-delta"
s.require_paths = ["lib"] s.require_paths = ["lib"]
s.rubygems_version = "1.8.10" s.rubygems_version = "1.8.16"
s.summary = "Thinking Sphinx - Datetime Deltas" s.summary = "Thinking Sphinx - Datetime Deltas"
s.test_files = ["features/step_definitions/common_steps.rb", "features/step_definitions/datetime_delta_steps.rb", "features/support/db/fixtures/thetas.rb", "features/support/db/migrations/create_thetas.rb", "features/support/env.rb", "features/support/models/theta.rb", "features/datetime_deltas.feature", "features/support/database.example.yml", "spec/spec.opts", "spec/spec_helper.rb", "spec/thinking_sphinx", "spec/thinking_sphinx/deltas", "spec/thinking_sphinx/deltas/datetime_delta_spec.rb"] s.test_files = ["features/step_definitions/common_steps.rb", "features/step_definitions/datetime_delta_steps.rb", "features/support/db/fixtures/thetas.rb", "features/support/db/migrations/create_thetas.rb", "features/support/env.rb", "features/support/models/theta.rb", "features/datetime_deltas.feature", "features/support/database.example.yml", "spec/spec.opts", "spec/spec_helper.rb", "spec/thinking_sphinx", "spec/thinking_sphinx/deltas", "spec/thinking_sphinx/deltas/datetime_delta_spec.rb"]


Expand Down

0 comments on commit a47d7ba

Please sign in to comment.