ambitious-sphinx 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/ambitious-sphinx.gemspec +6 -6
  2. metadata +3 -3
@@ -1,16 +1,16 @@
1
1
 
2
- # Gem::Specification for Ambitious-sphinx-0.1.0
2
+ # Gem::Specification for Ambitious-sphinx-0.1.1
3
3
  # Originally generated by Echoe
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = %q{ambitious-sphinx}
7
- s.version = "0.1.0"
7
+ s.version = "0.1.1"
8
8
 
9
9
  s.specification_version = 2 if s.respond_to? :specification_version=
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["Josh Nichols"]
13
- s.date = %q{2008-02-29}
13
+ s.date = %q{2008-03-01}
14
14
  s.description = %q{An ambitious adapter for sphinx}
15
15
  s.email = %q{josh@technicalpickles.com}
16
16
  s.files = ["ambitious-sphinx.gemspec", "config/ultrasphinx/default.base", "config/ultrasphinx/development.conf", "lib/ambition/adapters/ambitious_sphinx/base.rb", "lib/ambition/adapters/ambitious_sphinx/query.rb", "lib/ambition/adapters/ambitious_sphinx/select.rb", "lib/ambition/adapters/ambitious_sphinx/slice.rb", "lib/ambition/adapters/ambitious_sphinx/sort.rb", "lib/ambition/adapters/ambitious_sphinx.rb", "LICENSE", "Manifest", "README", "test/helper.rb", "test/select_test.rb", "test/slice_test.rb", "test/sort_test.rb"]
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
23
23
  s.test_files = ["test/select_test.rb", "test/slice_test.rb", "test/sort_test.rb"]
24
24
 
25
25
  s.add_dependency(%q<ultrasphinx>, [">= 1.7"])
26
- s.add_dependency(%q<ambition>, [">= 0.5.0"])
26
+ s.add_dependency(%q<ambition>, [">= 0.5.2"])
27
27
  end
28
28
 
29
29
 
@@ -46,8 +46,8 @@ end
46
46
  # p.project = 'ambitioussphinx'
47
47
  # p.url = 'http://ambitioussphinx.rubyforge.org/'
48
48
  # p.test_pattern = 'test/*_test.rb'
49
- # p.version = '0.1.0'
50
- # p.dependencies << 'ambition >=0.5.0'
49
+ # p.version = '0.1.1'
50
+ # p.dependencies << 'ambition >=0.5.2'
51
51
  # end
52
52
  #
53
53
  # rescue LoadError
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ambitious-sphinx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Nichols
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-02-29 00:00:00 -05:00
12
+ date: 2008-03-01 00:00:00 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -28,7 +28,7 @@ dependencies:
28
28
  requirements:
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 0.5.0
31
+ version: 0.5.2
32
32
  version:
33
33
  description: An ambitious adapter for sphinx
34
34
  email: josh@technicalpickles.com