README.md in skype-0.1.0 vs README.md in skype-0.1.1
- old
+ new
@@ -15,20 +15,19 @@
Installation
------------
for Mac
- % gem install skype rb-appscript
+ % gem install skype
for Linux
% gem install skype ruby-dbus
Gemfile
```ruby
gem "skype"
-gem "rb-appscript" if RUBY_PLATFORM =~ /darwin/i
gem "ruby-dbus" if RUBY_PLATFORM =~ /linux/i
```
Usage
-----
@@ -76,9 +75,20 @@
```
Samples
-------
https://github.com/shokai/skype-ruby/tree/master/samples
+
+
+Test
+----
+test requires 2 skype accounts.
+
+ % gem install bundler
+ % bundle install
+ % export SKYPE_FROM=your_skype_name1
+ % export SKYPE_TO=your_skype_name2
+ % rake test
Contributing
------------
1. Fork it