Skip to content

Commit

Permalink
Gem version 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Jan 22, 2009
1 parent fc45a23 commit 4eb3bc5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions History.txt
@@ -1,6 +1,7 @@
== Current
== 0.1.7

* 1 minor enhancement
* 2 minor enhancement
* Fix problem whereby garlic update_repos wasn't updating repos correctly
* utilise Garlic::Generator in tabtab definition

== 0.1.6 2008-11-27
Expand Down
2 changes: 1 addition & 1 deletion License.txt
@@ -1,4 +1,4 @@
Copyright (c) 2008 Ian White - ian.w.white@ardes.com
Copyright (c) 2008-2009 Ian White - ian.w.white@ardes.com

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
4 changes: 2 additions & 2 deletions garlic.gemspec
Expand Up @@ -2,11 +2,11 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ian White"]
s.date = %q{2008-11-27}
s.date = %q{2009-01-22}
s.default_executable = %q{garlic}
s.description = %q{Set of commands/rake-tasks for CI against multiple version of rails/deps.}
s.email = %q{ian.w.white@gmail.com}
Expand Down
2 changes: 1 addition & 1 deletion lib/garlic.rb
Expand Up @@ -11,7 +11,7 @@ module Garlic
module Version
Major = 0
Minor = 1
Tiny = 6
Tiny = 7

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

0 comments on commit 4eb3bc5

Please sign in to comment.