Displaying 5 results from an estimated 5 matches for "extra_rdoc_fil".
Did you mean:
extra_rdoc_files
2004 Nov 04
4
Attempt to build a gemspec
...t;
s.version = "0.3.1"
s.platform = Gem::Platform::WIN32
s.summary = "A base class for Win32 synchronization
objects."
s.files = ["ipc.so"]
s.require_path = "."
s.autorequire = "win32/ipc"
s.has_rdoc = true
s.extra_rdoc_files = ["README","CHANGES"]
opts = ''-S --title A base class for Win32 synchronization objects.''
opts << '' --main README''
s.rdoc_options = opts
s.test_files = Dir.glob("test/tc_*.rb")
s.author = "Daniel...
2008 Jun 03
9
Build rspec-rails as a gem?
I can''t figure out how to build rspec-rails as a gem when just cloned
from github... there isn''t any .gemspec file or rake task that does
this. Any help?
--
Posted via http://www.ruby-forum.com/.
2005 Jun 04
0
Gem problem
...ects/win32utils"
gem.platform = Gem::Platform::WIN32
gem.summary = "A base class for Win32 synchronization
objects."
gem.require_path = "lib"
gem.test_file = "test/tc_ipc.rb"
gem.has_rdoc = true
gem.extra_rdoc_files = ["CHANGES","README"]
gem.extensions = ["extconf.rb"]
gem.rubyforge_project = "win32utils"
files = Dir["doc/*"] + Dir["examples/*"] + Dir["lib/win32/*"]
files += Dir["test/*"] + Dir["...
2006 Jun 27
25
1.1.3 available.
Hello,
DHH has just announced the release of Rails 1.1.3
http://weblog.rubyonrails.org/2006/6/27/rails-1-1-3-security-fix-and-minor-fixes
rails-1.1.3
activerecord-1.14.3
actionpack-1.12.2
actionmailer-1.2.2
actionwebservice-1.1.3
The announce without the repetition :)
"Rails 1.1.3: Security fix and minor fixes
Posted by David June 27, 2006 @ 08:07PM
We''ve found and fixed a
2009 Sep 28
5
Multi-databases support
Hi,
While I was hacking ovirt-server, I have found that it's currently
restricted to Postgres DB. Even if I like postgres for serious work on a
server, I really prefer to hack/dev locally on a Sqlite or MySQL DB.
I have googled on rails in order to find a good answer for the "foreign
key problem" which forces OVirt to stay on pg. I have found a plugin on
this particular