soda 1.1.16 → 1.1.17

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/Soda.rb +1 -1
  2. data/lib/sodainfo.rb +1 -1
  3. metadata +4 -4
data/lib/Soda.rb CHANGED
@@ -2762,7 +2762,7 @@ JSCode
2762
2762
  shooter = SodaScreenShot.new(result_dir)
2763
2763
  image_file = shooter.GetOutputFile()
2764
2764
  @rep.log("ScreenShot taken: #{image_file}\n")
2765
- rescue Excaption => e
2765
+ rescue Exception => e
2766
2766
  @rep.ReportException(e)
2767
2767
  ensure
2768
2768
  end
data/lib/sodainfo.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  require 'Soda'
2
2
 
3
- SODA_GEM_VERSION = "1.1.16"
3
+ SODA_GEM_VERSION = "1.1.17"
4
4
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: soda
3
3
  version: !ruby/object:Gem::Version
4
- hash: 51
4
+ hash: 49
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 16
10
- version: 1.1.16
9
+ - 17
10
+ version: 1.1.17
11
11
  platform: ruby
12
12
  authors:
13
13
  - Trampus Richmond
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-02-25 00:00:00 -08:00
18
+ date: 2011-03-02 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency