public
Description: have_tag() without Rails' assert_select()
Clone URL: git://github.com/pd/rspec_hpricot_matchers.git
Search Repo:
add rubyforge and homepage links to gemspec
pd (author)
Wed Mar 26 12:05:48 -0700 2008
commit  1778be52222fde980e86024c90bfac393f010755
tree    7123384458cee3be8a12e04067b271c8e4a538c4
parent  4f0f1fa5a6b35992789168e8be7771b055c019a5
...
18
19
20
 
 
 
21
22
23
...
18
19
20
21
22
23
24
25
26
0
@@ -18,6 +18,9 @@
0
     selector support.
0
   END
0
   spec.files = FileList['lib/**/*', 'spec/**/*', 'README', 'MIT-LICENSE', 'Rakefile']
0
+
0
+ spec.rubyforge_project = 'rspec-hpricot'
0
+ spec.homepage = 'http://rspec-hpricot.rubyforge.org'
0
 end
0
 
0
 Rake::GemPackageTask.new(gemspec) do |spec|

Comments

    No one has commented yet.