public
Description: Ambition adapter for Sphinx
Clone URL: git://github.com/technicalpickles/ambitious-sphinx.git
Search Repo:
Added names to license. Updated gem spec stuff.
Josh Nichols (author)
Tue Feb 12 19:13:52 -0800 2008
commit  01e0b4203bd119c4eed9d6e461f330c112e5bfa1
tree    b5ab92ee6642fd5ceac2deae3e70d7e084ee2f61
parent  328450f1c86540bfa393c1f38e020635e0b0b914
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-Copyright (c) 2007 Your Name
0
+Copyright (c) 2007 Josh Nichols and Dan Croak
0
 
0
 Permission is hereby granted, free of charge, to any person obtaining a copy of
0
 this software and associated documentation files (the "Software"), to deal in
...
10
11
12
13
14
15
 
 
 
16
17
18
 
19
20
21
...
10
11
12
 
 
 
13
14
15
16
17
 
18
19
20
21
0
@@ -10,12 +10,12 @@ begin
0
 
0
   Echoe.new('ambitious-sphinx') do |p|
0
     p.dependencies << 'ultrasphinx >=1.7'
0
- p.summary = "An ambitious adapter for sphinx"
0
- p.author = 'Your Name'
0
- p.email = "your@email.com"
0
+ p.summary = 'An ambitious adapter for sphinx'
0
+ p.author = 'Josh Nichols'
0
+ p.email = 'josh@technicalpickles.com'
0
 
0
     p.project = 'ambition'
0
- p.url = "http://ambition.rubyforge.org/"
0
+ p.url = 'http://ambitious-sphinx.rubyforge.org/'
0
     p.test_pattern = 'test/*_test.rb'
0
     p.version = Version
0
     p.dependencies << 'ambition >=0.5.0'

Comments

    No one has commented yet.