tabularasa 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/lib/to_csv.rb +2 -0
  3. data/tabularasa.gemspec +1 -1
  4. 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.1') do |p|
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
@@ -1,3 +1,5 @@
1
+ require 'csv'
2
+
1
3
  class Array
2
4
  def to_csv(options = {}, csv_options = {})
3
5
  return '' if self.empty?
data/tabularasa.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "tabularasa"
5
- s.version = "0.1.1"
5
+ s.version = "0.1.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Ary Djmal"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tabularasa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: