fiveruns-dash-ruby 0.8.9 → 0.8.10

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/lib/fiveruns/dash.rb +1 -1
  2. data/version.yml +1 -1
  3. metadata +1 -1
data/lib/fiveruns/dash.rb CHANGED
@@ -8,7 +8,7 @@ module Fiveruns; end
8
8
  # copy.
9
9
  begin
10
10
  require 'json'
11
- rescue
11
+ rescue LoadError
12
12
  # Skip
13
13
  end
14
14
 
data/version.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 8
4
- :patch: 9
4
+ :patch: 10
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fiveruns-dash-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.9
4
+ version: 0.8.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - FiveRuns Development Team