aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorPeter Wilmott <p@p8952.info>2015-02-24 18:47:26 +0000
committerPeter Wilmott <p@p8952.info>2015-02-24 18:47:26 +0000
commit55e1bf046a352850ab9e84f3b1e703d66e856a26 (patch)
tree3177d9289f0710eac8e6862b9cd169cf7bc8af0c /web
parentSplit tests for each page into their own files (diff)
downloadruby-tinderbox-55e1bf046a352850ab9e84f3b1e703d66e856a26.tar.gz
ruby-tinderbox-55e1bf046a352850ab9e84f3b1e703d66e856a26.tar.bz2
ruby-tinderbox-55e1bf046a352850ab9e84f3b1e703d66e856a26.zip
Rename from Ruby Stats to Ruby Tinderbox
Diffstat (limited to 'web')
-rw-r--r--web/app.rb2
-rw-r--r--web/config.ru2
-rw-r--r--web/test/test_build_status.rb2
-rw-r--r--web/test/test_outdated_gems.rb2
-rw-r--r--web/test/test_repoman_checks.rb2
-rw-r--r--web/test/test_ruby_targets.rb2
-rw-r--r--web/test/test_visualizations.rb2
-rw-r--r--web/views/layout.erb6
8 files changed, 10 insertions, 10 deletions
diff --git a/web/app.rb b/web/app.rb
index 4f070a2..3164863 100644
--- a/web/app.rb
+++ b/web/app.rb
@@ -14,7 +14,7 @@ require_relative 'lib/models'
require_relative 'lib/packages'
require_relative 'lib/repoman'
-class RubyStats < Sinatra::Base
+class RubyTinderbox < Sinatra::Base
get '/' do
redirect to('/ruby_targets')
end
diff --git a/web/config.ru b/web/config.ru
index 420153e..fbcd0e8 100644
--- a/web/config.ru
+++ b/web/config.ru
@@ -1,2 +1,2 @@
require File.join(File.dirname(__FILE__), 'app')
-run RubyStats.new
+run RubyTinderbox.new
diff --git a/web/test/test_build_status.rb b/web/test/test_build_status.rb
index 838edf7..336e3d1 100644
--- a/web/test/test_build_status.rb
+++ b/web/test/test_build_status.rb
@@ -4,7 +4,7 @@ class TestWeb < Minitest::Test
include Rack::Test::Methods
def app
- RubyStats
+ RubyTinderbox
end
def test_headings
diff --git a/web/test/test_outdated_gems.rb b/web/test/test_outdated_gems.rb
index c251ef4..ac1b8ff 100644
--- a/web/test/test_outdated_gems.rb
+++ b/web/test/test_outdated_gems.rb
@@ -4,7 +4,7 @@ class TestWeb < Minitest::Test
include Rack::Test::Methods
def app
- RubyStats
+ RubyTinderbox
end
def test_headings
diff --git a/web/test/test_repoman_checks.rb b/web/test/test_repoman_checks.rb
index af94f3d..ef6c7b6 100644
--- a/web/test/test_repoman_checks.rb
+++ b/web/test/test_repoman_checks.rb
@@ -4,7 +4,7 @@ class TestWeb < Minitest::Test
include Rack::Test::Methods
def app
- RubyStats
+ RubyTinderbox
end
def test_headings
diff --git a/web/test/test_ruby_targets.rb b/web/test/test_ruby_targets.rb
index 109ce2a..7aa2f69 100644
--- a/web/test/test_ruby_targets.rb
+++ b/web/test/test_ruby_targets.rb
@@ -4,7 +4,7 @@ class TestWeb < Minitest::Test
include Rack::Test::Methods
def app
- RubyStats
+ RubyTinderbox
end
def test_redirect
diff --git a/web/test/test_visualizations.rb b/web/test/test_visualizations.rb
index 2f8143c..45b08d4 100644
--- a/web/test/test_visualizations.rb
+++ b/web/test/test_visualizations.rb
@@ -4,7 +4,7 @@ class TestWeb < Minitest::Test
include Rack::Test::Methods
def app
- RubyStats
+ RubyTinderbox
end
def test_headings
diff --git a/web/views/layout.erb b/web/views/layout.erb
index 1e06018..f424ee4 100644
--- a/web/views/layout.erb
+++ b/web/views/layout.erb
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
-<title>Gentoo Ruby Stats</title>
+<title>Gentoo Ruby Tinderbox</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<meta name="description" content="Ruby Stats provides information and statistics on the state of Ruby related packages in Gentoo Linux.">
+<meta name="description" content="Ruby Tinderbox provides information and statistics on the state of Ruby related packages in Gentoo Linux.">
<link rel="stylesheet" href="/css/style.css">
<link href="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/tyrian.min.css" rel="stylesheet" media="screen">
@@ -45,7 +45,7 @@
</div>
<div class="logo">
<img src="https://1b9a50f4f9de4348cd9f-e703bc50ba0aa66772a874f8c7698be7.ssl.cf5.rackcdn.com/site-logo.png" alt="Gentoo Linux Logo"/>
- <span class="site-label">Ruby Stats</span>
+ <span class="site-label">Ruby Tinderbox</span>
</div>
</div>
</div>