ciquantum 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module CIQuantum
2
- Version = VERSION = "0.0.8"
2
+ Version = VERSION = "0.0.9"
3
3
  end
@@ -29,7 +29,7 @@
29
29
  <body>
30
30
  <div class="title <%= @build.status.to_s %>"><%= @caption %></div><br>
31
31
  <div class="text">
32
- Last build <%= @project %> on branch <%= @build.branch %> <%= @build.status.to_s %>."<br><br>
32
+ Last build <%= @project %> on branch <%= @build.branch %> <%= @build.status.to_s %>.<br><br>
33
33
 
34
34
  Details: <%= @build.commit.url %><br>
35
35
  Author: <%= @build.commit.author %><br>
@@ -35,7 +35,7 @@
35
35
  <form method="POST" action="/switch_branch">
36
36
  <select name="branch">
37
37
  <% for @branch in quantum.git_branches %>
38
- <option value="<%= @branch %>" <%= "selected=\"selected\"" if (@branch == quantum.git_branch) %> >"<%= @branch %>"</option>
38
+ <option value="<%= @branch %>" <%= 'selected="selected"' if (@branch == quantum.git_branch) %>>"<%= @branch %>"</option>
39
39
  <% end %>
40
40
  </select>
41
41
  <input type="submit" name="switch" value="Switch branch and build"/>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ciquantum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2012-05-07 00:00:00.000000000 Z
14
+ date: 2012-05-22 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler