Manifest.txt in tw-0.0.1 vs Manifest.txt in tw-0.0.2
- old
+ new
@@ -1,15 +1,20 @@
+Gemfile
+Gemfile.lock
History.txt
Manifest.txt
README.rdoc
Rakefile
+bin/tw
lib/tw.rb
-lib/tw/auth.rb
-lib/tw/client.rb
+lib/tw/app/cmds.rb
+lib/tw/app/main.rb
+lib/tw/app/opt_parser.rb
+lib/tw/app/render.rb
+lib/tw/client/auth.rb
+lib/tw/client/error.rb
+lib/tw/client/request.rb
lib/tw/conf.rb
-lib/tw/opts.rb
-lib/tw/render.rb
-bin/tw
script/console
script/destroy
script/generate
test/test_helper.rb
test/test_tw.rb