biola_deploy 0.6.0 → 0.6.1

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: 2644e205f590e2086a314f77784731b8652bca05
4
- data.tar.gz: d20e4357dd7e5117715a94b09906873d7ba1b5f0
3
+ metadata.gz: c636141f9398ec7bfd2e098b94060a2db6df1589
4
+ data.tar.gz: c1dc52659a9505af692bb7a86713a108150ddf53
5
5
  SHA512:
6
- metadata.gz: e6dc65d4ce2595dfe0f146016a82ba1d2afb4446932ee98920490813b77bfa7a07f13044acecd3e9a6695d916f7b7ec7770290f501fefbcc57db3dbcca0a1549
7
- data.tar.gz: 7e3e003e1f8c1b519f1e3534f7f88c77985c135bc8fbf855bd5c5c1a056bd46c5ad37fafb67c09aff35fe2a73d25f40988d9eeb0286c04eccf5c4462918512c5
6
+ metadata.gz: 5328d5355bc519a52aa0590286dc29bc68809d6371b9a79f62a747dcd2259056a39afd29ac879f0943b4a56827673e95cd3f0c47b72b5d89163668b874b29fbf
7
+ data.tar.gz: fccf985447cf87e07afddbc2e5493c0c5e577684ff30c2e8a164d3fba758d9687e149a9b9361725223bcf6b1c343d96e4f2e22e76ae29f013546788764f9c672
@@ -1,3 +1,3 @@
1
1
  module BiolaDeploy
2
- VERSION = '0.6.0'
2
+ VERSION = '0.6.1'
3
3
  end
@@ -69,9 +69,7 @@ namespace :deploy do
69
69
  error = nil
70
70
 
71
71
  begin
72
- unless Rails.initialized?
73
- Rake::Task['environment'].invoke
74
- end
72
+ Rake::Task['environment'].invoke
75
73
  rescue Exception => e
76
74
  error = e.message
77
75
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: biola_deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Crownoble
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-27 00:00:00.000000000 Z
11
+ date: 2014-02-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Designed to automate deployment of Rails applications using rake tasks
14
14
  email: adam.crownoble@biola.edu
@@ -16,11 +16,11 @@ executables: []
16
16
  extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
- - README.markdown
20
19
  - MIT-LICENSE
21
- - lib/biola_deploy/version.rb
22
- - lib/biola_deploy/engine.rb
20
+ - README.markdown
23
21
  - lib/biola_deploy.rb
22
+ - lib/biola_deploy/engine.rb
23
+ - lib/biola_deploy/version.rb
24
24
  - lib/tasks/deploy.rake
25
25
  homepage: https://github.com/biola/biola-deploy
26
26
  licenses:
@@ -32,17 +32,17 @@ require_paths:
32
32
  - lib
33
33
  required_ruby_version: !ruby/object:Gem::Requirement
34
34
  requirements:
35
- - - '>='
35
+ - - ">="
36
36
  - !ruby/object:Gem::Version
37
37
  version: '0'
38
38
  required_rubygems_version: !ruby/object:Gem::Requirement
39
39
  requirements:
40
- - - '>='
40
+ - - ">="
41
41
  - !ruby/object:Gem::Version
42
42
  version: '0'
43
43
  requirements: []
44
44
  rubyforge_project:
45
- rubygems_version: 2.1.11
45
+ rubygems_version: 2.2.2
46
46
  signing_key:
47
47
  specification_version: 4
48
48
  summary: Easy deployment for Rails applications