ianwhite-garlic 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
data/lib/garlic.rb CHANGED
@@ -11,7 +11,7 @@ module Garlic
11
11
  module Version
12
12
  Major = 0
13
13
  Minor = 1
14
- Tiny = 3
14
+ Tiny = 4
15
15
 
16
16
  String = [Major, Minor, Tiny].join('.')
17
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ianwhite-garlic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ian White
@@ -13,7 +13,7 @@ date: 2008-11-23 00:00:00 -08:00
13
13
  default_executable: garlic
14
14
  dependencies: []
15
15
 
16
- description: Lightweight set of rake tasks to help with CI.
16
+ description: Set of commands/rake-tasks for CI against multiple version of rails/deps.
17
17
  email: ian.w.white@gmail.com
18
18
  executables:
19
19
  - garlic
@@ -30,7 +30,7 @@ files:
30
30
  - lib/garlic/target.rb
31
31
  - lib/garlic/tasks.rb
32
32
  - lib/garlic.rb
33
- - lib/tabtab_definition.rb
33
+ - lib/tabtab_definitions/garlic.rb
34
34
  - templates/default.rb
35
35
  - templates/rspec.rb
36
36
  - templates/shoulda.rb
@@ -67,6 +67,6 @@ rubyforge_project:
67
67
  rubygems_version: 1.2.0
68
68
  signing_key:
69
69
  specification_version: 2
70
- summary: Lightweight set of rake tasks to help with CI.
70
+ summary: Set of commands/rake-tasks for CI against multiple version of rails/deps.
71
71
  test_files:
72
72
  - spec/garlic/repo_spec.rb