heroku_san 4.0.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- heroku_san (4.0.0)
4
+ heroku_san (4.0.1)
5
5
  activesupport
6
6
  heroku-api (>= 0.1.2)
7
7
  rake
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 heroku:share
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
 
@@ -327,7 +327,7 @@ rescue HerokuSan::NoApps => e
327
327
  rake demo staging deploy"
328
328
 
329
329
  puts "\nYou can use also command all Heroku apps for this project:
330
- rake all heroku:share"
330
+ rake all restart"
331
331
 
332
332
  exit(1)
333
333
  end
@@ -1,3 +1,3 @@
1
1
  module HerokuSan
2
- VERSION = "4.0.0"
2
+ VERSION = "4.0.1"
3
3
  end
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: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 4
8
8
  - 0
9
- - 0
10
- version: 4.0.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-09 00:00:00 Z
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