opsask 2.1.7 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/views/stats.erb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07a1af8c014cb62fd103c1045210560e1fafdd6b
4
- data.tar.gz: fe1a247e0330214939f71d0cdf5b0df6210a7ef7
3
+ metadata.gz: af93ae578c607f384a72e4b183930e9f212b4c5d
4
+ data.tar.gz: 82c16c2e1a331d95082383cb26100b016849b3ba
5
5
  SHA512:
6
- metadata.gz: 890e65265438c05329e5926ce5c6b8853006d9aa95e310c7b1eefd5aea003101dd365071e15d0fc359e42679a71f9530e4e6fda1969c8a7f706e29bdeba8133d
7
- data.tar.gz: 2ba43ea322407a0b77e5c32b488aa72d96221f5b26509ab48fefd80d4322235a60a5f6eef0bcd41dbae5337cea034cdc26d6b14152d1412bdd42b698cce46c86
6
+ metadata.gz: f9be32baa6228b3226486f3f631ef7d923c04171e587b2ff71f824aed35729e68d982a441ad9b53c7722e8025a7ecfd7b7ee8e66dab57b6d42c91f4d425cb1aa
7
+ data.tar.gz: 24e603e77d9d4c3d857d3f9b5288d4ce9297ee20fe53ac716dcef74e13f5e135cfa4276552ab2bc2b377db87af0d5d9d820809d6a69aa5a85817190d2d0cf4f7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.1.7
1
+ 2.1.8
data/views/stats.erb CHANGED
@@ -60,7 +60,7 @@
60
60
  <div class="row" id="more-stats">
61
61
  <div class="small-10 columns">
62
62
  <div class="small-10 small-offset-2 columns">
63
- <a href="<%= outlier_stats[:outlier_link] %>">There <%= outlier_stats[:outlier_issues].length > 0 ? 'were' : 'was' %>
63
+ <a href="<%= outlier_stats[:outlier_link] %>">There <%= outlier_stats[:outlier_issues].length == 1 ? 'was' : 'were' %>
64
64
  <%= pluralize outlier_stats[:outlier_issues].length, 'issue' %> unaccounted for during this sprint</a>
65
65
  </div>
66
66
  </div>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opsask
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.7
4
+ version: 2.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Clemmer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-10 00:00:00.000000000 Z
11
+ date: 2015-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor