From 92120bab04caddce2bed145b3c25ec3f8a633f4d Mon Sep 17 00:00:00 2001 From: danijoo Date: Sat, 14 Dec 2013 21:20:18 +0100 Subject: [PATCH] 0.1.0 --- README.md | 7 ++++++- sightstone.gemspec | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f66b83..7dabc2c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,12 @@ Sightstone is a ruby wrapper for riots league of legends developer api ([http:// Installation ------- -Clone this rep, build the gem and install it: +Just download the gem: +``` +gem install sightstone +``` + +If you want to build it by your on, build the gem and install it: ``` cd Sightstone gem build sightstone.gemspec diff --git a/sightstone.gemspec b/sightstone.gemspec index 60d2788..ec68336 100644 --- a/sightstone.gemspec +++ b/sightstone.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'sightstone' - s.version = '0.0.0' + s.version = '0.1.0' s.date = '2012-12-12' s.summary = 'Ruby wrapper for riots league of legends api' s.description = s.summary