Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
bump to 0.0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Oct 22, 2012
1 parent 8ccff7b commit e45b0c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ optionalargument
Description
-----------

Flexible define and strict parse keyword like arguments.
Flexible and easy deal hash arguments.

Features
--------
Expand Down Expand Up @@ -83,7 +83,7 @@ Requirements
-------------

* Ruby - [1.9.2 or later](http://travis-ci.org/#!/kachick/optionalargument)
* keyvalidatable - [0.0.4](https://github.com/kachick/keyvalidatable)
* keyvalidatable - [0.0.5](https://github.com/kachick/keyvalidatable)
* validation - [0.0.3](https://github.com/kachick/validation)

Install
Expand Down
4 changes: 2 additions & 2 deletions optionalargument.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |gem|
gem.authors = ['Kenichi Kamiya']
gem.email = ['kachick1+ruby@gmail.com']
gem.summary = %q{Flexible define and strict parse keyword like arguments.}
gem.summary = %q{Flexible and easy deal hash arguments.}
gem.description = gem.summary.dup
gem.homepage = 'https://github.com/kachick/optionalargument'

Expand All @@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = 'optionalargument'
gem.require_paths = ['lib']
gem.version = '0.0.3.1'
gem.version = '0.0.3.2'

gem.required_ruby_version = '>= 1.9.2'

Expand Down

0 comments on commit e45b0c3

Please sign in to comment.