Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*.gem
.eprj
pkg
coverage
coverage
Gemfile.lock
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source 'https://rubygems.org'

gemspec
38 changes: 22 additions & 16 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@

== 0.99.2 / 2009-04-28

* Added better support for float formatting
* Added the money_with_implied_decimal type

== 0.99.1 / 2009-04-22

* Make the missing method build a column i.e. body.record_type 1
* Prevent duplicate column names
* Better error messages
* Implement custom padding (spaces (default), zero)

== 0.99.0 / 2009-04-14

* Initial Release
== 0.99.6 / 2019-04-30

* Removed rdoc from gemspec
* Updated authors in gemspec
* Added Gemfile for bundler support
* Defined rspec development dependency version in gemspec

== 0.99.2 / 2009-04-28

* Added better support for float formatting
* Added the money_with_implied_decimal type

== 0.99.1 / 2009-04-22

* Make the missing method build a column i.e. body.record_type 1
* Prevent duplicate column names
* Better error messages
* Implement custom padding (spaces (default), zero)

== 0.99.0 / 2009-04-14

* Initial Release
Binary file modified slither.gemspec
Binary file not shown.