furik 0.1.3 → 0.1.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 03d9a75e83c44b537927645de036dd5ced4452a8
4
- data.tar.gz: 1e81eab81ae2898acfdfb3b1af2ced50a2e3467c
2
+ SHA256:
3
+ metadata.gz: 54a0adaa5b2bdaef09f28be6399f23dda0c2b7b3771b59bd24031592263b141a
4
+ data.tar.gz: 28acc681032c648174b5ac0cc8ea5911a70be2407f179ef4b900d47d7f5f65b7
5
5
  SHA512:
6
- metadata.gz: bff7963050cf79551cb76ecfec28f59840db213295f7a50b4dddebc1fea98862a7501d396189389d121ba2203f66b6a43edcb66c4fbd189a07004707cf28d934
7
- data.tar.gz: 3b68506f454a0ee3bf10d00b87d8495bf1fa68793f2b477819aae9fe8c52df956efcc36f61166cf02d4a37335cd251c7de099f8084e356bffde98cf01fd25a6e
6
+ metadata.gz: c8b2294d35dc4b4dfeba3cc97c9e049ddd26ac7bfb3a27aba123f61e96228b3051feeeb73c6f70552776624c107fbceff8d51d66bb990de117b2893adc3c270a
7
+ data.tar.gz: a29c9871ca2b62a6ce3b5360c6d1ee2f26b410ccabb88025addf61e8c9dcc5c608a5de4719a24fd35395f5f3dbdd0b8fea9503d80afdd77d69cc829c3b4ea579
data/README.md CHANGED
@@ -57,6 +57,8 @@ furik:
57
57
  github_enterprise_host: your.github-enterpise.host
58
58
  ```
59
59
 
60
+ NOTE: `your.github-enterprise.host` should be replaced with your true GH:E hostname(both yaml's key and value).
61
+
60
62
  ## Development
61
63
 
62
64
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. Run `bundle exec furik` to use the gem in this directory, ignoring other installed copies of this gem.
@@ -24,8 +24,7 @@ module Furik
24
24
  next if start_date && date < start_date
25
25
  next if end_date && date > end_date
26
26
 
27
- memo << "- [#{issue.number} #{issue.state}](#{issue.html_url}):"
28
- memo << " #{issue.title}"
27
+ memo << "- [#{issue.title}](#{issue.html_url}):"
29
28
  memo << " (#{issue.body.plain.cut})" if issue.body && !issue.body.empty?
30
29
  memo << " #{issue.created_at.localtime.to_date}\n"
31
30
  end
@@ -1,3 +1,3 @@
1
1
  module Furik
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: furik
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - linyows
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2015-12-21 00:00:00.000000000 Z
12
+ date: 2018-07-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: octokit
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  version: '0'
141
141
  requirements: []
142
142
  rubyforge_project:
143
- rubygems_version: 2.4.5.1
143
+ rubygems_version: 2.7.6
144
144
  signing_key:
145
145
  specification_version: 4
146
146
  summary: A summary generator of GitHub activity for retrospective.