cijoe 0.0.1 → 0.1.0

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.
Files changed (4) hide show
  1. data/README.markdown +10 -2
  2. data/Rakefile +1 -17
  3. data/lib/cijoe/version.rb +1 -1
  4. metadata +2 -2
@@ -11,8 +11,16 @@ Because knowing is half the battle.
11
11
 
12
12
  Quickstart
13
13
  ----------
14
+
15
+ Rip:
16
+
17
+ $ rip install git://github.com/defunkt/cijoe.git
18
+ $ git clone git://github.com/you/yourrepo.git
19
+ $ cijoe yourrepo
20
+
21
+ Gemcutter:
14
22
 
15
- $ rip install git://github.com/defunkt/cijoe.git 0.1.1
23
+ $ gem install cijoe
16
24
  $ git clone git://github.com/you/yourrepo.git
17
25
  $ cijoe yourrepo
18
26
 
@@ -154,4 +162,4 @@ Questions? Concerns?
154
162
  [Issues](http://github.com/defunkt/cijoe/issues) or [the mailing list](http://groups.google.com/group/cijoe).
155
163
 
156
164
 
157
- ( Chris Wanstrath :: chris@ozmm.org )
165
+ ( Chris Wanstrath :: chris@ozmm.org )
data/Rakefile CHANGED
@@ -1,26 +1,9 @@
1
1
  begin
2
2
  require 'jeweler'
3
3
 
4
- # We're not putting VERSION or VERSION.yml in the root,
5
- # so we have to help Jeweler find our version.
6
4
  $LOAD_PATH.unshift File.dirname(__FILE__) + '/lib'
7
5
  require 'cijoe/version'
8
6
 
9
- CIJoe::Version.instance_eval do
10
- def refresh
11
- end
12
- end
13
-
14
- class Jeweler
15
- def version_helper
16
- CIJoe::Version
17
- end
18
-
19
- def version_exists?
20
- true
21
- end
22
- end
23
-
24
7
  Jeweler::Tasks.new do |gemspec|
25
8
  gemspec.name = "cijoe"
26
9
  gemspec.summary = "CI Joe is a simple Continuous Integration server."
@@ -31,6 +14,7 @@ begin
31
14
  gemspec.add_dependency 'choice'
32
15
  gemspec.add_dependency 'sinatra'
33
16
  gemspec.add_dependency 'open4'
17
+ gemspec.version = CIJoe::Version.to_s
34
18
  end
35
19
  rescue LoadError
36
20
  puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
@@ -1,3 +1,3 @@
1
1
  class CIJoe
2
- Version = "0.0.1"
2
+ Version = "0.1.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cijoe
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Wanstrath
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-03 00:00:00 -07:00
12
+ date: 2009-10-10 00:00:00 -07:00
13
13
  default_executable: cijoe
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency