fast_bayes 1.0.0 → 1.0.1

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: 4208ad619065a796c3a9bbffeab136e69ef852f2
4
- data.tar.gz: 7db3134a4cb781d5126d1e373dbf42069344e58d
3
+ metadata.gz: 8e4ec075bc148f521ccb5520c1981228f2f8a2ad
4
+ data.tar.gz: 3c0bbde8575af7b72eab0c319cda8152cd26b2d6
5
5
  SHA512:
6
- metadata.gz: dc42d1bfe766d9aaa88d760a0fabf485e54878b352b574de5173e025d8f7f639899bd2718c2368807eb1a21556c498100b57d543c24f51cf57e265579371fbbd
7
- data.tar.gz: 32a06faf3da5800608b1f768c84320ca20ecab9c5b21d028f7d408c9d974d45ebd799acb4e3e0b15f91bdb7709cca24fe8b62c380e065578a828e42f7966aba2
6
+ metadata.gz: 45628021d7d96127764e299112f1aa9402d5318882dc28a1fbe098151fd71a5b174814efd1ec5909e0105010d07a1ae10e905d6546f27dd48087491c387daffb
7
+ data.tar.gz: 7227ac4d1184f3e265554283ae20d05a113dff89d824532212a9484bd871069914b2fcad64c0ad1126143f5b96ec78c9671381b93629009fe7b50d45014fe7ac
@@ -1,4 +1,4 @@
1
1
  require 'mkmf-rice'
2
2
 
3
3
  $CXXFLAGS += " -std=c++11 "
4
- create_makefile('fast_bayes')
4
+ create_makefile('fast_bayes/fast_bayes')
@@ -1,3 +1,3 @@
1
1
  class FastBayes
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast_bayes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chang Rajani