Skip to content

Commit

Permalink
v0.3.0 - long due release
Browse files Browse the repository at this point in the history
  • Loading branch information
timgluz committed Sep 2, 2016
1 parent 94c6c35 commit 0f69c60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
[![Dependency Status](https://www.versioneye.com/user/projects/57c995a4968d640049e12849/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/57c995a4968d640049e12849)[![Join the chat at https://gitter.im/versioneye/veye](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/versioneye/veye?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)


**veye** is a command line tool for [VersionEye](https://www.versioneye.com/). It is a wrapper around the [VersionEye API](https://www.versioneye.com/api), implemented in Ruby. The tool allows you to write scripts for continuous updating and due diligence.
**veye** is a command line tool and Ruby client for [VersionEye](https://www.versioneye.com/). The tool allows you to write scripts for continuous updating and due diligence tasks.

Most endpoints require an API key, which you can get [here](https://www.versioneye.com/settings/api) and i recommend you to use an organization API-key.

[VersionEye](https://www.versioneye.com/) is a cross-platform search engine and crowdsourcing app for opensource software libraries.

* Take advantage of the extended search to find any library you look for.
* Follow and track your favorite software packages via RSS feed.
* Leave comments and add additional meta information to the libraries to improve the quality of the data.
* Keep eye out-dated packages.
* Contribute to this crowdsourcing project to make the world a better place for software developers.

![Main help](http://g.recordit.co/4Mb8lBYwfG.gif)
Expand All @@ -26,7 +26,7 @@ Most endpoints require an API key, which you can get [here](https://www.versione
$> veye change_key a124423233
```

More commands are documented in [Veye/CLI wiki](https://github.com/versioneye/veye/wiki)
More commands are in [Veye/CLI wiki](https://github.com/versioneye/veye/wiki), but i recommend to consult with [bin/veye](https://github.com/versioneye/veye/blob/master/bin/veye) file as not all the attributes and commandline flags are not documented.

## Getting started for developers

Expand Down
2 changes: 1 addition & 1 deletion lib/veye/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Veye
VERSION = '0.3.0-RC1'
VERSION = '0.3.0'
BIGEYE = %q{
_ __ _ ______
Expand Down

0 comments on commit 0f69c60

Please sign in to comment.