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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f7bd683282f370896bcd92e6fbe23f38ce50b79
4
- data.tar.gz: 6bca1922defd21c5e8f28e7f33ceec1334c7f5f9
3
+ metadata.gz: fa16f2933fedc31b1c1e46233ef3418ea1aa463f
4
+ data.tar.gz: e288eaa5835a87d243435681cc8d7c973eb83a15
5
5
  SHA512:
6
- metadata.gz: df207e9de8d4115c65129631fe404eaf355751aa12d89bc6e2de2e415e2df580daee4f7c6af6d53ba745264e2de515568775113951cd05a0ea0b4d37dfb298d8
7
- data.tar.gz: e2823175fbb9318028421e10c2564cda53dd0ae27c024b9e1edaa28dece40c22464062f88cabfbfbd21e0e654c0b25dab3f5cf7bcfcc5794ffabff0d9efeeab7
6
+ metadata.gz: 1aecd6c83a28d3cb37e2a72738e2870e62bfe24b70827d0918535048287a27659ad5e91a2fb3d6b4baed0d21f561a509a3ae8dfd57d4bdfcafcb3c675938d23f
7
+ data.tar.gz: 6ef2424c08496be3f35c50a7a1f4949deb54352236b29244d5bf0067e7ee6a9ea2831ff2efd2734b2855dab8536f467401d775a9bd4012efe2636f3ef1b961e6
data/CHANGES CHANGED
@@ -1,4 +1,4 @@
1
- 0.2.9 (2016-03-05)
1
+ 0.2.10 (2016-03-05)
2
2
 
3
3
  * Version locking
4
4
 
@@ -2,5 +2,5 @@
2
2
  module SciRuby
3
3
  # SciRuby version string
4
4
  # @api public
5
- VERSION = '0.2.9'
5
+ VERSION = '0.2.10'
6
6
  end
@@ -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/ ? ' (Full installation)' : ''}"
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], *gem[:version] }
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.9
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: []