gds-warmup-controller 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md ADDED
File without changes
@@ -0,0 +1,4 @@
1
+ module GdsWarmupController
2
+ class WarmupController < ::ApplicationController
3
+ end
4
+ end
@@ -0,0 +1 @@
1
+ <h1>Warmed up</h1>
data/config/routes.rb ADDED
@@ -0,0 +1,3 @@
1
+ Rails.application.routes.draw do
2
+ get "warmup" => "gds_warmup_controller/warmup#index"
3
+ end
@@ -1,3 +1,3 @@
1
1
  module GdsWarmupController
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: gds-warmup-controller
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - David Heath
@@ -55,8 +55,12 @@ extensions: []
55
55
  extra_rdoc_files: []
56
56
 
57
57
  files:
58
+ - app/controllers/gds_warmup_controller/warmup_controller.rb
59
+ - app/views/gds_warmup_controller/warmup/index.html.erb
60
+ - config/routes.rb
58
61
  - lib/gds-warmup-controller/version.rb
59
62
  - lib/gds-warmup-controller.rb
63
+ - README.md
60
64
  - Gemfile
61
65
  - Rakefile
62
66
  homepage: https://github.com/alphagov/gds-warmup-controller
@@ -72,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
72
76
  requirements:
73
77
  - - ">="
74
78
  - !ruby/object:Gem::Version
75
- hash: 3450019699216993491
79
+ hash: 425517135867574421
76
80
  segments:
77
81
  - 0
78
82
  version: "0"
@@ -81,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
85
  requirements:
82
86
  - - ">="
83
87
  - !ruby/object:Gem::Version
84
- hash: 3450019699216993491
88
+ hash: 425517135867574421
85
89
  segments:
86
90
  - 0
87
91
  version: "0"