sciruby-full 0.2.10 → 0.2.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES +4 -0
  3. data/sciruby-full.gemspec +1 -1
  4. metadata +22 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 734501f1cb21c6c4e0c9250a6aa5f0f19b441574
4
- data.tar.gz: 3f273945b9f6986446c92e121a2c7c535b61b6b3
3
+ metadata.gz: f782f913d49e897b48b0e1850c1ccf0aea8a8151
4
+ data.tar.gz: a8b7c3857394b285c2b642442bdb0121ce67ceb0
5
5
  SHA512:
6
- metadata.gz: d1bf17b81eb459133166860d7391c4524eaa41da87c64217f0e229c8eb1a6a7885f780997c4b9074e92732e1b7c2f3223b72618d4244579ee20cde9b3756b286
7
- data.tar.gz: b1059faae605232111ee1252433fce5bf832927bbad8668b6c26a3a81acb9f45c53cfc37ad0d3819dd2e4b145185c21efcc8ddb46ab75042b1e36458daa0bd34
6
+ metadata.gz: 8a38fd26b63933e5abddf8ec8393a7ef183c487d9bbb739f5ef0866e5480c4f6befacc437870e25cefc1e81617aecf98a095dbb4835ef2026009f73993bb03d8
7
+ data.tar.gz: cfb05fcefad2935bb5d97fc07a3ee382e052e2a7198f763598d0e8fa6be1b2f1913ab74315f6d19bab9f095834d846bc7e033dd3ec67d0aeb797ffc3f3674c24
data/CHANGES CHANGED
@@ -1,3 +1,7 @@
1
+ 0.2.11 (2016-03-05)
2
+
3
+ * Add rbczmq because of iruby
4
+
1
5
  0.2.10 (2016-03-05)
2
6
 
3
7
  * Version locking
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.license = 'BSD'
10
10
  s.homepage = 'http://sciruby.com'
11
11
  s.summary =
12
- s.description = "Scientific gems for Ruby. #{__FILE__ =~ /full/ ? 'This is the full installation rigid version constraints.' : 'See the sciruby-full gem for a full installation of many compatible scientific gems.'}"
12
+ s.description = "Scientific gems for Ruby. #{__FILE__ =~ /full/ ? 'This is the full installation with rigid version constraints.' : 'See the sciruby-full gem for a full installation of many compatible scientific gems.'}"
13
13
 
14
14
  if __FILE__ =~ /full/
15
15
  s.files = %w(CHANGES CONTRIBUTING.md README.md LICENSE sciruby-full.gemspec)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sciruby-full
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - SciRuby Development Team
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.2.10
19
+ version: 0.2.11
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.2.10
26
+ version: 0.2.11
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: ai4r
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -338,14 +338,14 @@ dependencies:
338
338
  requirements:
339
339
  - - '='
340
340
  - !ruby/object:Gem::Version
341
- version: 0.2.8
341
+ version: 0.2.9
342
342
  type: :runtime
343
343
  prerelease: false
344
344
  version_requirements: !ruby/object:Gem::Requirement
345
345
  requirements:
346
346
  - - '='
347
347
  - !ruby/object:Gem::Version
348
- version: 0.2.8
348
+ version: 0.2.9
349
349
  - !ruby/object:Gem::Dependency
350
350
  name: liblinear-ruby
351
351
  requirement: !ruby/object:Gem::Requirement
@@ -500,6 +500,20 @@ dependencies:
500
500
  - - '='
501
501
  - !ruby/object:Gem::Version
502
502
  version: 1.4.0
503
+ - !ruby/object:Gem::Dependency
504
+ name: rbczmq
505
+ requirement: !ruby/object:Gem::Requirement
506
+ requirements:
507
+ - - '='
508
+ - !ruby/object:Gem::Version
509
+ version: 1.7.9
510
+ type: :runtime
511
+ prerelease: false
512
+ version_requirements: !ruby/object:Gem::Requirement
513
+ requirements:
514
+ - - '='
515
+ - !ruby/object:Gem::Version
516
+ version: 1.7.9
503
517
  - !ruby/object:Gem::Dependency
504
518
  name: rserve-client
505
519
  requirement: !ruby/object:Gem::Requirement
@@ -640,7 +654,7 @@ dependencies:
640
654
  - - '='
641
655
  - !ruby/object:Gem::Version
642
656
  version: 0.5.0
643
- description: Scientific gems for Ruby. This is the full installation rigid version
657
+ description: Scientific gems for Ruby. This is the full installation with rigid version
644
658
  constraints.
645
659
  email:
646
660
  - sciruby-dev@googlegroups.com
@@ -676,5 +690,6 @@ rubyforge_project:
676
690
  rubygems_version: 2.2.2
677
691
  signing_key:
678
692
  specification_version: 4
679
- summary: Scientific gems for Ruby. This is the full installation rigid version constraints.
693
+ summary: Scientific gems for Ruby. This is the full installation with rigid version
694
+ constraints.
680
695
  test_files: []