README.rdoc in writeexcel-0.6.16 vs README.rdoc in writeexcel-0.6.17
- old
+ new
@@ -24,10 +24,24 @@
Macintosh platforms. Generated files are also compatible with the
spreadsheet applications Gnumeric and OpenOffice.org.
This module cannot be used to read an Excel file.
+== Installation
+
+Add this line to your application's Gemfile:
+
+ gem 'writeexcel'
+
+And then execute:
+
+ $ bundle
+
+Or install it yourself as:
+
+ $ gem install writeexcel
+
== Usage
See rdoc's WriteExcel class document or Reference http://writeexcel.web.fc2.com/ .
You must save source file in UTF8 and run ruby with -Ku option or set $KCODE='u'.
@@ -74,10 +88,13 @@
You must save source file in UTF8 and run ruby with -Ku option or set $KCODE='u'
when use urf8 string data.
== Recent Changes
+v0.6.17
+* Bug fix in compatibility_mode.
+
v0.6.16
* typo fix
v0.6.15
* add Worksheet#merge_range_with_date_time : write datetime string to merged cells
@@ -129,20 +146,18 @@
== Author
Original was written in Perl by John McNamara (jmcnamara@cpan.org).
Convert to ruby by Hideo Nakamura (cxn03651@msj.biglobe.ne.jp)
-Copyright (c) 2009-2010 Hideo NAKAMURA. See LICENSE for details.
+Copyright (c) 2009-2013 Hideo NAKAMURA. See LICENSE for details.
== License
-same as Ruby.
+See LICENSE.txt
-== Note on Patches/Pull Requests
+== Contributing
-* Fork the project.
-* Make your feature addition or bug fix.
-* Add tests for it. This is important so I don't break it in a
- future version unintentionally.
-* Commit, do not mess with rakefile, version, or history.
- (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
-* Send me a pull request. Bonus points for topic branches.
+1. Fork it
+2. Create your feature branch (`git checkout -b my-new-feature`)
+3. Commit your changes (`git commit -am 'Add some feature'`)
+4. Push to the branch (`git push origin my-new-feature`)
+5. Create new Pull Request