fiveruns-dash-ruby 0.8.6 → 0.8.8
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/fiveruns/dash.rb +10 -0
- data/version.yml +1 -1
- metadata +2 -2
data/lib/fiveruns/dash.rb
CHANGED
@@ -2,6 +2,16 @@ require 'rubygems'
|
|
2
2
|
|
3
3
|
module Fiveruns; end
|
4
4
|
|
5
|
+
# Attempt to load the 'json' gem first
|
6
|
+
# We do this because, under some curcumstances,
|
7
|
+
# the json/ext complains if loaded after our forked
|
8
|
+
# copy.
|
9
|
+
begin
|
10
|
+
require 'json'
|
11
|
+
rescue
|
12
|
+
# Skip
|
13
|
+
end
|
14
|
+
|
5
15
|
# Pull in our forked copy of the pure JSON gem
|
6
16
|
require 'fiveruns/json'
|
7
17
|
|
data/version.yml
CHANGED
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.
|
4
|
+
version: 0.8.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- FiveRuns Development Team
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-03-
|
12
|
+
date: 2009-03-19 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|