soprano 0.92 → 0.95

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/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Soprano
2
2
 
3
+ [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/dmitriy-kiriyenko/soprano)
4
+
3
5
  [![The Sopranos](http://i.minus.com/idGXKU.jpeg)](http://www.imdb.com/title/tt0141842/)
4
6
 
5
7
  Soprano is the set of Capistrano recipes that help me to deploy my
@@ -4,8 +4,6 @@ Capistrano::Configuration.instance(:must_exist).load do
4
4
 
5
5
  set :rails_env, "production"
6
6
 
7
- set(:deploy_to) { "/var/www/apps/#{application}" }
8
-
9
7
  role(:app) { host }
10
8
  role(:web) { host }
11
9
  role(:db, :primary => true) { host }
@@ -2,7 +2,7 @@ Capistrano::Configuration.instance(:must_exist).load do
2
2
  namespace :remote do
3
3
  def get_cmd
4
4
  cmd = self[:cmd]
5
- raise "A command must be given. Pleae, call the task with -s cmd=\"your command\"" unless cmd
5
+ raise "A command must be given. Please, call the task with -s cmd=\"your command\"" unless cmd
6
6
  cmd
7
7
  end
8
8
 
@@ -1,3 +1,3 @@
1
1
  module Soprano
2
- VERSION = "0.92"
2
+ VERSION = "0.95"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soprano
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.92'
4
+ version: '0.95'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-02 00:00:00.000000000 Z
12
+ date: 2012-10-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano
16
- requirement: &2151889360 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,15 @@ dependencies:
21
21
  version: 2.5.0
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2151889360
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ! '>='
28
+ - !ruby/object:Gem::Version
29
+ version: 2.5.0
25
30
  - !ruby/object:Gem::Dependency
26
31
  name: rake
27
- requirement: &2151888280 !ruby/object:Gem::Requirement
32
+ requirement: !ruby/object:Gem::Requirement
28
33
  none: false
29
34
  requirements:
30
35
  - - ! '>='
@@ -32,7 +37,12 @@ dependencies:
32
37
  version: '0'
33
38
  type: :development
34
39
  prerelease: false
35
- version_requirements: *2151888280
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
36
46
  description: ! "Soprano is the set of rake tasks and capistrano recipes.\n Use
37
47
  it to avoid writing typical scenarios and maintaining them\n in
38
48
  favour of configuring your builds and deploys declaratively."
@@ -80,8 +90,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
90
  version: '0'
81
91
  requirements: []
82
92
  rubyforge_project:
83
- rubygems_version: 1.8.15
93
+ rubygems_version: 1.8.23
84
94
  signing_key:
85
95
  specification_version: 3
86
96
  summary: Soprano is the set of rake tasks and capistrano recipes.
87
97
  test_files: []
98
+ has_rdoc: