heroku_san 4.0.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile.lock +1 -1
- data/README.md +1 -7
- data/lib/heroku_san/tasks.rb +1 -1
- data/lib/heroku_san/version.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -102,12 +102,8 @@ is additive, you can easily select which servers to run a command on.
|
|
|
102
102
|
A special rake task 'all' is created that causes any further commands to
|
|
103
103
|
execute on all Heroku apps.
|
|
104
104
|
|
|
105
|
-
Manipulate collaborators on all this project's apps (prompts for email
|
|
106
|
-
address):
|
|
107
|
-
|
|
108
105
|
```sh
|
|
109
|
-
rake all
|
|
110
|
-
rake all heroku:unshare
|
|
106
|
+
rake all restart
|
|
111
107
|
```
|
|
112
108
|
|
|
113
109
|
Need to add remotes for each app?
|
|
@@ -144,9 +140,7 @@ A full list of tasks provided:
|
|
|
144
140
|
rake heroku:rake[task] # Runs a rake task remotely
|
|
145
141
|
rake heroku:remotes # Add git remotes for all apps in this project
|
|
146
142
|
rake heroku:restart # Restarts remote servers
|
|
147
|
-
rake heroku:share # Adds a collaborator (asks for email)
|
|
148
143
|
rake heroku:shell # Opens a bash shell within app
|
|
149
|
-
rake heroku:unshare # Removes a collaborator (asks for email)
|
|
150
144
|
rake heroku:stage:all # Select all Heroku apps for later command
|
|
151
145
|
```
|
|
152
146
|
|
data/lib/heroku_san/tasks.rb
CHANGED
data/lib/heroku_san/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: heroku_san
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 61
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 4
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 4.0.
|
|
9
|
+
- 1
|
|
10
|
+
version: 4.0.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Elijah Miller
|
|
@@ -18,7 +18,7 @@ autorequire:
|
|
|
18
18
|
bindir: bin
|
|
19
19
|
cert_chain: []
|
|
20
20
|
|
|
21
|
-
date: 2012-11-
|
|
21
|
+
date: 2012-11-10 00:00:00 Z
|
|
22
22
|
dependencies:
|
|
23
23
|
- !ruby/object:Gem::Dependency
|
|
24
24
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|