tomoh****@users*****
tomoh****@users*****
2010年 3月 13日 (土) 05:38:42 JST
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to "mint-lib" repository containing the "mint" project. The branch, master has been updated via 1cd386c1a8eebf92d616331863ebabb754796c32 (commit) via a57242d2f59390f2fc3d7b12f87239949f5a15a1 (commit) via b99e4813c3444fed8dfbadf771da92f1318628db (commit) via d732102bafb19a5e52bd86e0d6dc323ada3999f4 (commit) via d4dc0c0da658f2cc80a0384310c01455dca54daf (commit) via 389dbc5a00664eb4fe37c84909d3287a58190f30 (commit) via fa23ba82c75a5d091b4af9c0ba5684874e78a57b (commit) via dba6ddc5440906a9e39e155d90fbfff02c39e473 (commit) via 0359ea4cf5decc1fb266ced937098eabd5525166 (commit) via 8d4bc18d0d67eacd30fbafa7dafbd92d29cd5762 (commit) from a0448fe847a22c84e14124d483e1a00d362026a7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1cd386c1a8eebf92d616331863ebabb754796c32 Author: Tomohiro Nishimura <tomoh****@gmail*****> Date: Sat Mar 13 05:35:17 2010 +0900 refactored spec for fractional_expression_arithmetic generator commit a57242d2f59390f2fc3d7b12f87239949f5a15a1 Author: Tomohiro Nishimura <tomoh****@gmail*****> Date: Sat Mar 13 04:32:02 2010 +0900 refactored spec for complex_fractional_arithmetic generator commit b99e4813c3444fed8dfbadf771da92f1318628db Author: Tomohiro Nishimura <tomoh****@gmail*****> Date: Sat Mar 13 03:38:11 2010 +0900 refactored spec for square_root_arithmetic generator commit d732102bafb19a5e52bd86e0d6dc323ada3999f4 Author: Tomohiro Nishimura <tomoh****@gmail*****> Date: Sat Mar 13 03:16:06 2010 +0900 refactored spec for complex_number_arithmetic generator commit d4dc0c0da658f2cc80a0384310c01455dca54daf Author: Tomohiro Nishimura <tomoh****@gmail*****> Date: Sat Mar 13 03:15:45 2010 +0900 fix shared examples for arithmetic commit 389dbc5a00664eb4fe37c84909d3287a58190f30 Author: Tomohiro Nishimura <tomoh****@gmail*****> Date: Sat Mar 13 03:00:13 2010 +0900 refactored spec for decimal_arithmetic generator commit fa23ba82c75a5d091b4af9c0ba5684874e78a57b Author: Tomohiro Nishimura <tomoh****@gmail*****> Date: Sat Mar 13 02:36:37 2010 +0900 refactored spec for ordinary_arithmetic generator commit dba6ddc5440906a9e39e155d90fbfff02c39e473 Author: Tomohiro Nishimura <tomoh****@gmail*****> Date: Sat Mar 13 02:28:29 2010 +0900 refacotred spec for arithmetic_base generator commit 0359ea4cf5decc1fb266ced937098eabd5525166 Author: Tomohiro Nishimura <tomoh****@gmail*****> Date: Sat Mar 13 02:06:59 2010 +0900 refactored generator base spec commit 8d4bc18d0d67eacd30fbafa7dafbd92d29cd5762 Author: Tomohiro Nishimura <tomoh****@gmail*****> Date: Fri Mar 12 20:22:36 2010 +0900 refactored spec ----------------------------------------------------------------------- Summary of changes: lib/mint/generator/arithmetic_base.rb | 2 +- .../generator/complex_fractional_arithmetic.rb | 6 +- .../generator/fractional_expression_arithmetic.rb | 63 ++++----- spec/generator/arithmetic_base_spec.rb | 57 +-------- spec/generator/base_spec.rb | 115 +++++----------- .../complex_fractional_arithmetic_spec.rb | 42 +++--- spec/generator/complex_number_arithmetic_spec.rb | 2 + spec/generator/decimal_arithmetic_spec.rb | 46 ++++--- spec/generator/fractional_arithmetic_spec.rb | 64 +++++----- .../fractional_expression_arithmetic_spec.rb | 92 ++++++++----- spec/generator/ordinary_arithmetic_spec.rb | 40 ++---- spec/generator/square_root_arithmetic_spec.rb | 96 +++++--------- spec/spec_helper.rb | 142 +++++++++++++++++++- 13 files changed, 400 insertions(+), 367 deletions(-) hooks/post-receive -- mint-lib (mint)