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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #6  
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
 

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 11:44 PM.



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