csv-mapper 0.0.2 → 0.0.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.
@@ -1,3 +1,6 @@
1
+ == 0.0.3 2008-12-22
2
+ * Fixed specs to work with RSpec 1.1.9 and later where Modules aren't auto included
3
+
1
4
  == 0.0.2 2008-12-15
2
5
 
3
6
  * Added #stop_at_row method to RowMap
@@ -67,7 +67,7 @@ require 'fastercsv'
67
67
  # other_results = import('/path/to/file.csv', :map => a_row_map)
68
68
  #
69
69
  module CsvMapper
70
- VERSION = '0.0.2'
70
+ VERSION = '0.0.3'
71
71
 
72
72
  # Create a new RowMap instance from the definition in the given block.
73
73
  def map_csv(&map_block)
@@ -1,5 +1,7 @@
1
1
  require File.dirname(__FILE__) + '/spec_helper.rb'
2
2
 
3
+ include CsvMapper
4
+
3
5
  describe CsvMapper do
4
6
 
5
7
  before(:each) do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: csv-mapper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luke Pillow
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-15 00:00:00 -06:00
12
+ date: 2008-12-22 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency