README.rdoc in andrake-1.1.0 vs README.rdoc in andrake-1.1.1
- old
+ new
@@ -1,10 +1,18 @@
= andrake
rake tasks for android development
-== tasks
+== initialize
+ andrake new
+
+and create Rakefile
+
+== generate
+ andrake g activity # not implemented
+
+== Rake tasks
count up version of AndroidManifest.xml automaticaly
by
rake version:bump:major
rake version:bump:minor
@@ -21,8 +29,8 @@
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
== Copyright
-Copyright (c) 2011 Yamada Masaki. See LICENSE.txt for
+Copyright (c) 2011 masarakki. See LICENSE.txt for
further details.