server_remote 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.textile +2 -2
- data/VERSION.yml +2 -1
- metadata +3 -3
data/README.textile
CHANGED
@@ -23,9 +23,9 @@ The default profile is _app_. This can be changed with the @default_profile:@ se
|
|
23
23
|
|
24
24
|
h3. Installation
|
25
25
|
|
26
|
-
First, install the gem:
|
26
|
+
First, install the gem (from "Gemcutter":http://gemcutter.org/):
|
27
27
|
|
28
|
-
@gem install
|
28
|
+
@gem install server_remote@
|
29
29
|
|
30
30
|
Second, use @server_remotify@ command to create the config and script file in your project:
|
31
31
|
|
data/VERSION.yml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: server_remote
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tobias Crawley
|
@@ -9,11 +9,11 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2010-02-10 00:00:00 -05:00
|
13
13
|
default_executable: server_remotify
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
|
-
name:
|
16
|
+
name: simplecli
|
17
17
|
type: :runtime
|
18
18
|
version_requirement:
|
19
19
|
version_requirements: !ruby/object:Gem::Requirement
|