laze 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/README.rdoc +4 -6
  2. data/VERSION.yml +1 -1
  3. metadata +1 -1
@@ -8,14 +8,12 @@ Laze is currently in development. Use at your own risk.
8
8
 
9
9
  == Installation
10
10
 
11
- This project has not yet been released as a Ruby gem. For now, install it
12
- by cloning its git repository or downloading the source from its github
13
- project page. Copy all source files to some location on your hard drive.
14
- Then you can run Laze like so:
11
+ You can install Laze as a rubygem:
15
12
 
16
- /path/to/laze/bin/laze
13
+ gem install laze
17
14
 
18
- ...where /path/to/laze is where you saved Laze on your disk.
15
+ You may need to prefix that with <tt>sudo</tt>, depending on your system.
16
+ You should then be able to use <tt>laze</tt> anywhere.
19
17
 
20
18
  == Usage
21
19
 
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :minor: 2
3
- :patch: 0
3
+ :patch: 1
4
4
  :major: 0
5
5
  :build:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: laze
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arjan van der Gaag