norikra-udf-anomaly 0.0.2-java → 0.0.3-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59c9bf935aeae9d0a305b7a2f9f1652e14dd7c19
4
- data.tar.gz: bdd3674cb18e46990c9efc93a8ce6c5dba1ecb1b
3
+ metadata.gz: 40348ad104405cdafdc719410d89efc0a5dff5b3
4
+ data.tar.gz: 74e45b0f0ea0152a0a9e367f059f1db72571ac33
5
5
  SHA512:
6
- metadata.gz: a66e5d71ff389dea2f50291e0b521bf30cd24335f1ff9abddac0fe0c3cafb46578b92fec4d2883e48297df4bb585ea749ebd6f27b59738f379968cbfca5b9e5d
7
- data.tar.gz: 40a412a863df5721d71cd5844d0fd92b756d153596bddc0274eeb458556b3d42560faf4f65d557c33dd0c405413f720938218d21bd6f865c4510d03077102627
6
+ metadata.gz: f55d3864fce1b9874d3a0001549c4b68a7bfcfa1eef38a66e524b3edaeb4d3f4deb018e1ca6796779a2f021b7819f83ae38a0691b66c259ba0c465f41cffe27a
7
+ data.tar.gz: 9c777efa639502e17de9ecf38b00a59628a0615d9670e197752887860d0fbd41d66acd8d9749aa42e1a914790ef6e8c29c8b307508c652afdfd7847bf0dda547
Binary file
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "norikra-udf-anomaly"
7
- spec.version = "0.0.2"
7
+ spec.version = "0.0.3"
8
8
  spec.authors = ["baba5246"]
9
9
  spec.email = ["baba_writer@yahoo.co.jp"]
10
10
  spec.summary = %q{Norikra UDF anomaly()}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: norikra-udf-anomaly
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: java
6
6
  authors:
7
7
  - baba5246
@@ -69,9 +69,7 @@ dependencies:
69
69
  description: This plugin adds a function named anomaly, which calculates anomaly scores for specified fields
70
70
  email:
71
71
  - baba_writer@yahoo.co.jp
72
- executables:
73
- - console
74
- - setup
72
+ executables: []
75
73
  extensions: []
76
74
  extra_rdoc_files: []
77
75
  files:
@@ -81,8 +79,9 @@ files:
81
79
  - LICENSE.txt
82
80
  - README.md
83
81
  - Rakefile
84
- - bin/console
85
- - bin/setup
82
+ - jar/norikra-udf-anomaly.jar
83
+ - java/is/tagomor/norikra/udf/Anomaly.class
84
+ - java/is/tagomor/norikra/udf/AnomalyFactory.class
86
85
  - norikra-udf-anomaly.gemspec
87
86
  - spec/anomaly_spec.rb
88
87
  - spec/spec_helper.rb
data/bin/console DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require "bundler/setup"
4
- require "norikra/udf/anomaly"
5
-
6
- # You can add fixtures and/or initialization code here to make experimenting
7
- # with your gem easier. You can also use a different console, if you like.
8
-
9
- # (If you use this, don't forget to add pry to your Gemfile!)
10
- # require "pry"
11
- # Pry.start
12
-
13
- require "irb"
14
- IRB.start
data/bin/setup DELETED
@@ -1,7 +0,0 @@
1
- #!/bin/bash
2
- set -euo pipefail
3
- IFS=$'\n\t'
4
-
5
- bundle install
6
-
7
- # Do any other automated setup that you need to do here