xxx-integrity-script 0.1.1 → 0.1.2
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.
- data/lib/integrity/notifier/config.haml +8 -0
- metadata +4 -2
@@ -0,0 +1,8 @@
|
|
1
|
+
%p.normal
|
2
|
+
%label{ :for => "script_notifier_script_path" } Script path (make sure it's readable and executable!)
|
3
|
+
%input.text#script_notifier_script_path{ :name => "notifiers[Script][script_path]", :type => "text", :value => config["script_path"] }
|
4
|
+
|
5
|
+
%p.normal
|
6
|
+
%label{ :for => "script_notifier_extra_args" } Extra args, to be added at the end of the invocation.
|
7
|
+
%input.text#script_notifier_extra_args{ :name => "notifiers[Script][extra_args]", :type => "text", :value => config["extra_args"] }
|
8
|
+
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xxx-integrity-script
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Dungan
|
@@ -22,10 +22,12 @@ extensions: []
|
|
22
22
|
extra_rdoc_files:
|
23
23
|
- README.markdown
|
24
24
|
files:
|
25
|
+
- lib/integrity/notifier/config.haml
|
25
26
|
- lib/integrity/notifier/script.rb
|
26
27
|
- README.markdown
|
27
28
|
has_rdoc: false
|
28
29
|
homepage: http://github.com/xxx/integrity-script
|
30
|
+
licenses:
|
29
31
|
post_install_message:
|
30
32
|
rdoc_options:
|
31
33
|
- --charset=UTF-8
|
@@ -46,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
46
48
|
requirements: []
|
47
49
|
|
48
50
|
rubyforge_project:
|
49
|
-
rubygems_version: 1.
|
51
|
+
rubygems_version: 1.3.5
|
50
52
|
signing_key:
|
51
53
|
specification_version: 3
|
52
54
|
summary: Integrity notifier that runs an arbitrary script
|