rbbt-dm 1.1.2 → 1.1.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c0544425bc534c01138dec342824fe038f70904
|
4
|
+
data.tar.gz: 1baa83b3b56405ea352a6a7d6bc083330f1412b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76ca4bb51dc3a159e4b777b7e718d4d1ea87bd9fc8219bfa04ea5aebea1b8730e70f66caef8d7200a5419ca7f883f01452c78fc531c4ea184b2d1fa1f61b4d0e
|
7
|
+
data.tar.gz: 8416c3b16280feeab2b55e5ae01bf877e56299974a3c8460d679e09ac4a90c44ad2b2e7eb520f983b6a0963667e1b1c96147fbb636bd7e1185c9ac62b740fdb2
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rbbt-dm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Miguel Vazquez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rbbt-util
|
@@ -88,9 +88,9 @@ extra_rdoc_files:
|
|
88
88
|
- LICENSE
|
89
89
|
files:
|
90
90
|
- LICENSE
|
91
|
-
- lib/rbbt/
|
92
|
-
- lib/rbbt/
|
93
|
-
- lib/rbbt/
|
91
|
+
- lib/rbbt/expression_old/expression.rb
|
92
|
+
- lib/rbbt/expression_old/matrix.rb
|
93
|
+
- lib/rbbt/expression_old/signature.rb
|
94
94
|
- lib/rbbt/network/paths.rb
|
95
95
|
- lib/rbbt/plots/bar.rb
|
96
96
|
- lib/rbbt/plots/heatmap.rb
|
@@ -126,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
126
|
version: '0'
|
127
127
|
requirements: []
|
128
128
|
rubyforge_project:
|
129
|
-
rubygems_version: 2.2.
|
129
|
+
rubygems_version: 2.2.2
|
130
130
|
signing_key:
|
131
131
|
specification_version: 4
|
132
132
|
summary: Data-mining and statistics
|