errbit_gitlab_plugin 1.0.0 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 888f007985de3d983cad03f5d42cc191036ec28c
4
- data.tar.gz: 31cfef1b01855ea219de3fe6be90915549be3cbd
3
+ metadata.gz: 48b9cb883b80c17c4aec2fa264df90d8eb142f37
4
+ data.tar.gz: 7aa8682385f835a280f518c1afb552eb531016ce
5
5
  SHA512:
6
- metadata.gz: c9a85f40914a30284631c75b6aa8acc2a4983d90e446c1511bf0d9e2b5daaa44318d6fd394c18949201d46ed9bf430d1a08446df0794afea2937301e2c1bb709
7
- data.tar.gz: 4e1cd3f73c7d63fcd87947c39760efdeded6b2c432b11ead717f5e9351ff8409708ed266189a1c7a376ada3cbc63790a92cc768a1420a03973014a5721b1005e
6
+ metadata.gz: d34b05428ba961d18c81f395a5f7ae1e4164657fc92c9a6a5be3423dca8e19389456b819baa744edf56be978a3c83d4433cc849b9bc1a574a37a554a950d4a14
7
+ data.tar.gz: 15c46610aaf065a32e6464bc7627a8e907dbbcfd53bd086a5b773bf585d41efef4abd5ed7ab1c925bac157eccfa09916e74e5f02ca601e9c02ffb3f39c516178
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
- # ErrbitGitlabPlugin
1
+ # ErrbitGitlabPlugin
2
+ [![Gem Version](https://badge.fury.io/rb/errbit_gitlab_plugin.svg)](https://badge.fury.io/rb/errbit_gitlab_plugin)
2
3
 
3
4
  This gem adds Gitlab issue tracker support to Errbit.
4
5
 
@@ -126,7 +126,7 @@ module ErrbitGitlabPlugin
126
126
  #
127
127
  def gitlab_project_id(gitlab_url = options[:endpoint], token = options[:api_token], project = options[:path_with_namespace])
128
128
  @project_id ||= with_gitlab(gitlab_url, token) do |g|
129
- g.projects.detect { |p| p.path_with_namespace == project }.try(:id)
129
+ g.projects.auto_paginate.detect { |p| p.path_with_namespace == project }.try(:id)
130
130
  end
131
131
  end
132
132
 
@@ -1,3 +1,3 @@
1
1
  module ErrbitGitlabPlugin
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: errbit_gitlab_plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stephen Crosby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-09 00:00:00.000000000 Z
11
+ date: 2016-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: errbit_plugin
@@ -86,7 +86,6 @@ extensions: []
86
86
  extra_rdoc_files: []
87
87
  files:
88
88
  - ".gitignore"
89
- - ".ruby-version"
90
89
  - Gemfile
91
90
  - LICENSE.txt
92
91
  - README.md
@@ -1 +0,0 @@
1
- 2.1.1