README.md in ugigi-0.3.3 vs README.md in ugigi-0.4
- old
+ new
@@ -1,13 +1,12 @@
# Ugigi
-Ugigi Wrapper for Ruby 1.9.x
+Ugigi Wrapper for Ruby
## Requirements
-* Ruby 1.9.x
-* mechanize gem
+* Ruby
## Installation
gem install ugigi
@@ -25,9 +24,12 @@
puts novel.title
end
# "にとり"が文章中に含まれているSSの数を持ってくる
puts Ugigi.total_count(:free => "にとり")
+
+ # 東方創想話に限定して検索
+ puts Ugigi.search(:title => "霊夢", :only => :sosowa)
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)