diviner 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.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/VERSION +1 -1
- data/diviner.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f4a7ccb4a2983496e7e16134161d598586071d10
|
|
4
|
+
data.tar.gz: c154e3b39bf3b6314503fef01ab47da3bddb3dc9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f56c6cf85a44dc21215430dbd244a88aa4b6bca73b11cb653d0797c6cb4f717ad9190df3446f3078bc67d9d6cd85e1754d770f8ea4d2fdeb6713c9019db0f656
|
|
7
|
+
data.tar.gz: 803e067181fd6bf181f327eb948191f7b1378dd39839a248085b32a713a4681383e0dde53cef6326a3447cba47ad12fd0d0f929fa3ca25c798d42e4b003fed78
|
data/Rakefile
CHANGED
|
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
|
16
16
|
# gem is a Gem::Specification... see http://guides.rubygems.org/specification-reference/ for more options
|
|
17
17
|
gem.name = "diviner"
|
|
18
|
-
gem.homepage = "http://github.com/
|
|
18
|
+
gem.homepage = "http://github.com/hansehype/diviner"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = "Category Predictor for an Product"
|
|
21
21
|
gem.description = "It matches from a list of categories the right category to a Product."
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.2
|
data/diviner.gemspec
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: diviner 0.1.
|
|
5
|
+
# stub: diviner 0.1.2 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "diviner"
|
|
9
|
-
s.version = "0.1.
|
|
9
|
+
s.version = "0.1.2"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
|
|
|
32
32
|
"test/helper.rb",
|
|
33
33
|
"test/test_diviner.rb"
|
|
34
34
|
]
|
|
35
|
-
s.homepage = "http://github.com/
|
|
35
|
+
s.homepage = "http://github.com/hansehype/diviner"
|
|
36
36
|
s.licenses = ["MIT"]
|
|
37
37
|
s.rubygems_version = "2.4.8"
|
|
38
38
|
s.summary = "Category Predictor for an Product"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: diviner
|
|
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
|
- Ferhat Ziba
|
|
@@ -142,7 +142,7 @@ files:
|
|
|
142
142
|
- lib/diviner.rb
|
|
143
143
|
- test/helper.rb
|
|
144
144
|
- test/test_diviner.rb
|
|
145
|
-
homepage: http://github.com/
|
|
145
|
+
homepage: http://github.com/hansehype/diviner
|
|
146
146
|
licenses:
|
|
147
147
|
- MIT
|
|
148
148
|
metadata: {}
|