codefumes_harvester 0.1.6 → 0.1.7

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.
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 0.1.7 / 20-APR-2010
2
+
3
+ * Updated build status sent up in the Integrity notifier to be 'successful'
4
+ * Small update to README
5
+
1
6
  == 0.1.6 / 09-MAR-2010
2
7
 
3
8
  * Added QuickBuild class to simplify adding/updating Build information to a project
data/README.txt CHANGED
@@ -82,15 +82,10 @@ CodeFumes.com[http://codefumes.com].
82
82
 
83
83
  == INSTALL:
84
84
 
85
- From RubyForge:
85
+ From Gemcutter:
86
86
 
87
87
  sudo gem install codefumes_harvester
88
88
 
89
- Or, from Github:
90
-
91
- sudo gem install cosyn-codefumes_harvester
92
-
93
-
94
89
  == LICENSE:
95
90
 
96
91
  (The MIT License)
@@ -10,7 +10,7 @@ require 'codefumes_harvester/quick_build'
10
10
  include CodeFumesHarvester
11
11
 
12
12
  module CodeFumesHarvester
13
- VERSION = '0.1.6' unless defined?(CodeFumesHarvester::VERSION)
13
+ VERSION = '0.1.7' unless defined?(CodeFumesHarvester::VERSION)
14
14
  LIB_ROOT = File.dirname(__FILE__)
15
15
  end
16
16
 
@@ -46,7 +46,7 @@ module CodeFumesHarvester
46
46
  private
47
47
  def build_state
48
48
  case @build.status
49
- when :success then :success
49
+ when :success then :successful
50
50
  when :failed then :failed
51
51
  when :building then :running
52
52
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 6
9
- version: 0.1.6
8
+ - 7
9
+ version: 0.1.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Tom Kersten
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-03-27 00:00:00 -05:00
18
+ date: 2010-04-20 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency