- Timestamp:
- 12/29/10 13:22:56 (2 years ago)
- Location:
- lang/ruby/ruby-committers
- Files:
-
- 1 added
- 2 modified
-
Gemfile (added)
-
amazon-image-fetcher.rb (modified) (1 diff)
-
ruby-committers.html.erb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/ruby-committers/amazon-image-fetcher.rb
r38746 r38747 8 8 require './isbn' # http://github.com/k16shikano/isbn.rb 9 9 10 def configure_ecs(key )10 def configure_ecs(key, secret) 11 11 Amazon::Ecs.configure do |config| 12 12 config[:aWS_access_key_id] = [ key ] 13 config[:aWS_secret_key] = secret 13 14 config[:country] = :jp 14 15 end -
lang/ruby/ruby-committers/ruby-committers.html.erb
r38746 r38747 6 6 <% include ERB::Util %> 7 7 <% 8 key = YAML.load_file('config.yml')['aws-key']9 configure_ecs key8 config = YAML.load_file('config.yml') 9 configure_ecs config['aws-key'], config['secret-key'] 10 10 %> 11 11 <% committers = YAML.load_file('ruby-committers.yml') -%>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)