opsask 2.0.9 → 2.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6f4a838b8136ea404eed4f508a005f791d24bef6
4
- data.tar.gz: ac22665ee304fc7eae93309f98234def4b2f45bc
3
+ metadata.gz: 015771f164a44ae7c15a5e03c4dc10545cdf4228
4
+ data.tar.gz: dc311d966f3e93acf248536ae49f355134f76f13
5
5
  SHA512:
6
- metadata.gz: 002e05308d284dfaabec43a68069b737dd28201657723b4cf7275c1161827c9c62019a462800a1cd817685e90e9be2a5a04ce58805bb55ca2aaddcf5a01f935c
7
- data.tar.gz: 1c2ad12f5c79015a09e4b7ff745bab08fa17e162b639f0825375ed596f62345b49216ab3908c50c2a5429d6a4e8ad576e76aaa47a912efbde276cdb181779a5a
6
+ metadata.gz: 561247423d77e930aa0e5b736afb80e4167575835acc3a3e10ffb4b41e06cb36b01b476574db8df5160615cc9de49e61606be403d3f314f68ed645495e05a739
7
+ data.tar.gz: 041ad7214863be4bcaa95f6c4c5c9e6a49218006f8d377a73078053aa2d5e98c4084bd815a83d07c2ab65740b97fbcc5fa6e02ed4fea9e9fe111ae7c29a4fd4a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opsask (2.0.8)
4
+ opsask (2.0.9)
5
5
  curb (~> 0.8)
6
6
  rack (~> 1)
7
7
  rack-flash3 (~> 1)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.9
1
+ 2.0.10
data/public/css/style.css CHANGED
@@ -148,10 +148,11 @@ input[type="checkbox"] + label {
148
148
 
149
149
  .stats .stat {
150
150
  color: #ebebeb;
151
- padding-top: 2em;
152
- padding-bottom: 2em;
151
+ padding-top: 3em;
152
+ padding-bottom: 3em;
153
153
  background-color: #333;
154
154
  text-align: center;
155
+ font-size: 1.25em;
155
156
  }
156
157
 
157
158
  .stat.resolved {
@@ -173,7 +174,7 @@ input[type="checkbox"] + label {
173
174
  }
174
175
 
175
176
  .stat .number {
176
- font-size: 1.25em;
177
+ font-size: 1.5em;
177
178
  font-weight: bold;
178
179
  }
179
180
 
@@ -182,7 +183,7 @@ input[type="checkbox"] + label {
182
183
  }
183
184
 
184
185
  .stat .about {
185
- font-size: 1.5em;
186
+ font-size: 1.4em;
186
187
  padding-top: 0.75em;
187
188
  font-weight: bold;
188
189
  }
data/views/_queue.erb CHANGED
@@ -5,7 +5,7 @@
5
5
  <% jiras.each do |jira| %>
6
6
  <li class="jira <%= classes_for jira %>">
7
7
  <a href="http://jira.bluejeansnet.com/browse/<%= jira.key %>">
8
- <% labels = jira.fields['labels'].reject { |i| i == 'OpsAsk' || i =~ /Sprint/ }.map { |l| { 'name' => l } } + jira.fields['components'] %>
8
+ <% labels = jira.fields['labels'].reject { |i| i == 'OpsAsk' || i =~ /Sprint/ }.map { |l| { 'name' => l } } + jira.fields['components'] - %w[ OpsBLR ] %>
9
9
  <h3><%= jira.key %> <%= partial :components, locals: { components: labels, epic: epic(jira.fields['customfield_10350']) } %></h3>
10
10
  <p><%= jira.fields['summary'] %></p>
11
11
  <p><%= %></p>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opsask
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.9
4
+ version: 2.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Clemmer