git-status-all 1.1.2 → 1.1.3

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: 0e1404c223a950587ca6f71c8c1782c3ce30239b
4
- data.tar.gz: de52cf5522936d22ae7d572c339f219dc79022f3
3
+ metadata.gz: 2c1fc7383f5d4a3ac5b3c8d8d5498eb3bc447e10
4
+ data.tar.gz: 2d5bb0f039d70c5b82c7f624844e27f2d2722f58
5
5
  SHA512:
6
- metadata.gz: 4a19c945bd59a79b15f9236cab09df6780a2eb0930e7ef743c0ffcfdce1f3df158122f269e9258ea402224ea2b81c43de25efa92a9f1fee922e4761040ffc52f
7
- data.tar.gz: 2d7b7377cc51acd951017e16e8723efff2cb8257ceb837ce20415a3517b5a25a117872865c865ab6d51db047c876a319b10fbdcc67a522798404bf3a3d4cbb06
6
+ metadata.gz: eb8e373b8b67029154c7bf007222c5ceef3cd923b0154ede4af37fe4a107e5a9f4c708f0d319b998cbb33a740ab8b3caf8b3efc57e71bbfdd7cd3a1e2c9394c2
7
+ data.tar.gz: 6694486f655186235ed8c7a87d18d8a8e76da0925ae9a0409b0168ab8d533b4449e794260f573201147e52ff8e92cf4aeb865b45445a33214d34cc0047de4d50
data/.gitignore CHANGED
File without changes
data/Gemfile CHANGED
File without changes
File without changes
File without changes
data/README.md CHANGED
File without changes
data/Rakefile CHANGED
@@ -1,2 +1,2 @@
1
1
  require "bundler/gem_tasks"
2
- task :default => :spec
2
+ task :default => :build
File without changes
File without changes
@@ -84,8 +84,8 @@ module Git
84
84
  return "no origin".black.on_yellow
85
85
  end
86
86
 
87
- if !g.branches[:master].up_to_date?
88
- b = g.branches[:master]
87
+ if !g.branches.current.up_to_date?
88
+ b = g.branches.current
89
89
 
90
90
  s = ''
91
91
  s += "#{b.behind_count}\u2193" if b.behind_count > 0
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  module Git
2
2
  module StatusAll
3
- VERSION = "1.1.2"
3
+ VERSION = "1.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git-status-all
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Reed
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-01-18 00:00:00.000000000 Z
11
+ date: 2018-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  version: '0'
125
125
  requirements: []
126
126
  rubyforge_project:
127
- rubygems_version: 2.6.6
127
+ rubygems_version: 2.5.1
128
128
  signing_key:
129
129
  specification_version: 4
130
130
  summary: show the status of all the git repositories in a directory