ruby-mpi 0.3.2 → 0.4.0

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
- SHA1:
3
- metadata.gz: 0ad52c80f0ce804c3992de172ea34ac4671fb2b1
4
- data.tar.gz: 75ce70d0dfd16c3627338e6aeb55e3971f0c9fc5
2
+ SHA256:
3
+ metadata.gz: 5d9d9b19d0787afb8d0d7e90c621061e12f42fe0a08a4b369f95a3835a9b97e7
4
+ data.tar.gz: 16b44aa3727a41d0afaf1e4b8bc07ec460297797b36956d9900ed53acdfbb542
5
5
  SHA512:
6
- metadata.gz: 2ed2462f6e03dedfcac197bd8fa6b92764ef847cc6014d34a7c0c9c37f76402ea2fc1bf4c2edf12a26c09bf5354fce3e8e55bdecf3e5e2476fc929ba0596737e
7
- data.tar.gz: e7caec6e0e8f29183410aa1274d1b01c60f44b22923006baff80ea9a560b62cddbbd1f690ff77b1ab5048daef96df8245cd2a4d178ace1510fdb0a3483a2920a
6
+ metadata.gz: 40652c67ebc9d7c5df7b5006cf206456e19f825e38e004775f7ef53def887ee8834b77467a88156cff119ee22afcbaa7baad2a24ec626b832afd4560f60195e2
7
+ data.tar.gz: 188dc0eb2e3c54eb47d5eebe935f20a22c55c921f0d6b26f8234f24f70900b383a9b058ea63d0e7be15ccca778213879319f14b6f8e12a267ae257bc6215f6b3
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2011-2016 Seiya Nishizawa
1
+ Copyright (c) 2011-2024 Seiya Nishizawa
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.rdoc CHANGED
@@ -1,4 +1,4 @@
1
- = Ruby-MPI {<img src="https://travis-ci.org/seiya/ruby-mpi.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/seiya/ruby-mpi]
1
+ = Ruby-MPI
2
2
 
3
3
  Ruby-MPI is a ruby binding of Message Passing Interface (MPI), which is an API specification that allows processes to communicate with one another by sending and receiving messages.
4
4
 
@@ -18,11 +18,10 @@ e.g. (run with 4 processes)
18
18
  * Fork the project
19
19
  * Start a feature/bugfix branch
20
20
  * Commit and push until you are happy with your contribution
21
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
21
+ * Make sure to add tests (rspec) for it. This is important so I don't break it in a future version unintentionally.
22
22
  * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
23
23
 
24
24
  == Copyright
25
25
 
26
- Copyright (c) 2011-2016 Seiya Nishizawa. See LICENSE.txt for
27
- further details.
26
+ See LICENSE.txt
28
27
 
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ require 'jeweler'
14
14
  Jeweler::Tasks.new do |gem|
15
15
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
16
16
  gem.name = "ruby-mpi"
17
- gem.homepage = "http://github.com/seiya/ruby-mpi"
17
+ gem.homepage = "http://github.com/gfd-dennou-club/ruby-mpi"
18
18
  gem.license = "MIT"
19
19
  gem.summary = "A ruby binding of MPI"
20
20
  gem.description = "A ruby binding of Message Passing Interface (MPI), which is an API specification that allows processes to communicate with one another by sending and receiving messages."
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.4.0