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.
Files changed (3) hide show
  1. data/README.textile +2 -2
  2. data/VERSION.yml +2 -1
  3. 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 tobias-server_remote --source http://gems.github.com@
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
@@ -1,4 +1,5 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 3
4
- :patch: 0
4
+ :patch: 1
5
+ :build:
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.0
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: 2009-10-07 00:00:00 -04:00
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: remi-simplecli
16
+ name: simplecli
17
17
  type: :runtime
18
18
  version_requirement:
19
19
  version_requirements: !ruby/object:Gem::Requirement