stand 0.0.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ada5f35baff401668f87f31f92f91b1770e9dbef
4
- data.tar.gz: 681319591617aeba132531ad2d88eeb30d5e2d76
3
+ metadata.gz: c3d925919e0fa006dc5a25a66aa92e13b6a443eb
4
+ data.tar.gz: 1984816b62b4846394d81e51698ee6ba2cf13824
5
5
  SHA512:
6
- metadata.gz: b6b90e3df446ad7b4b536b552c455dfa42736c2576c1ec40dde224b5cf68b59573e08e64d27a8cec1fd8bf923a294f7c6173faa73e45857e682158e1075648e7
7
- data.tar.gz: b1a74aacda57b791b7510f995418bf263d279695ac4ff7114feb225d8025cbcb71bc3c93be31321f855202175a79cbb9739991978e2b51d1444c780900e3c6ab
6
+ metadata.gz: cb91ea09297500d78c6cc1c200821b9c18a53ccee589480b2949ab86d7cd5404276baf4ebe8735525ba67b78125ffcded6150612565ca6ac6d6f8a075a5e85e7
7
+ data.tar.gz: 13aed307b32ae29a508bafea94009c43805fa9408f7d2034029579902e185dac18ab791619fc0b73e66bf34b10ecb91be7c302152f32d6f928042e2742e6e645
data/README.md CHANGED
@@ -2,11 +2,19 @@
2
2
 
3
3
  This gem is a simple binary to help you generate reports of your work.
4
4
 
5
- # Usage
5
+ # Installation
6
+
7
+ - Install with `gem install stand`
8
+ - Generate a new token on https://gitlab.example.net/profile/personal_access_tokens with the "api" scope
9
+ - Create the file `$HOME/.standup/standup.yml` with the following content:
6
10
 
7
- Simply,
11
+ ~~~ruby
12
+ gitlab_access_token: 'AbCdEfGhIjKlMnOp'
13
+ gitlab_endpoint: 'https://gitlab.example.net/api/v3'
14
+ ~~~
8
15
 
9
- gem install standup
16
+
17
+ # Usage
10
18
 
11
19
  And you are good to go via
12
20
 
data/lib/standup/app.rb CHANGED
@@ -34,5 +34,3 @@ module Standup
34
34
  end
35
35
  end
36
36
  end
37
-
38
- Standup::App.new.run
@@ -1,3 +1,3 @@
1
1
  module Standup
2
- VERSION = '0.0.1'
2
+ VERSION = '1.0.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stand
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Bonaud