yyyc514-campaign_monitor 1.3.2.2 → 1.3.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.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.
@@ -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.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-02-25 00:00:00 -08:00
12
+ date: 2009-04-08 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency