csv_pirate 3.3.0 → 3.3.1

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/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ Version 3.3.1 2009-10-06
2
+ - Oops! Declaring has_csv_pirate_ship with no options was broken.
3
+
1
4
  Version 3.3.0 2009-10-05
2
5
  - Fixed ArgumentError bugs in Initializer and has_csv_pirate_ship
3
6
  - Fixed typo in piratey_args
@@ -63,7 +63,7 @@ Gem Using Git building from source:
63
63
  git clone git://github.com/pboling/csv_pirate.git
64
64
  cd csv_pirate
65
65
  gem build csv_pirate.gemspec
66
- sudo gem install csv_pirate-3.3.0.gem # (Or whatever version gets built)
66
+ sudo gem install csv_pirate-3.3.1.gem # (Or whatever version gets built)
67
67
 
68
68
  Then cd to your rails app to optionally freeze the gem into your app:
69
69
 
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 0
2
+ :patch: 1
3
3
  :major: 3
4
4
  :minor: 3
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{csv_pirate}
8
- s.version = "3.3.0"
8
+ s.version = "3.3.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Peter Boling"]
12
- s.date = %q{2009-10-05}
12
+ s.date = %q{2009-10-06}
13
13
  s.description = %q{CsvPirate is the easy way to create a CSV of essentially anything in Rails, in full pirate regalia.
14
14
  It works better if you are wearing a tricorne!}
15
15
  s.email = %q{peter.boling@gmail.com}
@@ -4,7 +4,6 @@ module NinthBit
4
4
  module ActMethods
5
5
  #coding tyle is adopted from attachment_fu
6
6
  def has_csv_pirate_ship(options = {})
7
- raise ArgumentError, "must provide required options" if options.blank?
8
7
 
9
8
  options[:chart] ||= ['log','csv']
10
9
  options[:aft] ||= '.csv'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: csv_pirate
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 3.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-05 00:00:00 -04:00
12
+ date: 2009-10-06 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15