simplificator-rwebthumb 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README +3 -2
  2. metadata +1 -1
data/README CHANGED
@@ -7,8 +7,9 @@ A Ruby wrapper for the webthumb API from http://webthumb.bluga.net
7
7
  - tzinfo:http://tzinfo.rubyforge.org (install: sudo gem install tzinfo)
8
8
 
9
9
  = Installation
10
- sudo gem sources -a http://gems.github.com
11
- sudo gem install simplificator-rwebthumb (note that the simplificator-prefix is required since we are on github)
10
+ sudo gem update --system (in case you are not yet on version 1.2.0 or higher)
11
+ sudo gem sources -a http://gems.github.com (only once)
12
+ sudo gem install rwebthumb
12
13
 
13
14
 
14
15
  = Usage
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplificator-rwebthumb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simplificator GmbH