Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

Commit

Permalink
Pull gem spec version from info file.
Browse files Browse the repository at this point in the history
  • Loading branch information
matschaffer committed Aug 1, 2011
1 parent 5fae96a commit 0bdf6b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
knife-solo (0.0.1)
knife-solo (0.0.3)
chef (~> 0.10.0)
net-ssh (~> 2.1.3)

Expand Down
4 changes: 3 additions & 1 deletion knife-solo.gemspec
@@ -1,6 +1,8 @@
require File.join(File.dirname(__FILE__), 'lib', 'knife-solo', 'info')

Gem::Specification.new do |s|
s.name = 'knife-solo'
s.version = '0.0.1'
s.version = KnifeSolo::VERSION
s.summary = 'A collection of knife plugins for dealing with chef solo'
s.description = 'Handles bootstrapping, running chef solo, rsyncing cookbooks etc'

Expand Down

0 comments on commit 0bdf6b5

Please sign in to comment.