stand 1.0.5.pre3 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +3 -3
  3. data/lib/standup/version.rb +1 -1
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: f7e8c977b90c82e8740f948ce785c416e4153f97
4
- data.tar.gz: '0914a5fafa8c46baee40c5919d1729bfab27bc74'
2
+ SHA256:
3
+ metadata.gz: 354dfa7785116eebcc3d06dfa2afcb8e36602178df30a6713613f8862e9f4963
4
+ data.tar.gz: 792974a6f73f826cc159983a7bba9efde3d3b5b099f23180e351bb8b17774541
5
5
  SHA512:
6
- metadata.gz: df69066b9de80d86afe50584ae42fc218f76d8ab1401807ae2d195fb83e38aa9416d588c4cf2c2c09107f878a7ca11e2c03d3138f9a22150e1d8e8d79196e493
7
- data.tar.gz: 6b5ac6109b393c8904221738fb456236297def4210f013bac65ecd0ea23bea3ef3f6a93b844e6593e08cc02eb4a30e03d785bf0150aa7dc70207cfe129c676d4
6
+ metadata.gz: 1409238f9a00f7c4431caf29a63e92f0de38cf265da49f2c0abeb64d6823f68b16e34660e9a043881d63c5259297e2a9335fdf93be73da96456bdc46a99690ee
7
+ data.tar.gz: a308a930a661f0400e8d09aed5ec0f1f43b8b43ec51efd504f739770a1b0731fcf82baa88b1df77513690aa0ff25a438f07b925913d5ac769410d34f0cf823de
data/README.md CHANGED
@@ -12,7 +12,7 @@ This gem is a simple binary to help you generate reports of your work.
12
12
 
13
13
  ```yaml
14
14
  gitlab_access_token: 'AbCdEfGhIjKlMnOp'
15
- gitlab_endpoint: 'https://gitlab.example.net/api/v3'
15
+ gitlab_endpoint: 'https://gitlab.example.net/api/v4'
16
16
  ```
17
17
 
18
18
  ## Usage
@@ -20,7 +20,7 @@ gitlab_endpoint: 'https://gitlab.example.net/api/v3'
20
20
  And you are good to go via
21
21
 
22
22
  ```bash
23
- ~$ standup --username <gitlab_username>
23
+ ~$ standup
24
24
  +------------+-------+-----+------------------------------------------------+
25
25
  | DONE |
26
26
  +------------+-------+-----+------------------------------------------------+
@@ -46,7 +46,7 @@ And you are good to go via
46
46
  Forgot a standup two days ago? Just
47
47
 
48
48
  ```bash
49
- ~$ standup --from 2017-02-01 --to 2017-02-02 --username <gitlab_username>
49
+ ~$ standup --from 2017-02-01 --to 2017-02-02
50
50
  ```
51
51
 
52
52
  ## Integrations
@@ -1,3 +1,3 @@
1
1
  module Standup
2
- VERSION = '1.0.5.pre3'
2
+ VERSION = '1.0.5'
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: 1.0.5.pre3
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Bonaud
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2018-01-09 00:00:00.000000000 Z
13
+ date: 2018-01-10 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: easy_app_helper
@@ -314,12 +314,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
314
314
  version: 2.2.2
315
315
  required_rubygems_version: !ruby/object:Gem::Requirement
316
316
  requirements:
317
- - - ">"
317
+ - - ">="
318
318
  - !ruby/object:Gem::Version
319
- version: 1.3.1
319
+ version: '0'
320
320
  requirements: []
321
321
  rubyforge_project:
322
- rubygems_version: 2.6.13
322
+ rubygems_version: 2.7.4
323
323
  signing_key:
324
324
  specification_version: 4
325
325
  summary: Generate your standup reports instantly.