clockwork_web 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/app/controllers/clockwork_web/home_controller.rb +3 -3
- data/lib/clockwork_web/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ac6f2df5cfef404d5eb753ab69d1cff9bd6613292309a85534043ab5e68ae937
|
|
4
|
+
data.tar.gz: 32d38331d674845f8eabc928acc32ec74e641731ec212f5428f62d4a0a018c94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7030a89fcc6230200925bafb1315debf64093044d1e1fd14efa0a619ddd3641a41dcb425a7d886766a76252ab1dbaa238b91d77a8039a45b206c98dc0a21bef
|
|
7
|
+
data.tar.gz: 7a5c65773a88c0b5609e26e07214451653577a3d627db03a8083435f4d52a1097e74602a23366862c4e379122cbd25d7b81721b87f1681ddbef81aee7b78a1e2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
module ClockworkWeb
|
|
2
2
|
class HomeController < ActionController::Base
|
|
3
|
-
|
|
4
|
-
helper ClockworkWeb::HomeHelper
|
|
3
|
+
http_basic_authenticate_with name: ENV["CLOCKWORK_USERNAME"], password: ENV["CLOCKWORK_PASSWORD"] if ENV["CLOCKWORK_PASSWORD"]
|
|
5
4
|
|
|
6
5
|
protect_from_forgery with: :exception
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
layout false
|
|
8
|
+
helper ClockworkWeb::HomeHelper
|
|
9
9
|
|
|
10
10
|
def index
|
|
11
11
|
@events =
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: clockwork_web
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Kane
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: clockwork
|
|
@@ -43,14 +43,14 @@ dependencies:
|
|
|
43
43
|
requirements:
|
|
44
44
|
- - ">="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '7.
|
|
46
|
+
version: '7.2'
|
|
47
47
|
type: :runtime
|
|
48
48
|
prerelease: false
|
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
50
50
|
requirements:
|
|
51
51
|
- - ">="
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: '7.
|
|
53
|
+
version: '7.2'
|
|
54
54
|
email: andrew@ankane.org
|
|
55
55
|
executables: []
|
|
56
56
|
extensions: []
|
|
@@ -77,14 +77,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
77
77
|
requirements:
|
|
78
78
|
- - ">="
|
|
79
79
|
- !ruby/object:Gem::Version
|
|
80
|
-
version: '3.
|
|
80
|
+
version: '3.3'
|
|
81
81
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
82
82
|
requirements:
|
|
83
83
|
- - ">="
|
|
84
84
|
- !ruby/object:Gem::Version
|
|
85
85
|
version: '0'
|
|
86
86
|
requirements: []
|
|
87
|
-
rubygems_version:
|
|
87
|
+
rubygems_version: 4.0.6
|
|
88
88
|
specification_version: 4
|
|
89
89
|
summary: A web interface for Clockwork
|
|
90
90
|
test_files: []
|