0.1.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user