showterm 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/showterm.rb +1 -0
  2. data/showterm.gemspec +1 -1
  3. 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
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "showterm"
3
- s.version = "0.2.5"
3
+ s.version = "0.2.6"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.author = "Conrad Irwin"
6
6
  s.email = "conrad.irwin@gmail.com"
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.5
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-09 00:00:00.000000000 Z
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