zeus 0.10.0.pre3 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
Binary file
@@ -4,7 +4,7 @@
4
4
  .TH "ZEUS" "1" "September 2012" "" ""
5
5
  .
6
6
  .SH "NAME"
7
- \fBzeus\fR \- preload development tasks for slow codebases
7
+ \fBzeus\fR \- boot rails in under a second
8
8
  .
9
9
  .SH "SYNOPSIS"
10
10
  \fBzeus\fR [\-\-no\-color] COMMAND [ARGS]
@@ -13,19 +13,31 @@
13
13
  Zeus makes working with large codebases much less painful\.
14
14
  .
15
15
  .P
16
+ To use Zeus with Ruby on Rails 3\.0+, Just run \fBzeus init\fR in your project directory, then run \fBzeus start\fR, then run \fBzeus commands\fR in a different shell to see a list of available commands\.
17
+ .
18
+ .P
19
+ See \fBhttps://github\.com/burke/zeus/blob/master/docs/ruby/modifying\.md\fR for information on modifying the boot process that Zeus uses by default\.
20
+ .
21
+ .SH "SLIGHTLY MORE TECHNICAL DESCRIPTION"
22
+ Zeus is a language\-agnostic application checkpointer for non\-multithreaded applications\.
23
+ .
24
+ .P
16
25
  It is primarily targeted at ruby and other dynamic languages, where application boot time can be tens of seconds, but it can be made to work for nearly any language\. However, zeus does not work well with multithreaded applications\. It relies heavily on \fBfork(2)\fR, which is largely incompatible with multithreaded systems\.
17
26
  .
18
27
  .P
28
+ Currently only ruby is targeted, but support for other languages is planned\.
29
+ .
30
+ .P
19
31
  Zeus lets you define common tasks, and preloads all of them in the background\. When you ask to run them, zeus transparently connects your terminal to the already\-running process in milliseconds\.
20
32
  .
21
33
  .P
22
34
  This lets you, for example, run unit tests in dozens of milliseconds, rather than dozens of seconds\.
23
35
  .
24
36
  .P
25
- Zeus also optionally monitors all files loaded by your application, and restarts as much of it as is necessary when a dependency changes\.
37
+ Zeus also monitors all files loaded by your application, and restarts parts of it when dependencies change, to keep everything up\-to\-date\.
26
38
  .
27
- .P
28
- To use zeus with a Ruby on Rails application, install the gem \'\fBzeus\-rails\fR\'\.
39
+ .SH "WAY MORE TECHNICAL DESCRIPTION"
40
+ See \fBhttps://github\.com/burke/zeus/blob/master/docs/overview\.md\fR
29
41
  .
30
42
  .SH "OPTIONS"
31
43
  .
@@ -3,7 +3,7 @@ ZEUS(1) ZEUS(1)
3
3
 
4
4
 
5
5
  NAME
6
- zeus - preload development tasks for slow codebases
6
+ zeus - boot rails in under a second
7
7
 
8
8
  SYNOPSIS
9
9
  zeus [--no-color] COMMAND [ARGS]
@@ -11,12 +11,27 @@ SYNOPSIS
11
11
  DESCRIPTION
12
12
  Zeus makes working with large codebases much less painful.
13
13
 
14
- It is primarily targeted at ruby and other dynamic languages, where
15
- application boot time can be tens of seconds, but it can be made to
16
- work for nearly any language. However, zeus does not work well with
17
- multithreaded applications. It relies heavily on fork(2), which is
14
+ To use Zeus with Ruby on Rails 3.0+, Just run zeus init in your project
15
+ directory, then run zeus start, then run zeus commands in a different
16
+ shell to see a list of available commands.
17
+
18
+ See https://github.com/burke/zeus/blob/master/docs/ruby/modifying.md
19
+ for information on modifying the boot process that Zeus uses by
20
+ default.
21
+
22
+ SLIGHTLY MORE TECHNICAL DESCRIPTION
23
+ Zeus is a language-agnostic application checkpointer for non-multi-
24
+ threaded applications.
25
+
26
+ It is primarily targeted at ruby and other dynamic languages, where
27
+ application boot time can be tens of seconds, but it can be made to
28
+ work for nearly any language. However, zeus does not work well with
29
+ multithreaded applications. It relies heavily on fork(2), which is
18
30
  largely incompatible with multithreaded systems.
19
31
 
32
+ Currently only ruby is targeted, but support for other languages is
33
+ planned.
34
+
20
35
  Zeus lets you define common tasks, and preloads all of them in the
21
36
  background. When you ask to run them, zeus transparently connects your
22
37
  terminal to the already-running process in milliseconds.
@@ -24,11 +39,11 @@ DESCRIPTION
24
39
  This lets you, for example, run unit tests in dozens of milliseconds,
25
40
  rather than dozens of seconds.
26
41
 
27
- Zeus also optionally monitors all files loaded by your application, and
28
- restarts as much of it as is necessary when a dependency changes.
42
+ Zeus also monitors all files loaded by your application, and restarts
43
+ parts of it when dependencies change, to keep everything up-to-date.
29
44
 
30
- To use zeus with a Ruby on Rails application, install the gem
31
- 'zeus-rails'.
45
+ WAY MORE TECHNICAL DESCRIPTION
46
+ See https://github.com/burke/zeus/blob/master/docs/overview.md
32
47
 
33
48
  OPTIONS
34
49
  --no-color
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zeus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0.pre3
5
- prerelease: 7
4
+ version: 0.10.0
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Burke Libbey
@@ -59,9 +59,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
59
59
  required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  none: false
61
61
  requirements:
62
- - - ! '>'
62
+ - - ! '>='
63
63
  - !ruby/object:Gem::Version
64
- version: 1.3.1
64
+ version: '0'
65
65
  requirements: []
66
66
  rubyforge_project:
67
67
  rubygems_version: 1.8.23