chef-server 0.9.0.a90 → 0.9.0.a91

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +12 -2
  2. data/lib/chef-server/version.rb +1 -1
  3. metadata +8 -8
data/Rakefile CHANGED
@@ -19,14 +19,14 @@
19
19
  require File.dirname(__FILE__) + '/lib/chef-server/version'
20
20
  require 'rake/gempackagetask'
21
21
 
22
- GEM_NAME = "chef-server-api"
22
+ GEM_NAME = "chef-server"
23
23
  AUTHOR = "Opscode"
24
24
  EMAIL = "chef@opscode.com"
25
25
  HOMEPAGE = "http://wiki.opscode.com/display/chef"
26
26
  SUMMARY = "A meta-gem to install all server components of the Chef configuration management system"
27
27
 
28
28
  spec = Gem::Specification.new do |s|
29
- s.name = 'chef-server'
29
+ s.name = GEM_NAME
30
30
  s.version = ChefServer::VERSION
31
31
  s.platform = Gem::Platform::RUBY
32
32
  s.has_rdoc = true
@@ -45,6 +45,16 @@ spec = Gem::Specification.new do |s|
45
45
  s
46
46
  end
47
47
 
48
+ desc "Install the gem"
49
+ task :install => :package do
50
+ sh %{gem install pkg/#{GEM_NAME}-#{ChefServer::VERSION} --no-rdoc --no-ri}
51
+ end
52
+
53
+ desc "Uninstall the gem"
54
+ task :uninstall do
55
+ sh %{gem uninstall #{GEM_NAME} -x -v #{ChefServer::VERSION} }
56
+ end
57
+
48
58
  Rake::GemPackageTask.new(spec) do |pkg|
49
59
  pkg.gem_spec = spec
50
60
  end
@@ -17,5 +17,5 @@
17
17
  #
18
18
 
19
19
  module ChefServer
20
- VERSION = '0.9.0.a90'
20
+ VERSION = '0.9.0.a91'
21
21
  end
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 9
8
8
  - 0
9
- - a90
10
- version: 0.9.0.a90
9
+ - a91
10
+ version: 0.9.0.a91
11
11
  platform: ruby
12
12
  authors:
13
13
  - Opscode
@@ -30,8 +30,8 @@ dependencies:
30
30
  - 0
31
31
  - 9
32
32
  - 0
33
- - a90
34
- version: 0.9.0.a90
33
+ - a91
34
+ version: 0.9.0.a91
35
35
  type: :runtime
36
36
  version_requirements: *id001
37
37
  - !ruby/object:Gem::Dependency
@@ -46,8 +46,8 @@ dependencies:
46
46
  - 0
47
47
  - 9
48
48
  - 0
49
- - a90
50
- version: 0.9.0.a90
49
+ - a91
50
+ version: 0.9.0.a91
51
51
  type: :runtime
52
52
  version_requirements: *id002
53
53
  - !ruby/object:Gem::Dependency
@@ -62,8 +62,8 @@ dependencies:
62
62
  - 0
63
63
  - 9
64
64
  - 0
65
- - a90
66
- version: 0.9.0.a90
65
+ - a91
66
+ version: 0.9.0.a91
67
67
  type: :runtime
68
68
  version_requirements: *id003
69
69
  description: A meta-gem to install all server components of the Chef configuration management system