hubbard 0.0.3 → 0.0.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.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/commands/list-users.rb +4 -0
  3. metadata +2 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.3
1
+ 0.0.4
@@ -0,0 +1,4 @@
1
+ Dir.entries(File.join(HUB_DATA, "projects")).each do |entry|
2
+ next if entry == '.' || entry == '..'
3
+ puts entry
4
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hubbard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Foemmel
@@ -52,6 +52,7 @@ files:
52
52
  - commands/list-permissions.rb
53
53
  - commands/list-projects.rb
54
54
  - commands/list-repositories.rb
55
+ - commands/list-users.rb
55
56
  - commands/remove-key.rb
56
57
  - commands/remove-permission.rb
57
58
  - lib/hubbard.rb