capsum 0.4.0 → 0.4.1

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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/capsum/typical.rb +3 -0
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.0
1
+ 0.4.1
@@ -14,4 +14,7 @@ Capistrano::Configuration.instance(true).load do
14
14
  # default for :deploy_via, :copy
15
15
  set :copy_strategy, :export
16
16
  set :copy_compression, :bz2
17
+
18
+ default_environment["http_proxy"] = fetch("http_proxy") if exists?("http_proxy")
19
+
17
20
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: capsum
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.4.0
5
+ version: 0.4.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sunteya
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-21 00:00:00 +08:00
13
+ date: 2011-04-27 00:00:00 +08:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency