LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > External Applications > Ruby/Rails > right_aws gem not recognized - 503 Service Not Available

Reply
 
Thread Tools Display Modes
  #11  
Old 10-18-2009, 04:15 PM
Tarembah73 Tarembah73 is offline
New Member
 
Join Date: Oct 2009
Location: United States
Posts: 7
Default right_aws gem not recognized 503 Service Not Available

So gehts, warum auch immer:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32


require rubygems
require rubygems/gem_runner
require rake/gempackagetask

LOAD_PATH << File.dirname__FILE__ /lib

require flexview

spec = Gem::Specification.new do s
s.platform = Gem::Platform::RUBY
s.name = "flexview"
s.version = FlexView::VERSION
s.summary = "A component based XML template engine for Ruby on Rails."
s.files = FileListlib/flex_view, lib//.rb, test/, README, Manifest.txt.to_a

# Generate manifest file
File.openManifest.txt, w.write s.files.join"n"

s.require_path = "lib"
s.test_files = Dir.globtests/.rb
s.has_rdoc = true
s.extra_rdoc_files = "README"
end

Rake::GemPackageTask.newspec do pkg
pkg.need_tar = true
end

task :default => "pkg/#spec.name-#spec.version.gem" do
puts "gem saved to pkg/#spec.name-#spec.version.gem"
end
Reply With Quote
  #12  
Old 12-26-2009, 05:01 AM
teegogy09 teegogy09 is offline
New Member
 
Join Date: Oct 2009
Location: Germany
Posts: 6
Default right_aws gem not recognized 503 Service Not Available

Hi there, I thought perhaps this would be a good place to put Ruby Gem install requests so new people like me can know if their gem has been installed or not.

I have 2 requests, please let me know if you can install these from the rubyforge repository:

1 ar_mailer for mail queue support

2RedCloth for Textile markup support

I am new to rails and these gems are frequently required in my tutorial projects. Thanks
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 09:49 PM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.