showterm 0.2.5 → 0.2.6
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/lib/showterm.rb +1 -0
- data/showterm.gemspec +1 -1
- metadata +2 -2
data/lib/showterm.rb
CHANGED
|
@@ -39,6 +39,7 @@ module Showterm
|
|
|
39
39
|
# @param [String] timingfile The timings
|
|
40
40
|
# @param [Integer] cols The width of the terminal
|
|
41
41
|
def upload!(scriptfile, timingfile, cols=terminal_width)
|
|
42
|
+
retried = false
|
|
42
43
|
request = Net::HTTP::Post.new("/scripts")
|
|
43
44
|
request.set_form_data(:scriptfile => scriptfile,
|
|
44
45
|
:timingfile => timingfile,
|
data/showterm.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: showterm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.6
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-10-
|
|
12
|
+
date: 2012-10-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies: []
|
|
14
14
|
description: Integrates with showterm.io for awesome sharability.
|
|
15
15
|
email: conrad.irwin@gmail.com
|