pyrat-integrity-basecamp 0.3.2 → 0.3.3
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/notifier/basecamp-api.rb +0 -5
- metadata +3 -1
|
@@ -8,15 +8,10 @@ begin
|
|
|
8
8
|
require 'rubygems'
|
|
9
9
|
require 'xmlsimple'
|
|
10
10
|
rescue LoadError
|
|
11
|
-
begin
|
|
12
|
-
require 'rubygems'
|
|
13
|
-
require_gem 'xml-simple'
|
|
14
|
-
rescue LoadError
|
|
15
11
|
abort <<-ERROR
|
|
16
12
|
The 'xml-simple' library could not be loaded. If you have RubyGems installed
|
|
17
13
|
you can install xml-simple by doing "gem install xml-simple".
|
|
18
14
|
ERROR
|
|
19
|
-
end
|
|
20
15
|
end
|
|
21
16
|
|
|
22
17
|
# An interface to the Basecamp web-services API. Usage is straightforward:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pyrat-integrity-basecamp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alastair Brunton
|
|
@@ -14,6 +14,7 @@ default_executable:
|
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: foca-integrity
|
|
17
|
+
type: :runtime
|
|
17
18
|
version_requirement:
|
|
18
19
|
version_requirements: !ruby/object:Gem::Requirement
|
|
19
20
|
requirements:
|
|
@@ -23,6 +24,7 @@ dependencies:
|
|
|
23
24
|
version:
|
|
24
25
|
- !ruby/object:Gem::Dependency
|
|
25
26
|
name: xml-simple
|
|
27
|
+
type: :runtime
|
|
26
28
|
version_requirement:
|
|
27
29
|
version_requirements: !ruby/object:Gem::Requirement
|
|
28
30
|
requirements:
|