tabularasa 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- 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