patriot-workflow-scheduler 0.8.6 → 0.8.7
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/lib/patriot/command/post_processor/http_notification.rb +4 -1
- data/lib/patriot/version.rb +1 -1
- data/skel/public/js/patriot-workflow-scheduler-0.8.0.js +954 -1207
- data/skel/public/js/patriot-workflow-scheduler-0.8.3.js +87780 -0
- metadata +6 -6
- data/skel/public/views/index.erb +0 -13
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: patriot-workflow-scheduler
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Teruyoshi Zenmyo
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-01
|
11
|
+
date: 2018-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -86,14 +86,14 @@ dependencies:
|
|
86
86
|
requirements:
|
87
87
|
- - ~>
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: '
|
89
|
+
version: '2.0'
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - ~>
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: '
|
96
|
+
version: '2.0'
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: sinatra
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -267,19 +267,19 @@ files:
|
|
267
267
|
- skel/public/js/bootstrap-twipsy.js
|
268
268
|
- skel/public/js/jquery-1.6.4.min.js
|
269
269
|
- skel/public/js/patriot-workflow-scheduler-0.8.0.js
|
270
|
+
- skel/public/js/patriot-workflow-scheduler-0.8.3.js
|
270
271
|
- skel/public/templates/_jobs.erb
|
271
272
|
- skel/public/templates/job.erb
|
272
273
|
- skel/public/templates/jobs.erb
|
273
274
|
- skel/public/templates/jobs_deleted.erb
|
274
275
|
- skel/public/templates/layout.erb
|
275
276
|
- skel/public/templates/state_updated.erb
|
276
|
-
- skel/public/views/index.erb
|
277
277
|
- skel/public/views/index.tpl.erb
|
278
278
|
- bin/patriot
|
279
279
|
- bin/patriot-init
|
280
280
|
homepage: http://github.com/CyberAgent/patriot-workflow-scheduler
|
281
281
|
licenses:
|
282
|
-
- Apache
|
282
|
+
- Apache-2.0
|
283
283
|
metadata: {}
|
284
284
|
post_install_message:
|
285
285
|
rdoc_options: []
|
data/skel/public/views/index.erb
DELETED
@@ -1,13 +0,0 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>Patriot Workflow Scheduler</title>
|
4
|
-
<link rel="stylesheet" href="<%= url('css/bootstrap.min.css') %>">
|
5
|
-
<link rel="stylesheet" href="<%= url('css/original.css') %>">
|
6
|
-
</head>
|
7
|
-
<body>
|
8
|
-
<div id="mainContent">
|
9
|
-
<script src="<%= url('js/patriot-workflow-scheduler-0.8.0.js') %>"></script>
|
10
|
-
</div>
|
11
|
-
</body>
|
12
|
-
</html>
|
13
|
-
|