public
Description: A Subversion post-commit hook that will edit FogBugz cases using Trac-like keywords
Homepage: http://fogbugz-svnhook.rubyforge.org/
Clone URL: git://github.com/francois/fogbugz-svnhook.git
Changed dependencies to be ~> instead of >=
francois (author)
Tue Mar 25 18:45:28 -0700 2008
commit  0c3dc0529bb10d7a8e08ac33b675a693c915478c
tree    63a5c577358671889359e74e5b4e52ff206c8536
parent  bbfcba422b66cf6a6df15e31d4280dd1480883a6
...
59
60
61
62
63
64
 
 
 
65
66
67
...
59
60
61
 
 
 
62
63
64
65
66
67
0
@@ -59,9 +59,9 @@ hoe = Hoe.new(GEM_NAME, VERS) do |p|
0
   # == Optional
0
   p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
0
   p.extra_deps = [
0
- ["main", ">= 2.8.0"],
0
- ["highline", ">= 1.4.0"],
0
- ["activesupport", ">= 2.0.2"],
0
+ ["main", "~> 2.8.0"],
0
+ ["highline", "~> 1.4.0"],
0
+ ["activesupport", "~> 2.0.2"],
0
   ] # An array of rubygem dependencies [name, version], e.g. [ ['active_support', '>= 1.3.1'] ]
0
   
0
   #p.spec_extras = {} # A hash of extra values to set in the gemspec.

Comments

    No one has commented yet.