sensu-plugins-java 0.0.3 → 0.0.4

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 CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 5d5aca17b4f460a0d954590172ff20a20bc90c59
4
- data.tar.gz: 9f51fc4cdb963392677a0073474b541bf7d541e4
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ YjZhN2I1ZTRlYTE3MjY3ZjgyNTExZGMyZjg5YTAzZmZlYTNlMjhkMA==
5
+ data.tar.gz: !binary |-
6
+ NTFjNGI4MjNmNGYzOTIzNWFhYTg3NTNlNmE2OTNkZDY1M2E0MTRjOA==
5
7
  SHA512:
6
- metadata.gz: 82297e703b076c46f66da800a16562dd0256c4099ee091eb26cc7b558bc49c786148bc7951928c9296826f9655b3dbbab2ea8ac17602c143af7ddc498f42afca
7
- data.tar.gz: 2fceba8eee277be67cc1241b0e285111471e30b5a2efac8e05a06ae6545f85cdb321e608483eb0e97f61558a91de136a817ed55c2c36674c1b9e15f4bcaa9b85
8
+ metadata.gz: !binary |-
9
+ ZmVjN2I2YjYzNjZmNTMwYjNkZjlkZTQ1Y2Y1MDk3ZDg4OWI4OTFmMzIzYTlh
10
+ MDEzZTZkN2NkNTExZjQyNzEzN2NkZDM3MTkyZjZmYmMwZjE3NDRkMDc3NjZh
11
+ MzI0MDM3NWMwZjI2MmNmZjM1M2NmZmZlMmYzYjFkMGE4YTg5OGI=
12
+ data.tar.gz: !binary |-
13
+ OWE4ZTQ2ZDgyNTQ2MDg2ZGUzZTdiODg3NDM3MGJhMTU3MGMxNTgyOTBmMDBm
14
+ MmUyMmY4ODRhMGRmYTliNjUzNDc4MDMyZjliODFjM2JiNjk0OGE0NDI3Nzky
15
+ MjZiOGExNmI0NGMwMmYxYjQ4YWU4MTViZWE0YmEwNzUyNWI3N2Q=
data/CHANGELOG.md CHANGED
@@ -3,21 +3,36 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3
3
 
4
4
  This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
5
 
6
- ## Unreleased][unreleased
6
+ ## [Unreleased]
7
7
 
8
- ## [0.0.3] - 2015-07-14
8
+ ## [0.0.4] - 2016-04-26
9
9
  ### Changed
10
- - updated sensu-plugin gem to 1.2.0
11
-
12
- ## 0.0.1 - 2015-05-29
10
+ - metrics-jstat.py: run jps with the verbose flag to allow for matching on the entire command line
11
+ - rename java-heap-pcnt to check-java-heap-pcnt. java-heap-pcnt will be removed in a future release
13
12
 
14
13
  ### Added
15
- - initial release
14
+ - add binstubs for non-ruby scripts
16
15
 
17
- ## [0.0.2] - 2015-06-03
16
+ ### Fixed
17
+ - metrics-jstat.py: exit 0 on success
18
+
19
+ ## [0.0.3] - 2015-07-14
20
+ ### Changed
21
+ - updated sensu-plugin gem to 1.2.0
18
22
 
23
+ ## [0.0.2] - 2015-06-03
19
24
  ### Fixed
20
25
  - added binstubs
21
26
 
22
27
  ### Changed
23
- - removed cruft from /lib
28
+ - removed cruft from /lib
29
+
30
+ ## 0.0.1 - 2015-05-29
31
+
32
+ ### Added
33
+ - initial release
34
+
35
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.4...HEAD
36
+ [0.0.4]: https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.3...0.0.4
37
+ [0.0.3]: https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.2...0.0.3
38
+ [0.0.2]: https://github.com/sensu-plugins/sensu-plugins-java/compare/0.0.1...0.0.2
data/README.md CHANGED
@@ -1,24 +1,27 @@
1
1
  ## Sensu-Plugins-java
2
2
 
3
- [ ![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-java.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-java)
3
+ [![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-java.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-java)
4
4
  [![Gem Version](https://badge.fury.io/rb/sensu-plugins-java.svg)](http://badge.fury.io/rb/sensu-plugins-java)
5
5
  [![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-java/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-java)
6
6
  [![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-java/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-java)
7
7
  [![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-java.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-java)
8
- [![Codeship Status for sensu-plugins/sensu-plugins-java](https://codeship.com/projects/3cea95c0-e897-0132-5df3-62885e5c211b/status?branch=master)](https://codeship.com/projects/82838)
9
8
 
10
9
  ## Functionality
11
10
 
12
11
  ## Files
13
12
  * bin/check-java-permgen.rb
14
- * bin/java-heap-pcnt.sh
13
+ * bin/java-heap-pcnt.sh - deprecated, use check-java-heap-pcnt
14
+ * bin/check-java-heap-pcnt.sh
15
+ * bin/check-java-heap-pcnt.rb - ruby wrapper for check-java-heap-pcnt.sh
15
16
  * bin/metrics-java-heap-graphite.sh
17
+ * metrics-java-heap-graphite.rb - ruby wrapper for metrics-java-heap-graphite.sh
16
18
  * bin/metrics-jstat.py
19
+ * bin/metrics-jstat.rb - ruby wrapper script for metrics-jstat.py
17
20
 
18
21
  ## Usage
19
22
 
20
23
  ## Installation
21
24
 
22
- [Installation and Setup](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md)
25
+ [Installation and Setup](http://sensu-plugins.io/docs/installation_instructions.html)
23
26
 
24
27
  ## Notes
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ bin_dir = File.expand_path(File.dirname(__FILE__))
4
+ shell_script_path = File.join(bin_dir, File.basename($PROGRAM_NAME, '.rb') + '.sh')
5
+
6
+ exec shell_script_path, *ARGV
@@ -0,0 +1,80 @@
1
+ #!/usr/bin/env bash
2
+ #
3
+ # Evaluate percentage of heap usage on specfic Tomcat backed JVM from Linux based systems based on percentage
4
+ # This was forked from Sensu Community Plugins
5
+
6
+ # Date: 2013-9-30
7
+ # Modified: Mario Harvey - badmadrad.com
8
+
9
+ # You must have openjdk-7-jdk and openjdk-7-jre packages installed
10
+ # http://openjdk.java.net/install/
11
+
12
+ # Also make sure the user "sensu" can sudo without password
13
+
14
+ # #RED
15
+ while getopts 'w:c:n:hp' OPT; do
16
+ case $OPT in
17
+ w) WARN=$OPTARG;;
18
+ c) CRIT=$OPTARG;;
19
+ n) NAME=$OPTARG;;
20
+ h) hlp="yes";;
21
+ p) perform="yes";;
22
+ *) unknown="yes";;
23
+ esac
24
+ done
25
+
26
+ # usage
27
+ HELP="
28
+ usage: $0 [ -n value -w value -c value -p -h ]
29
+
30
+ -n --> Name of JVM process < value
31
+ -w --> Warning Percentage < value
32
+ -c --> Critical Percentage < value
33
+ -p --> print out performance data
34
+ -h --> print this help screen
35
+ "
36
+
37
+ if [ "$hlp" = "yes" ]; then
38
+ echo "$HELP"
39
+ exit 0
40
+ fi
41
+
42
+ WARN=${WARN:=0}
43
+ CRIT=${CRIT:=0}
44
+ NAME=${NAME:=0}
45
+
46
+ #Get PID of JVM.
47
+ #At this point grep for the name of the java process running your jvm.
48
+ PID=$(sudo jps | grep $NAME | awk '{ print $1}')
49
+
50
+ #Get heap capacity of JVM
51
+ TotalHeap=$(sudo jstat -gccapacity $PID | tail -n 1 | awk '{ print ($4 + $5 + $6 + $10) / 1024 }')
52
+
53
+ #Determine amount of used heap JVM is using
54
+ UsedHeap=$(sudo jstat -gc $PID | tail -n 1 | awk '{ print ($3 + $4 + $6 + $8 + $10) / 1024 }')
55
+
56
+ #Get heap usage percentage
57
+ HeapPer=$(echo "scale=3; $UsedHeap / $TotalHeap * 100" | bc -l| cut -d "." -f1)
58
+
59
+
60
+ if [ "$HeapPer" = "" ]; then
61
+ echo "MEM UNKNOWN -"
62
+ exit 3
63
+ fi
64
+
65
+ if [ "$perform" = "yes" ]; then
66
+ output="jvm heap usage: $HeapPer% | heap usage="$HeapPer"%;$WARN;$CRIT;0"
67
+ else
68
+ output="jvm heap usage: $HeapPer% | $UsedHeap MB out of $TotalHeap MB"
69
+ fi
70
+
71
+ if (( $HeapPer >= $CRIT )); then
72
+ echo "MEM CRITICAL - $output"
73
+ exit 2
74
+ elif (( $HeapPer >= $WARN )); then
75
+ echo "MEM WARNING - $output"
76
+ exit 1
77
+ else
78
+ echo "MEM OK - $output"
79
+ exit 0
80
+ fi
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ bin_dir = File.expand_path(File.dirname(__FILE__))
4
+ shell_script_path = File.join(bin_dir, File.basename($PROGRAM_NAME, '.rb') + '.sh')
5
+
6
+ exec shell_script_path, *ARGV
data/bin/metrics-jstat.py CHANGED
@@ -202,7 +202,7 @@ class JstatMetricsToGraphiteFormat(object):
202
202
 
203
203
  # Get lvmid (JVM id)
204
204
  try :
205
- jps_out = check_output(["jps"])
205
+ jps_out = check_output(["jps", "-v"])
206
206
  except Exception as e:
207
207
  if options.debug:
208
208
  print e
@@ -267,5 +267,7 @@ class JstatMetricsToGraphiteFormat(object):
267
267
  print "%s.%s.jvm.class.%s %s %d" % (graphite_base, options.service,
268
268
  metric, class_stats[metric], now)
269
269
 
270
+ sys.exit(0)
271
+
270
272
  if '__main__' == __name__:
271
273
  JstatMetricsToGraphiteFormat().main()
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ bin_dir = File.expand_path(File.dirname(__FILE__))
4
+ shell_script_path = File.join(bin_dir, File.basename($PROGRAM_NAME, '.rb') + '.py')
5
+
6
+ exec shell_script_path, *ARGV
@@ -2,7 +2,7 @@ module SensuPluginsJava
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- PATCH = 3
5
+ PATCH = 4
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,51 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-java
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
- cert_chain:
11
- - |
12
- -----BEGIN CERTIFICATE-----
13
- MIIDgDCCAmigAwIBAgIBATANBgkqhkiG9w0BAQUFADBDMRIwEAYDVQQDDAltYXR0
14
- am9uZXMxGDAWBgoJkiaJk/IsZAEZFgh5aWVsZGJvdDETMBEGCgmSJomT8ixkARkW
15
- A2NvbTAeFw0xNTAxMjgyMTAyNTFaFw0xNjAxMjgyMTAyNTFaMEMxEjAQBgNVBAMM
16
- CW1hdHRqb25lczEYMBYGCgmSJomT8ixkARkWCHlpZWxkYm90MRMwEQYKCZImiZPy
17
- LGQBGRYDY29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyTSzVYnO
18
- CLgyrIyT1mBQakArQyW8xhi6MlDqyzXHJGeERT790U6EgoBVeS4XoK0ptFZNR8Tf
19
- zko0w+Nv47TarSCgkPOaxY+mxWnAVR10dOmfeLr7huiMyps+YD56/EF2FqQ3jf/+
20
- qohENfKD91qy1ieEy+Fn7Pf74ltbNKUdkb9a9eFXQ0DQ4ip5vik7DzjQkUTj4lca
21
- k6ArwnmHX4YDhZoYtrQJ8jVktN0/+NtA40M5qkCYHNe5tUW25b/tKVYuioxG6b2Z
22
- oIzaZxRLxf6HVAWpCVRT/F5+/yjigkX4u++eYacfLGleXQzoK7BL65vHGMJygWEE
23
- 0TKGqFOrl/L0AQIDAQABo38wfTAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNV
24
- HQ4EFgQUEf6a8Td7MrSZc8ImbLFZAENPbz0wIQYDVR0RBBowGIEWbWF0dGpvbmVz
25
- QHlpZWxkYm90LmNvbTAhBgNVHRIEGjAYgRZtYXR0am9uZXNAeWllbGRib3QuY29t
26
- MA0GCSqGSIb3DQEBBQUAA4IBAQBbzXAYA3BVGw8DZ0YYoY1VHPNEcH5qPIApmHO8
27
- rvSmuUT0yMEi7u00H/5uHRFf4LleGT/+sTdyXKsNPGT9kdRuQEgwi+vf7Zfvd8aX
28
- UF/+4VkEYf/8rV8Ere6u2QaWPgApdMV6JjKr1fAwCTd8AuGXNaWItiPPMseSQzLJ
29
- JKP4hVvbc1d+oS925B1lcBiqn2aYvElbyNAVmQPywNNqkWmvtlqj9ZVJfV5HQLdu
30
- 8sHuVruarogxxKPBzlL2is4EUb6oN/RdpGx2l4254+nyR+abg//Ed27Ym0PkB4lk
31
- HP0m8WSjZmFr109pE/sVsM5jtOCvogyujQOjNVGN4gz1wwPr
32
- -----END CERTIFICATE-----
33
- date: 2015-07-14 00:00:00.000000000 Z
10
+ cert_chain: []
11
+ date: 2016-04-27 00:00:00.000000000 Z
34
12
  dependencies:
35
13
  - !ruby/object:Gem::Dependency
36
14
  name: sensu-plugin
37
15
  requirement: !ruby/object:Gem::Requirement
38
16
  requirements:
39
- - - '='
17
+ - - ~>
40
18
  - !ruby/object:Gem::Version
41
- version: 1.2.0
19
+ version: '1.2'
42
20
  type: :runtime
43
21
  prerelease: false
44
22
  version_requirements: !ruby/object:Gem::Requirement
45
23
  requirements:
46
- - - '='
24
+ - - ~>
47
25
  - !ruby/object:Gem::Version
48
- version: 1.2.0
26
+ version: '1.2'
49
27
  - !ruby/object:Gem::Dependency
50
28
  name: english
51
29
  requirement: !ruby/object:Gem::Requirement
@@ -61,148 +39,152 @@ dependencies:
61
39
  - !ruby/object:Gem::Version
62
40
  version: 0.6.3
63
41
  - !ruby/object:Gem::Dependency
64
- name: codeclimate-test-reporter
42
+ name: bundler
65
43
  requirement: !ruby/object:Gem::Requirement
66
44
  requirements:
67
- - - "~>"
45
+ - - ~>
68
46
  - !ruby/object:Gem::Version
69
- version: '0.4'
47
+ version: '1.7'
70
48
  type: :development
71
49
  prerelease: false
72
50
  version_requirements: !ruby/object:Gem::Requirement
73
51
  requirements:
74
- - - "~>"
52
+ - - ~>
75
53
  - !ruby/object:Gem::Version
76
- version: '0.4'
54
+ version: '1.7'
77
55
  - !ruby/object:Gem::Dependency
78
- name: rubocop
56
+ name: codeclimate-test-reporter
79
57
  requirement: !ruby/object:Gem::Requirement
80
58
  requirements:
81
- - - '='
59
+ - - ~>
82
60
  - !ruby/object:Gem::Version
83
- version: '0.30'
61
+ version: '0.4'
84
62
  type: :development
85
63
  prerelease: false
86
64
  version_requirements: !ruby/object:Gem::Requirement
87
65
  requirements:
88
- - - '='
66
+ - - ~>
89
67
  - !ruby/object:Gem::Version
90
- version: '0.30'
68
+ version: '0.4'
91
69
  - !ruby/object:Gem::Dependency
92
- name: rspec
70
+ name: github-markup
93
71
  requirement: !ruby/object:Gem::Requirement
94
72
  requirements:
95
- - - "~>"
73
+ - - ~>
96
74
  - !ruby/object:Gem::Version
97
- version: '3.1'
75
+ version: '1.3'
98
76
  type: :development
99
77
  prerelease: false
100
78
  version_requirements: !ruby/object:Gem::Requirement
101
79
  requirements:
102
- - - "~>"
80
+ - - ~>
103
81
  - !ruby/object:Gem::Version
104
- version: '3.1'
82
+ version: '1.3'
105
83
  - !ruby/object:Gem::Dependency
106
- name: bundler
84
+ name: pry
107
85
  requirement: !ruby/object:Gem::Requirement
108
86
  requirements:
109
- - - "~>"
87
+ - - ~>
110
88
  - !ruby/object:Gem::Version
111
- version: '1.7'
89
+ version: '0.10'
112
90
  type: :development
113
91
  prerelease: false
114
92
  version_requirements: !ruby/object:Gem::Requirement
115
93
  requirements:
116
- - - "~>"
94
+ - - ~>
117
95
  - !ruby/object:Gem::Version
118
- version: '1.7'
96
+ version: '0.10'
119
97
  - !ruby/object:Gem::Dependency
120
98
  name: rake
121
99
  requirement: !ruby/object:Gem::Requirement
122
100
  requirements:
123
- - - "~>"
101
+ - - ~>
124
102
  - !ruby/object:Gem::Version
125
- version: '10.0'
103
+ version: '10.5'
126
104
  type: :development
127
105
  prerelease: false
128
106
  version_requirements: !ruby/object:Gem::Requirement
129
107
  requirements:
130
- - - "~>"
108
+ - - ~>
131
109
  - !ruby/object:Gem::Version
132
- version: '10.0'
110
+ version: '10.5'
133
111
  - !ruby/object:Gem::Dependency
134
- name: github-markup
112
+ name: redcarpet
135
113
  requirement: !ruby/object:Gem::Requirement
136
114
  requirements:
137
- - - "~>"
115
+ - - ~>
138
116
  - !ruby/object:Gem::Version
139
- version: '1.3'
117
+ version: '3.2'
140
118
  type: :development
141
119
  prerelease: false
142
120
  version_requirements: !ruby/object:Gem::Requirement
143
121
  requirements:
144
- - - "~>"
122
+ - - ~>
145
123
  - !ruby/object:Gem::Version
146
- version: '1.3'
124
+ version: '3.2'
147
125
  - !ruby/object:Gem::Dependency
148
- name: redcarpet
126
+ name: rubocop
149
127
  requirement: !ruby/object:Gem::Requirement
150
128
  requirements:
151
- - - "~>"
129
+ - - ~>
152
130
  - !ruby/object:Gem::Version
153
- version: '3.2'
131
+ version: '0.37'
154
132
  type: :development
155
133
  prerelease: false
156
134
  version_requirements: !ruby/object:Gem::Requirement
157
135
  requirements:
158
- - - "~>"
136
+ - - ~>
159
137
  - !ruby/object:Gem::Version
160
- version: '3.2'
138
+ version: '0.37'
161
139
  - !ruby/object:Gem::Dependency
162
- name: yard
140
+ name: rspec
163
141
  requirement: !ruby/object:Gem::Requirement
164
142
  requirements:
165
- - - "~>"
143
+ - - ~>
166
144
  - !ruby/object:Gem::Version
167
- version: '0.8'
145
+ version: '3.4'
168
146
  type: :development
169
147
  prerelease: false
170
148
  version_requirements: !ruby/object:Gem::Requirement
171
149
  requirements:
172
- - - "~>"
150
+ - - ~>
173
151
  - !ruby/object:Gem::Version
174
- version: '0.8'
152
+ version: '3.4'
175
153
  - !ruby/object:Gem::Dependency
176
- name: pry
154
+ name: yard
177
155
  requirement: !ruby/object:Gem::Requirement
178
156
  requirements:
179
- - - "~>"
157
+ - - ~>
180
158
  - !ruby/object:Gem::Version
181
- version: '0.10'
159
+ version: '0.8'
182
160
  type: :development
183
161
  prerelease: false
184
162
  version_requirements: !ruby/object:Gem::Requirement
185
163
  requirements:
186
- - - "~>"
164
+ - - ~>
187
165
  - !ruby/object:Gem::Version
188
- version: '0.10'
166
+ version: '0.8'
189
167
  description: Sensu plugins for Java
190
- email: "<sensu-users@googlegroups.com>"
168
+ email: <sensu-users@googlegroups.com>
191
169
  executables:
192
- - metrics-jstat.py
193
- - metrics-java-heap-graphite.sh
194
- - java-heap-pcnt.sh
170
+ - check-java-heap-pcnt.rb
195
171
  - check-java-permgen.rb
172
+ - metrics-java-heap-graphite.rb
173
+ - metrics-jstat.rb
196
174
  extensions: []
197
175
  extra_rdoc_files: []
198
176
  files:
199
177
  - CHANGELOG.md
200
178
  - LICENSE
201
179
  - README.md
180
+ - bin/check-java-heap-pcnt.rb
181
+ - bin/check-java-heap-pcnt.sh
202
182
  - bin/check-java-permgen.rb
203
183
  - bin/java-heap-pcnt.sh
184
+ - bin/metrics-java-heap-graphite.rb
204
185
  - bin/metrics-java-heap-graphite.sh
205
186
  - bin/metrics-jstat.py
187
+ - bin/metrics-jstat.rb
206
188
  - lib/sensu-plugins-java.rb
207
189
  - lib/sensu-plugins-java/version.rb
208
190
  homepage: https://github.com/sensu-plugins/sensu-plugins-java
@@ -221,17 +203,17 @@ require_paths:
221
203
  - lib
222
204
  required_ruby_version: !ruby/object:Gem::Requirement
223
205
  requirements:
224
- - - ">="
206
+ - - ! '>='
225
207
  - !ruby/object:Gem::Version
226
208
  version: 1.9.3
227
209
  required_rubygems_version: !ruby/object:Gem::Requirement
228
210
  requirements:
229
- - - ">="
211
+ - - ! '>='
230
212
  - !ruby/object:Gem::Version
231
213
  version: '0'
232
214
  requirements: []
233
215
  rubyforge_project:
234
- rubygems_version: 2.4.6
216
+ rubygems_version: 2.4.5
235
217
  signing_key:
236
218
  specification_version: 4
237
219
  summary: Sensu plugins for Java
checksums.yaml.gz.sig DELETED
@@ -1 +0,0 @@
1
- z��؎��qZ�ɷ���_rݎNu��t�x=�>�;]@����v�i��-W��1���V�5~��C�VcJ��bS.�Ds��@�12����vʕ
data.tar.gz.sig DELETED
@@ -1 +0,0 @@
1
- � J���p���O}ī5���f>�~fP9���_�qY��=i:�q ��]/P�z��&R�%V@��5㣷G0�yˡ�'�1����p L�s�]��=&��J�-��G��>�h� K��K�OGa("�jw��j,_HiI,*O���O�P�����#2�l�lW��]�m����|��B��3�����e�ʴ��~=���'>茸T[���%�?9u� �[��uˆlJ'�H�s�l�h�4Y�;te�|��� ,�
metadata.gz.sig DELETED
Binary file