public
Rubygem
Description: DataMapper - Core
Homepage: http://datamapper.org
Clone URL: git://github.com/sam/dm-core.git
Search Repo:
Update the Rakefile to use --no-update-sources and --local for install 
task
cypher (author)
Tue May 13 13:10:31 -0700 2008
commit  a882cabc665849d628593d2e343a18e35970efbc
tree    57eeafb5fd6a69604a6353a47ac219e48050b941
parent  045d07eb54ef392e0d94451872a38c547f9dc064
...
136
137
138
139
 
140
141
142
...
136
137
138
 
139
140
141
142
0
@@ -136,7 +136,7 @@
0
 
0
 desc "Install #{PROJECT}"
0
 task :install => :package do
0
- sh %{#{SUDO unless ENV['SUDOLESS']} gem install pkg/#{PROJECT}-#{PACKAGE_VERSION}}
0
+ sh %{#{SUDO unless ENV['SUDOLESS']} gem install --local pkg/#{PROJECT}-#{PACKAGE_VERSION} --no-update-sources}
0
 end
0
 
0
 if RUBY_PLATFORM.match(/mswin32|cygwin|mingw|bccwin/)

Comments

    No one has commented yet.