Skip to content

Commit

Permalink
Updating gemspec, now you can install gem, add require 'garlic/tasks'…
Browse files Browse the repository at this point in the history
… to your Rakefile, and use garlic's tasks from there
  • Loading branch information
pat committed Oct 11, 2008
1 parent 9c4c3b6 commit f446fe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions garlic.gemspec
Expand Up @@ -2,14 +2,14 @@

Gem::Specification.new do |s|
s.name = %q{garlic}
s.version = "0.1.0"
s.version = "0.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ian White"]
s.date = %q{2008-10-11}
s.description = %q{Lightweight set of rake tasks to help with CI.}
s.email = %q{ian.w.white@gmail.com}
s.files = ["lib/garlic/configurator.rb", "lib/garlic/garlic.rb", "lib/garlic/repo.rb", "lib/garlic/target.rb", "lib/garlic.rb", "lib/garlic_tasks.rb", "MIT-LICENSE", "README.rdoc", "TODO", "spec/garlic/repo_spec.rb"]
s.files = ["lib/garlic/configurator.rb", "lib/garlic/garlic.rb", "lib/garlic/repo.rb", "lib/garlic/target.rb", "lib/garlic/tasks.rb", "lib/garlic.rb", "MIT-LICENSE", "README.rdoc", "TODO", "spec/garlic/repo_spec.rb"]
s.homepage = %q{http://github.com/ianwhite/garlic/tree}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.0}
Expand Down
2 changes: 1 addition & 1 deletion lib/garlic.rb
Expand Up @@ -7,7 +7,7 @@ module Garlic
module Version
Major = 0
Minor = 1
Tiny = 0
Tiny = 1

String = [Major, Minor, Tiny].join('.')
end
Expand Down

0 comments on commit f446fe7

Please sign in to comment.