sciruby 0.2.9 → 0.2.10
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/CHANGES +1 -1
- data/lib/sciruby/version.rb +1 -1
- data/sciruby.gemspec +2 -2
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa16f2933fedc31b1c1e46233ef3418ea1aa463f
|
|
4
|
+
data.tar.gz: e288eaa5835a87d243435681cc8d7c973eb83a15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1aecd6c83a28d3cb37e2a72738e2870e62bfe24b70827d0918535048287a27659ad5e91a2fb3d6b4baed0d21f561a509a3ae8dfd57d4bdfcafcb3c675938d23f
|
|
7
|
+
data.tar.gz: 6ef2424c08496be3f35c50a7a1f4949deb54352236b29244d5bf0067e7ee6a9ea2831ff2efd2734b2855dab8536f467401d775a9bd4012efe2636f3ef1b961e6
|
data/CHANGES
CHANGED
data/lib/sciruby/version.rb
CHANGED
data/sciruby.gemspec
CHANGED
|
@@ -9,13 +9,13 @@ 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/ ? '
|
|
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.'}"
|
|
13
13
|
|
|
14
14
|
if __FILE__ =~ /full/
|
|
15
15
|
s.files = %w(CHANGES CONTRIBUTING.md README.md LICENSE sciruby-full.gemspec)
|
|
16
16
|
|
|
17
17
|
s.add_runtime_dependency 'sciruby', "= #{SciRuby::VERSION}"
|
|
18
|
-
Helper.installed_gems.each {|gem| s.add_runtime_dependency gem[:name],
|
|
18
|
+
Helper.installed_gems.each {|gem| s.add_runtime_dependency gem[:name], "= #{gem[:installed_version]}" }
|
|
19
19
|
else
|
|
20
20
|
s.files = `git ls-files`.split($/)
|
|
21
21
|
s.files.delete 'sciruby-full.gemspec'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sciruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- SciRuby Development Team
|
|
@@ -10,7 +10,8 @@ bindir: bin
|
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2016-05-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
|
-
description: Scientific gems for Ruby
|
|
13
|
+
description: Scientific gems for Ruby. See the sciruby-full gem for a full installation
|
|
14
|
+
of many compatible scientific gems.
|
|
14
15
|
email:
|
|
15
16
|
- sciruby-dev@googlegroups.com
|
|
16
17
|
executables: []
|
|
@@ -134,5 +135,6 @@ rubyforge_project:
|
|
|
134
135
|
rubygems_version: 2.2.2
|
|
135
136
|
signing_key:
|
|
136
137
|
specification_version: 4
|
|
137
|
-
summary: Scientific gems for Ruby
|
|
138
|
+
summary: Scientific gems for Ruby. See the sciruby-full gem for a full installation
|
|
139
|
+
of many compatible scientific gems.
|
|
138
140
|
test_files: []
|