This commit is contained in:
danijoo
2013-12-14 21:20:18 +01:00
parent 2f8e15c35d
commit 92120bab04
2 changed files with 7 additions and 2 deletions

View File

@@ -6,7 +6,12 @@ Sightstone is a ruby wrapper for riots league of legends developer api ([http://
Installation 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 cd Sightstone
gem build sightstone.gemspec gem build sightstone.gemspec

View File

@@ -1,6 +1,6 @@
Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = 'sightstone' s.name = 'sightstone'
s.version = '0.0.0' s.version = '0.1.0'
s.date = '2012-12-12' s.date = '2012-12-12'
s.summary = 'Ruby wrapper for riots league of legends api' s.summary = 'Ruby wrapper for riots league of legends api'
s.description = s.summary s.description = s.summary