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 +3 -0
- data/README.rdoc +1 -1
- data/VERSION.yml +1 -1
- data/csv_pirate.gemspec +2 -2
- data/lib/ninth_bit/pirate_ship.rb +0 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
data/README.rdoc
CHANGED
|
@@ -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.
|
|
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
|
|
data/VERSION.yml
CHANGED
data/csv_pirate.gemspec
CHANGED
|
@@ -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.
|
|
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-
|
|
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}
|
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.
|
|
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-
|
|
12
|
+
date: 2009-10-06 00:00:00 -04:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|