sam / do fork watch download tarball
public
Rubygem
Description: DataObjects
Homepage: http://rubyforge.org/projects/dorb
Clone URL: git://github.com/sam/do.git
Search Repo:
Removed Addressable gem dependency
myabc (author)
Fri May 16 02:26:17 -0700 2008
commit  a21cbface5dacc00efee10ede625bc0b487e3fc2
tree    1da183406ac806b9b026523df078c2f8cdc81457
parent  636d7dee87a91fa89c75b761afdd7b33eacaa626
...
20
21
22
23
24
25
26
...
20
21
22
 
23
24
25
0
@@ -20,7 +20,6 @@
0
 # s.extensions = ["ext/extconf.rb"]
0
   s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,specs}/**/*").reject {|x| x =~ /\.(o|bundle)$/ }
0
   s.add_dependency('data_objects', '>= 0.9.0')
0
- s.add_dependency('addressable', '>= 1.0.3')
0
 end
0
 
0
 Rake::GemPackageTask.new(spec) do |pkg|

Comments

    No one has commented yet.