zfben_rails_rake 0.0.14 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/zfben_rails_rake/tasks/mongodb.rb +1 -1
- data/zfben_rails_rake.gemspec +1 -1
- metadata +3 -3
@@ -16,7 +16,7 @@ if File.exist?(ROOT + '/config/mongoid.yml')
|
|
16
16
|
desc 'Start Mongodb'
|
17
17
|
task :start do
|
18
18
|
sys "mkdir #{ROOT}/mongo" unless File.exists?(ROOT + '/mongo')
|
19
|
-
sys "mongod --nohttpinterface --nojournal --port #{config['production']['port']} --bind_ip #{config['production']['host']} --dbpath #{
|
19
|
+
sys "mongod --nohttpinterface --nojournal --port #{config['production']['port']} --bind_ip #{config['production']['host']} --dbpath #{ROOT}/mongo --fork --logpath #{ROOT}/log/mongodb.log"
|
20
20
|
end
|
21
21
|
|
22
22
|
desc 'Stop Mongodb'
|
data/zfben_rails_rake.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zfben_rails_rake
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.15
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2011-10-28 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rainbow
|
16
|
-
requirement: &
|
16
|
+
requirement: &21215700 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *21215700
|
25
25
|
description: ''
|
26
26
|
email:
|
27
27
|
- ben@zfben.com
|