scicom 0.2.3-java → 0.2.3.1-java
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/version.rb +1 -1
- metadata +15 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bda077d5a5aa2fd50de447a81789171e6aac0df8
|
|
4
|
+
data.tar.gz: 2163ec4d4b4a2708ab8f6c7e186d6afdc4cec176
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c64a7ea73f2f208f8b167a1288ca3f182caf97c459ac187d1a77378dd62ca815630711dbf5733b2e8828c76eed2209218ce6d7a41469c5e01df5385585ed8143
|
|
7
|
+
data.tar.gz: 4d68557c3a9739024017cc7f4100cce8251a268287437e8ca26c1221a0c0ad8821cbd6e1f22ed660e697bb8cf32ad08ff277fb90c99448b7cf8342f2033ad63b
|
data/version.rb
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$gem_name = "scicom"
|
|
2
|
-
$version="0.2.3"
|
|
2
|
+
$version="0.2.3.1"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: scicom
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.3
|
|
4
|
+
version: 0.2.3.1
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Rodrigo Botafogo
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-01-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: shoulda
|
|
@@ -30,12 +30,12 @@ dependencies:
|
|
|
30
30
|
requirements:
|
|
31
31
|
- - '>='
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version: 0.5.5.
|
|
33
|
+
version: 0.5.5.2
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
35
35
|
requirements:
|
|
36
36
|
- - '>='
|
|
37
37
|
- !ruby/object:Gem::Version
|
|
38
|
-
version: 0.5.5.
|
|
38
|
+
version: 0.5.5.2
|
|
39
39
|
prerelease: false
|
|
40
40
|
type: :runtime
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
@@ -113,20 +113,20 @@ files:
|
|
|
113
113
|
- lib/JRubyR/list.rb
|
|
114
114
|
- lib/JRubyR/vector.rb
|
|
115
115
|
- lib/JRubyR/attributes.rb
|
|
116
|
+
- lib/JRubyR/rbsexp.rb
|
|
117
|
+
- lib/JRubyR/renjin.rb
|
|
116
118
|
- lib/JRubyR/logical_value.rb
|
|
117
119
|
- lib/JRubyR/environment.rb
|
|
118
120
|
- lib/JRubyR/ruby_classes.rb
|
|
119
121
|
- lib/JRubyR/function.rb
|
|
120
|
-
- lib/JRubyR/rbsexp.rb
|
|
121
|
-
- lib/JRubyR/renjin.rb
|
|
122
122
|
- lib/JRubyR/dataframe.rb
|
|
123
123
|
- test/env.rb
|
|
124
124
|
- test/test_tmp.rb
|
|
125
|
-
- test/
|
|
125
|
+
- test/test_R_interface.rb
|
|
126
126
|
- test/test_attributes.rb
|
|
127
127
|
- test/test_complete.rb
|
|
128
128
|
- test/test_column-major.rb
|
|
129
|
-
- test/
|
|
129
|
+
- test/test_dataframe.rb
|
|
130
130
|
- test/test_double_receive.rb
|
|
131
131
|
- test/test_distribution.rb
|
|
132
132
|
- test/test_creation.rb
|
|
@@ -139,13 +139,13 @@ files:
|
|
|
139
139
|
- test/test_mdarray.rb
|
|
140
140
|
- test/test_subsetting.rb
|
|
141
141
|
- test/test_factor.rb
|
|
142
|
-
- test/
|
|
142
|
+
- test/test_assign_mdarray.rb
|
|
143
143
|
- test/test_operators.rb
|
|
144
144
|
- test/test_linear_model.rb
|
|
145
145
|
- test/test_matrix.rb
|
|
146
|
+
- test/test_assign_mdarray_2d.rb
|
|
146
147
|
- test/test_assign_mdarray_3d.rb
|
|
147
148
|
- test/test_assign_mdarray_4d.rb
|
|
148
|
-
- test/test_dataframe.rb
|
|
149
149
|
- test/test_list.rb
|
|
150
150
|
- test/baseball.csv
|
|
151
151
|
- doc/PypeR.pdf
|
|
@@ -154,8 +154,8 @@ files:
|
|
|
154
154
|
- vendor/renjin-script-engine-0.7.0-RC7-SNAPSHOT-jar-with-dependencies.jar
|
|
155
155
|
- vendor/Renjin.pdf
|
|
156
156
|
- target/helper.jar
|
|
157
|
-
- README.md
|
|
158
157
|
- README.md~
|
|
158
|
+
- README.md
|
|
159
159
|
- LICENSE.txt
|
|
160
160
|
homepage: http://github.com/rbotafogo/scicom/wiki
|
|
161
161
|
licenses:
|
|
@@ -184,11 +184,11 @@ summary: Scientific Computing for Ruby
|
|
|
184
184
|
test_files:
|
|
185
185
|
- test/env.rb
|
|
186
186
|
- test/test_tmp.rb
|
|
187
|
-
- test/
|
|
187
|
+
- test/test_R_interface.rb
|
|
188
188
|
- test/test_attributes.rb
|
|
189
189
|
- test/test_complete.rb
|
|
190
190
|
- test/test_column-major.rb
|
|
191
|
-
- test/
|
|
191
|
+
- test/test_dataframe.rb
|
|
192
192
|
- test/test_double_receive.rb
|
|
193
193
|
- test/test_distribution.rb
|
|
194
194
|
- test/test_creation.rb
|
|
@@ -201,11 +201,11 @@ test_files:
|
|
|
201
201
|
- test/test_mdarray.rb
|
|
202
202
|
- test/test_subsetting.rb
|
|
203
203
|
- test/test_factor.rb
|
|
204
|
-
- test/
|
|
204
|
+
- test/test_assign_mdarray.rb
|
|
205
205
|
- test/test_operators.rb
|
|
206
206
|
- test/test_linear_model.rb
|
|
207
207
|
- test/test_matrix.rb
|
|
208
|
+
- test/test_assign_mdarray_2d.rb
|
|
208
209
|
- test/test_assign_mdarray_3d.rb
|
|
209
210
|
- test/test_assign_mdarray_4d.rb
|
|
210
|
-
- test/test_dataframe.rb
|
|
211
211
|
- test/test_list.rb
|