SQS 0.1.2 → 0.1.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.
Files changed (3) hide show
  1. data/CHANGELOG +6 -0
  2. data/lib/sqs/queue.rb +0 -1
  3. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,9 @@
1
+ 0.1.3
2
+ 2007-04-25
3
+ * Missed one "include REXML."
4
+
5
+
6
+
1
7
  0.1.2
2
8
  2007-04-25
3
9
  * No longer includes REXML in the default namespace, to avoid collisions. Thanks to Kyle Maxwell.
data/lib/sqs/queue.rb CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  require 'uri'
4
4
  require 'rexml/document'
5
- include REXML
6
5
 
7
6
  class SQS::Queue
8
7
  private
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: SQS
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.2
7
- date: 2007-04-26 00:00:00 -07:00
6
+ version: 0.1.3
7
+ date: 2007-04-28 00:00:00 -07:00
8
8
  summary: A Ruby interface to Amazon's Simple Queue Service
9
9
  require_paths:
10
10
  - lib