capistrano-forwarding 0.1.0 → 0.1.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: 9bec3e813b57388649728bfcbdcba6ee4d83863a
4
- data.tar.gz: 4f910606fcb18716fe1be7b7fc84b877bba72adc
3
+ metadata.gz: 16d06fa22035af1719945089fa55d84ecce1f3b4
4
+ data.tar.gz: 57fb936a73318b2b9c5bacdd75ba2ed70c7c1f93
5
5
  SHA512:
6
- metadata.gz: 681986122dcc7007eeaeb905c2e56564e5c757fd301dfd23d2227be0f230885292fba24ccb7d50eacb77bdce2b7aa6eb2596aff00e7c1bbd0377f2cc71fed846
7
- data.tar.gz: a4f9e44c950851150c5acd34e03585f77654a6f284fe271f1e01a6c6b06a8228bf3eadaefe2ec91858b76a4f9adfc54c16f136ae0c902bc73a34afb957338543
6
+ metadata.gz: 358e3c25622386918c6bbbbd8abfb1b8efcd935c69fb044ff385c95c67df2a449b75a80293e87e0d0af9c6691f282779986be0b9ece109176672f2e510af5410
7
+ data.tar.gz: f9554942b082e0f09e7f7783a31af744627aa01033a4bf9dfe02d883dfc3007d875b85d076cb6b44c016b00df0f4d89e1ba81de214dbdb78bd31bcd07cb5009f
data/README.md CHANGED
@@ -7,14 +7,10 @@ Currently it supports only remote forwarding.
7
7
 
8
8
  ## Installation
9
9
 
10
- Add this line in your Gemfile.
10
+ Use bundler, add this line in your Gemfile:
11
11
 
12
12
  gem 'capistrano-forwarding'
13
13
 
14
- And then execute:
15
-
16
- $ bundle
17
-
18
14
  Or install it yourself as:
19
15
 
20
16
  $ gem install capistrano-forwarding
@@ -60,8 +60,6 @@ module Capistrano
60
60
  end
61
61
 
62
62
  def initialize(forwardings, sessions, options = {})
63
- sessions.each{|s| s.logger.level = Logger::INFO}
64
-
65
63
  @forwardings = sessions.map do |session|
66
64
  forwardings.map do |forwarding|
67
65
  Forwarding.new(forwarding, session)
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Forwarding
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-forwarding
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yoshimasa Niwa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-29 00:00:00.000000000 Z
11
+ date: 2013-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano