Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
wenke committed Jun 1, 2011
1 parent 0fd7d74 commit 94636e3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
0.1.0
first commit
first commit

0.1.1
update document
4 changes: 2 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ This simple plugin gives you the ability to call to_csv to a collection of activ
gem 'to_csv-rails'
bundle install

git clone http://github.com/wenke/to_csv-rails.git
git clone http://github.com/liangwenke/to_csv-rails.git

== Note

Copyright (c) 2010 liangwenke8@gmail.com, released under the MIT license
Copyright (c) 2010 liangwenke.com@gmail.com, released under the MIT license
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1
4 changes: 2 additions & 2 deletions to_csv-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Gem::Specification.new do |s|
s.name = 'to_csv-rails'
s.version = version
s.author = "LiangWenKe"
s.email = "liangwenke8@gmail.com"
s.homepage = "http://github.com/wenke/to_csv-rails"
s.email = "liangwenke.com@gmail.com"
s.homepage = "http://github.com/liangwenke/to_csv-rails"
s.summary = "Export data to csv on Rails"
s.description = "This simple plugin gives you the ability to call to_csv to a collection of activerecords. The builder options are the same as to_json / to_xml, except for the :include."

Expand Down

0 comments on commit 94636e3

Please sign in to comment.