public
Rubygem
Description: Running Long Background Tasks In Ruby On Rails Made Dead Simple
Homepage:
Clone URL: git://github.com/ncr/background-fu.git
Click here to lend your support to: background-fu and make a donation at www.pledgie.com !
Changed the name of generated gem to background_fu (github project is 
background-fu - note the difference between "-" and "_"
ncr (author)
Wed May 28 02:10:29 -0700 2008
commit  c4e6d15ae3bff071eecf558ca1d2e33e49cac3c8
tree    d4dc07f739dbb4901b511d4d49b86d7acc9fd275
parent  62d2676e3d1a539a187c2fad94ee9753e0fe11e0
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 Gem::Specification.new do |s|
0
-  s.name = %q{background-fu}
0
+  s.name = %q{background_fu}
0
   s.version = "1.0.2"
0
 
0
   s.specification_version = 2 if s.respond_to? :specification_version=

Comments