sphinx_search 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 31acc521ca2064de60070d5ce91e8e9610e43c1e
4
+ data.tar.gz: 3c407bfbb98c9bb2bd1df12454852c278b378d16
5
+ SHA512:
6
+ metadata.gz: 30662f322236c0151ef8b9120d32cb469db4bc39b23fa3e00f61bb7c9e87292d54c98f02baaa6d86e6b695db02ec7acc5b4f90ce39e0d936fbe856b5f61b571e
7
+ data.tar.gz: b4183edf878f63f3926fddd71a0ab7831927c0ed78bedf35c56721f76c6a6e2c6307ef7b31710ee56f666478a00af646cbfc83c03f19b1ee041f1baf67979e15
@@ -0,0 +1,21 @@
1
+ Copyright (c) 2011 Artem Rufanov
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
+
data/README ADDED
@@ -0,0 +1 @@
1
+ # Sphinx Search
@@ -0,0 +1,3 @@
1
+ ##
2
+ # Sphinx Search
3
+ ##
@@ -0,0 +1,12 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = 'sphinx_search'
3
+ s.version = '0.0.0'
4
+ s.date = '2014-02-18'
5
+ s.summary = 'Sphinx Search'
6
+ s.description = 'Sphinx Search'
7
+ s.authors = ['Artem Rufanov']
8
+ s.email = 'developers@majoron.com'
9
+ s.files = Dir.glob("**/*")
10
+ s.homepage = 'http://rubygems.org/gems/sphinx_search'
11
+ s.license = 'MIT'
12
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sphinx_search
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Artem Rufanov
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-02-18 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Sphinx Search
14
+ email: developers@majoron.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - MIT-LICENSE
20
+ - README
21
+ - lib/sphinx_search.rb
22
+ - sphinx_search.gemspec
23
+ homepage: http://rubygems.org/gems/sphinx_search
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubyforge_project:
43
+ rubygems_version: 2.2.2
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Sphinx Search
47
+ test_files: []