errbit_cloudfuji 0.2.2 → 0.2.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.
@@ -0,0 +1,9 @@
1
+ #action-bar span a.cloudfuji_inactive {
2
+ background: transparent url(/assets/cloudfuji_inactive.png) 6px 5px no-repeat;
3
+ cursor: default;
4
+ }
5
+ #action-bar span.disabled:hover {
6
+ -webkit-box-shadow: none;
7
+ -moz-box-shadow: none;
8
+ box-shadow: none;
9
+ }
@@ -30,6 +30,9 @@ module IssueTrackers
30
30
  puts "Publishing Cloudfuji Event: #{event.inspect}"
31
31
 
32
32
  ::Cloudfuji::Event.publish(event)
33
+
34
+ # Display 'pending' message until tracker responds with url
35
+ problem.update_attribute :issue_link, "pending"
33
36
  end
34
37
  end
35
38
 
@@ -1,5 +1,5 @@
1
1
  module Errbit
2
2
  module Cloudfuji
3
- VERSION = '0.2.2'
3
+ VERSION = '0.2.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: errbit_cloudfuji
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-05-30 00:00:00.000000000 Z
13
+ date: 2012-05-31 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: cloudfuji
@@ -75,6 +75,7 @@ files:
75
75
  - app/assets/images/cloudfuji_create.png
76
76
  - app/assets/images/cloudfuji_goto.png
77
77
  - app/assets/images/cloudfuji_inactive.png
78
+ - app/assets/stylesheets/errbit_cloudfuji.css
78
79
  - app/models/issue_trackers/cloudfuji_tracker.rb
79
80
  - app/observers/cloudfuji_notice_observer.rb
80
81
  - app/views/issue_trackers/cloudfuji_body.txt.erb
@@ -110,7 +111,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
110
111
  version: '0'
111
112
  segments:
112
113
  - 0
113
- hash: 3906247358631800772
114
+ hash: -2110622458472935357
114
115
  required_rubygems_version: !ruby/object:Gem::Requirement
115
116
  none: false
116
117
  requirements:
@@ -119,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
120
  version: '0'
120
121
  segments:
121
122
  - 0
122
- hash: 3906247358631800772
123
+ hash: -2110622458472935357
123
124
  requirements: []
124
125
  rubyforge_project:
125
126
  rubygems_version: 1.8.24