zinx 0.0.5 → 0.0.6

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.
@@ -1,12 +1,12 @@
1
- require 'test/unit'
2
- require 'zinx'
3
- require 'pp'
4
- require 'zlib'
5
-
6
- class ZinxTest < Test::Unit::TestCase
7
- def test_simple_search
8
- result = Zinx::Client.search 'something'
9
- assert result.status == 0, 'error in Sphinx'
10
- assert_equal result.error, ''
11
- end
1
+ require 'test/unit'
2
+ require 'zinx'
3
+ require 'pp'
4
+ require 'zlib'
5
+
6
+ class ZinxTest < Test::Unit::TestCase
7
+ def test_simple_search
8
+ result = Zinx::Client.search 'something'
9
+ assert result.status == 0, 'error in Sphinx'
10
+ assert_equal result.error, ''
11
+ end
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zinx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-15 00:00:00.000000000Z
12
+ date: 2012-03-23 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Simple DSL for Sphinx Search Server
15
15
  email: gabrielhora@gmail.com
@@ -17,10 +17,10 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
+ - lib/sphinx/sphinx.rb
21
+ - lib/sphinx/sphinx/response.rb
20
22
  - lib/sphinx/sphinx/client.rb
21
23
  - lib/sphinx/sphinx/request.rb
22
- - lib/sphinx/sphinx/response.rb
23
- - lib/sphinx/sphinx.rb
24
24
  - lib/zinx.rb
25
25
  - test/test.rb
26
26
  homepage: https://github.com/gabrielhora/zinx