yyyc514-campaign_monitor 1.3.2.2 → 1.3.2.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/campaign_monitor.gemspec +1 -1
- data/lib/campaign_monitor.rb +1 -1
- metadata +2 -2
data/campaign_monitor.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.platform = Gem::Platform::RUBY
|
|
3
3
|
s.name = 'campaign_monitor'
|
|
4
|
-
s.version = "1.3.2.
|
|
4
|
+
s.version = "1.3.2.3"
|
|
5
5
|
s.summary = 'Provides access to the Campaign Monitor API.'
|
|
6
6
|
s.description = <<-EOF
|
|
7
7
|
A simple wrapper class that provides basic access to the Campaign Monitor API.
|
data/lib/campaign_monitor.rb
CHANGED
|
@@ -258,7 +258,7 @@ PARSER =
|
|
|
258
258
|
raise LoadError unless XML::Parser::VERSION > '0.3.8.2'
|
|
259
259
|
$:.push(File.join(File.dirname(__FILE__), '..', 'support', 'faster-xml-simple', 'lib'))
|
|
260
260
|
require 'faster_xml_simple'
|
|
261
|
-
p 'Using libxml-ruby'
|
|
261
|
+
# p 'Using libxml-ruby'
|
|
262
262
|
FasterXmlSimple
|
|
263
263
|
rescue LoadError
|
|
264
264
|
begin
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yyyc514-campaign_monitor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.2.
|
|
4
|
+
version: 1.3.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jeremy Weiskotten
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-04-08 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|