bb-flow 0.1.1 → 0.1.2

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: abdb59e36cfe13fa77cb8a9f0b86d686aee3a495
4
- data.tar.gz: b6aafdcb1349ed7412cc6d55d5756d9872ef4855
3
+ metadata.gz: eaad5df13ac0248603a75a04305949053a789e09
4
+ data.tar.gz: d79899d5adf15c52d6a3cef10ebf20fd7c944b18
5
5
  SHA512:
6
- metadata.gz: a0d50385d5dbc0675421b00487fa1ad1fbb638486c2b1fb803867d242297de9b9f7ce2aaf18b18389adb9c219b5f1a7b0b9131a47106d1b5dcddeaa679a44d69
7
- data.tar.gz: 94310d5673a007b61d7740c98a159b0a1f7a631592043e82e8c7d9ff88ae5d66bbc570460a1737d7476b52a92ccd9fb847aacf9e04fc613d332a3ee065559ca1
6
+ metadata.gz: 7865436ce51793e5638fccff9f15d53ad2fd0021e1b3756678a9de20cc7ee0afc6307622b41725575d45a3fc64b937d6fd27d0d542229362379649ff1ccd54f7
7
+ data.tar.gz: e83860fa8be8127b8653f8bbec7c5bb6602b25f6acd459e6ab4f7b3c58a992f3f9b6cc326c8d57054efd32c4b08cd3aac808d4139dc892504d0dd843051f7b53
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bb-flow (0.1.1)
4
+ bb-flow (0.1.2)
5
5
  ansi-select (~> 0.2.5)
6
6
  colorize (~> 0.7.7)
7
7
  git (~> 1.2.9.1)
@@ -31,6 +31,7 @@ module BBFlow
31
31
 
32
32
  # @return [Array<Array<String>>] Array<[login, name]>
33
33
  persistent local def collaborators
34
+ puts 'Fetching project collaborators...'
34
35
  octokit.collaborators(repository_name).map(&:login).sort.map(&octokit.method(:user)).map { |user| [user.login, user.name] }
35
36
  end
36
37
 
@@ -9,7 +9,7 @@ module BBFlow
9
9
 
10
10
  # Current patch level.
11
11
  # @return [String]
12
- PATCH = 1
12
+ PATCH = 2
13
13
 
14
14
  # Full release version.
15
15
  # @return [String]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bb-flow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - gregolsen