Displaying 7 results from an estimated 7 matches for "specification_version".
2009 Jan 16
10
Puppet playing badly with Debian etch rubygems
...up ruby1.8-dev (1.8.5-4etch4) ...
Setting up rubygems (0.9.0-5) ...
Before this (I mean *immediately* before this) puppet worked fine
exceept for not being able to find a provider for Augeas. After
this, though:
ec2-www1:/usr/src# puppetd -t
Failed to load feature test for rails: private method `specification_version='' called for #<Gem::Specification:0xb7e93c04>
/usr/lib/ruby/1.8/rubygems/source_index.rb:86:in `load_specification'': private method `specification_version='' called for #<Gem::Specification:0xb7ae48b0> (NoMethodError)
from /usr/lib/ruby/1.8/rubygems/spe...
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/.
2007 Dec 22
12
error when installing on jruby (fastthread dependency)
I''m running jruby trunk which has integrated rubygems 1.0.0 and when
I try and install mongrel with gem it blows up when the fastthread
dependency tries to do a native compilation.
I couldn''t find a copy of the gemspec in the svn checkout but looking
at the one installed when gem installing mongrel didn''t show any
platform differentiation. There is platform
2012 Jan 20
2
Build a ruby gem and conditionally specify dependencies
...m is installed on
the local developer machine,
the YAML is extracted from metadata.gz and converted back into a
Gem::Specification block, however, it is not converted back to the
original block.
instead, you will see something like the following:
Gem::Specification.new do |s|
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new(''1.2.0'')
then
s.add_runtime_dependency(%q<rb-inotify>, ["~> 0.8.8"])
else
s.add_dependency(%q<rb-inotify>, ["~> 0.8.8"])
end...
2008 Jul 28
0
Rubygems Issues
...ww/fulfillment/public/dispatch.cgi:10
Completed in 0.01965 (50 reqs/sec) | Rendering: 0.00006 (0%) | 200 OK
============Error 2==============
irb(main):001:0> require ''rubygems''
=> true
irb(main):002:0> require ''hpricot''
NoMethodError: private method `specification_version='' called for
#<Gem::Specification:0xb7c8d1a8>
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:86:in
`load_specification''
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/specification.rb:
401:in `initialize''
from (eval):1:in `new''
from (e...
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