tabularasa 0.1.1 → 0.1.2
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/Rakefile +1 -1
- data/lib/to_csv.rb +2 -0
- data/tabularasa.gemspec +1 -1
- metadata +1 -1
data/Rakefile
CHANGED
|
@@ -12,7 +12,7 @@ Rake::TestTask.new(:test) do |t|
|
|
|
12
12
|
t.verbose = true
|
|
13
13
|
end
|
|
14
14
|
|
|
15
|
-
Echoe.new('tabularasa', '0.1.
|
|
15
|
+
Echoe.new('tabularasa', '0.1.2') do |p|
|
|
16
16
|
p.description = "This Rails gem gives you the ability to call to_csv to a collection of activerecords"
|
|
17
17
|
p.url = "https://github.com/arydjmal/to_csv"
|
|
18
18
|
p.author = "Ary Djmal"
|
data/lib/to_csv.rb
CHANGED
data/tabularasa.gemspec
CHANGED