daemon-ogre 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.idea/.name +1 -0
- data/.idea/.rakeTasks +7 -0
- data/.idea/daemon-ogre.iml +18 -0
- data/.idea/encodings.xml +5 -0
- data/.idea/misc.xml +42 -0
- data/.idea/modules.xml +9 -0
- data/.idea/scopes/scope_settings.xml +5 -0
- data/.idea/vcs.xml +7 -0
- data/.idea/workspace.xml +655 -0
- data/Gemfile +9 -0
- data/Gemfile.lock +26 -0
- data/LICENSE.txt +20 -0
- data/README.md +121 -0
- data/README.rdoc +115 -0
- data/Rakefile +52 -0
- data/VERSION +1 -0
- data/daemon-ogre.gemspec +69 -0
- data/lib/daemon-ogre.rb +569 -0
- data/test/helper.rb +18 -0
- data/test/test_daemon-ogre.rb +22 -0
- data/test/var/daemon.stderr.log +0 -0
- data/test/var/log/log_file_name +494 -0
- data/test/var/pid/pid_file_name +1 -0
- metadata +126 -0
data/.idea/.name
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
daemon-ogre
|
data/.idea/.rakeTasks
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<Settings><!--This file was automatically generated by Ruby plugin.
|
3
|
+
You are allowed to:
|
4
|
+
1. Remove rake task
|
5
|
+
2. Add existing rake tasks
|
6
|
+
To add existing rake tasks automatically delete this file and reload the project.
|
7
|
+
--><RakeGroup description="" fullCmd="" taksId="rake"><RakeTask description="Build gem into pkg/" fullCmd="build" taksId="build" /><RakeTask description="Remove any temporary products" fullCmd="clean" taksId="clean" /><RakeTask description="Remove any generated file" fullCmd="clobber" taksId="clobber" /><RakeTask description="Remove RDoc HTML files" fullCmd="clobber_rdoc" taksId="clobber_rdoc" /><RakeTask description="Start IRB with all runtime dependencies loaded" fullCmd="console[script]" taksId="console[script]" /><RakeGroup description="" fullCmd="" taksId="gemcutter"><RakeTask description="Release gem to Gemcutter" fullCmd="gemcutter:release" taksId="release" /></RakeGroup><RakeTask description="Generate and validate gemspec" fullCmd="gemspec" taksId="gemspec" /><RakeGroup description="" fullCmd="" taksId="gemspec"><RakeTask description="Display the gemspec for debugging purposes, as jeweler knows it (not from the filesystem)" fullCmd="gemspec:debug" taksId="debug" /><RakeTask description="Regenerate the gemspec on the filesystem" fullCmd="gemspec:generate" taksId="generate" /><RakeTask description="Regenerate and validate gemspec, and then commits and pushes to git" fullCmd="gemspec:release" taksId="release" /><RakeTask description="Validates the gemspec on the filesystem" fullCmd="gemspec:validate" taksId="validate" /></RakeGroup><RakeGroup description="" fullCmd="" taksId="git"><RakeTask description="Tag and push release to git" fullCmd="git:release" taksId="release" /></RakeGroup><RakeTask description="Build and install gem using `gem install`" fullCmd="install" taksId="install" /><RakeTask description="Build RDoc HTML files" fullCmd="rdoc" taksId="rdoc" /><RakeTask description="Release gem" fullCmd="release" taksId="release" /><RakeTask description="Rebuild RDoc HTML files" fullCmd="rerdoc" taksId="rerdoc" /><RakeTask description="Run tests" fullCmd="test" taksId="test" /><RakeTask description="Displays the current version" fullCmd="version" taksId="version" /><RakeGroup description="" fullCmd="" taksId="version"><RakeGroup description="" fullCmd="" taksId="bump"><RakeTask description="Bump the major version by 1" fullCmd="version:bump:major" taksId="major" /><RakeTask description="Bump the a minor version by 1" fullCmd="version:bump:minor" taksId="minor" /><RakeTask description="Bump the patch version by 1" fullCmd="version:bump:patch" taksId="patch" /></RakeGroup><RakeTask description="Writes out an explicit version" fullCmd="version:write" taksId="write" /></RakeGroup><RakeTask description="" fullCmd="console" taksId="console" /><RakeTask description="" fullCmd="default" taksId="default" /><RakeTask description="" fullCmd="gemspec_required" taksId="gemspec_required" /><RakeTask description="" fullCmd="rdoc/index.html" taksId="rdoc/index.html" /><RakeTask description="" fullCmd="version_required" taksId="version_required" /></RakeGroup></Settings>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module type="RUBY_MODULE" version="4">
|
3
|
+
<component name="NewModuleRootManager">
|
4
|
+
<content url="file://$MODULE_DIR$" />
|
5
|
+
<orderEntry type="inheritedJdk" />
|
6
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
7
|
+
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.3.5, RVM: ruby-1.9.3-p392) [gem]" level="application" />
|
8
|
+
<orderEntry type="library" scope="PROVIDED" name="columnize (v0.3.6, RVM: ruby-1.9.3-p392) [gem]" level="application" />
|
9
|
+
<orderEntry type="library" scope="PROVIDED" name="debugger (v1.5.0, RVM: ruby-1.9.3-p392) [gem]" level="application" />
|
10
|
+
<orderEntry type="library" scope="PROVIDED" name="debugger-linecache (v1.2.0, RVM: ruby-1.9.3-p392) [gem]" level="application" />
|
11
|
+
<orderEntry type="library" scope="PROVIDED" name="debugger-ruby_core_source (v1.2.0, RVM: ruby-1.9.3-p392) [gem]" level="application" />
|
12
|
+
<orderEntry type="library" scope="PROVIDED" name="git (v1.2.5, RVM: ruby-1.9.3-p392) [gem]" level="application" />
|
13
|
+
<orderEntry type="library" scope="PROVIDED" name="jeweler (v1.8.4, RVM: ruby-1.9.3-p392) [gem]" level="application" />
|
14
|
+
<orderEntry type="library" scope="PROVIDED" name="rake (v10.0.4, RVM: ruby-1.9.3-p392) [gem]" level="application" />
|
15
|
+
<orderEntry type="library" scope="PROVIDED" name="rdoc (v3.9.5, RVM: ruby-1.9.3-p392) [gem]" level="application" />
|
16
|
+
</component>
|
17
|
+
</module>
|
18
|
+
|
data/.idea/encodings.xml
ADDED
data/.idea/misc.xml
ADDED
@@ -0,0 +1,42 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ProjectInspectionProfilesVisibleTreeState">
|
4
|
+
<entry key="Project Default">
|
5
|
+
<profile-state>
|
6
|
+
<expanded-state>
|
7
|
+
<State>
|
8
|
+
<id />
|
9
|
+
</State>
|
10
|
+
</expanded-state>
|
11
|
+
<selected-state>
|
12
|
+
<State>
|
13
|
+
<id>CSS</id>
|
14
|
+
</State>
|
15
|
+
</selected-state>
|
16
|
+
</profile-state>
|
17
|
+
</entry>
|
18
|
+
</component>
|
19
|
+
<component name="ProjectResources">
|
20
|
+
<default-html-doctype>$APPLICATION_HOME_DIR$/lib/rubymine.jar!/resources/html5-schema/html5.rnc</default-html-doctype>
|
21
|
+
</component>
|
22
|
+
<component name="ProjectRootManager" version="2" project-jdk-name="RVM: ruby-1.9.3-p392" project-jdk-type="RUBY_SDK" />
|
23
|
+
<component name="SvnConfiguration" maxAnnotateRevisions="500" myUseAcceleration="nothing" myAutoUpdateAfterCommit="false" cleanupOnStartRun="false">
|
24
|
+
<option name="USER" value="" />
|
25
|
+
<option name="PASSWORD" value="" />
|
26
|
+
<option name="mySSHConnectionTimeout" value="30000" />
|
27
|
+
<option name="mySSHReadTimeout" value="30000" />
|
28
|
+
<option name="LAST_MERGED_REVISION" />
|
29
|
+
<option name="MERGE_DRY_RUN" value="false" />
|
30
|
+
<option name="MERGE_DIFF_USE_ANCESTRY" value="true" />
|
31
|
+
<option name="UPDATE_LOCK_ON_DEMAND" value="false" />
|
32
|
+
<option name="IGNORE_SPACES_IN_MERGE" value="false" />
|
33
|
+
<option name="DETECT_NESTED_COPIES" value="true" />
|
34
|
+
<option name="CHECK_NESTED_FOR_QUICK_MERGE" value="false" />
|
35
|
+
<option name="IGNORE_SPACES_IN_ANNOTATE" value="true" />
|
36
|
+
<option name="SHOW_MERGE_SOURCES_IN_ANNOTATE" value="true" />
|
37
|
+
<option name="FORCE_UPDATE" value="false" />
|
38
|
+
<option name="IGNORE_EXTERNALS" value="false" />
|
39
|
+
<myIsUseDefaultProxy>false</myIsUseDefaultProxy>
|
40
|
+
</component>
|
41
|
+
</project>
|
42
|
+
|
data/.idea/modules.xml
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project version="4">
|
3
|
+
<component name="ProjectModuleManager">
|
4
|
+
<modules>
|
5
|
+
<module fileurl="file://$PROJECT_DIR$/.idea/daemon-ogre.iml" filepath="$PROJECT_DIR$/.idea/daemon-ogre.iml" />
|
6
|
+
</modules>
|
7
|
+
</component>
|
8
|
+
</project>
|
9
|
+
|