squash_ruby 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/squash/ruby.rb +2 -2
- metadata +5 -5
data/lib/squash/ruby.rb
CHANGED
@@ -18,9 +18,9 @@ require 'net/https'
|
|
18
18
|
|
19
19
|
require 'json'
|
20
20
|
begin
|
21
|
-
Gem::Specification.find_by_name('system_timer')
|
22
21
|
require 'system_timer'
|
23
|
-
rescue
|
22
|
+
rescue LoadError
|
23
|
+
# optional
|
24
24
|
end
|
25
25
|
|
26
26
|
# Container for methods relating to notifying Squash of exceptions.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: squash_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 17
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 1
|
10
|
+
version: 1.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Tim Morgan
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2013-
|
18
|
+
date: 2013-03-19 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
requirement: &id001 !ruby/object:Gem::Requirement
|
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
144
144
|
requirements: []
|
145
145
|
|
146
146
|
rubyforge_project:
|
147
|
-
rubygems_version: 1.8.
|
147
|
+
rubygems_version: 1.8.25
|
148
148
|
signing_key:
|
149
149
|
specification_version: 3
|
150
150
|
summary: Squash client for Ruby projects
|