biola_deploy 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 37876e7ccc26ce81b6860ff0084e35bc8dd8af0d
4
- data.tar.gz: 80d9e9ee2f0806b33ff16db4e16b1149c607471e
3
+ metadata.gz: ea164e86472638a387ac809c558684f258ea1b62
4
+ data.tar.gz: b2a8d959b548353dd51ef0cfe4da8f5650a9b53e
5
5
  SHA512:
6
- metadata.gz: 4682ae61f9e974da52a8a58d92299b4dff53fd4b3a841b7fcda0a33c5ba3a4df76b2b737db953931039336e97385ece040ef235d28efeae8ce07a7d7989e9ffc
7
- data.tar.gz: 4f975e99cc2cae4aca2aa325bee582d201611c84fc73e9d872cba9e86d1dec1c9a95b990e707bbf6c73dc24efb644beb3e850715b87f17163f545365e2ac9f57
6
+ metadata.gz: 89e70026ca7173df0537e30443e1ec04a4e4666770ef5cd154f8cdcc63f105cf94e1296785dfec3dc3b2edaddb2f4329e7f100e8ad7906dcde1220568cffc06a
7
+ data.tar.gz: 52df825bba19479f67f02e0103e38068c55365c7e39a867d407f7a05607d759632d06f8c25664a69c551826c08a5526019a0f13ce9bcf4f1f39ed2af05dab780
@@ -0,0 +1,19 @@
1
+ Copyright (c) 2013 by Biola University
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
+ THE SOFTWARE.
@@ -0,0 +1,12 @@
1
+ # Biola Deploy
2
+
3
+ ## Description
4
+ A collection of rake tasks to facilitate deployment of Ruby apps
5
+
6
+ ## Tasks
7
+
8
+ - `rake deploy:migrate_db`
9
+ - `rake deploy:reindex_solr`
10
+ - `rake deploy:precompile_assets`
11
+ - `rake deploy:tell_newrelic`
12
+ - `rake deploy:restart_app`
@@ -1,3 +1,3 @@
1
1
  module BiolaDeploy
2
- VERSION = '0.3.0'
2
+ VERSION = '0.4.0'
3
3
  end
@@ -49,9 +49,6 @@ namespace :deploy do
49
49
  end
50
50
  end
51
51
 
52
- desc 'Run all deployment tasks'
53
- task :post_deploy => [:migrate_db, :reindex_solr, :precompile_assets, :tell_newrelic, :restart_app]
54
-
55
52
  private
56
53
 
57
54
  def app_dir
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: biola_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Crownoble
@@ -16,11 +16,13 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
+ - README.markdown
20
+ - MIT-LICENSE
19
21
  - lib/biola_deploy/version.rb
20
22
  - lib/biola_deploy/engine.rb
21
23
  - lib/biola_deploy.rb
22
24
  - lib/tasks/deploy.rake
23
- homepage: https://bitbucket.org/biola/biola-deploy
25
+ homepage: https://github.com/biola/biola-deploy
24
26
  licenses: []
25
27
  metadata: {}
26
28
  post_install_message: