mama_search 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -32,7 +32,7 @@ This installs the following directories and files:
32
32
  ## Rake tasks
33
33
 
34
34
  <pre>
35
- rake elasticsearch:start
35
+ rake es:start
36
36
  </pre>
37
37
 
38
38
  Start elasticsearch. Elasticsearch is run in the foreground and should be stopped via <code>Ctrl+C</code>.
@@ -1,6 +1,6 @@
1
1
  require 'rake'
2
2
 
3
- namespace :elasticsearch do
3
+ namespace :es do
4
4
  desc 'Start elasticsearch'
5
5
  task :start do
6
6
  sh 'elasticsearch/server/bin/elasticsearch -f'
@@ -1,3 +1,3 @@
1
1
  module MamaSearch
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Grant Rodgers