We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ca76b commit 3df0b55Copy full SHA for 3df0b55
CHANGES
@@ -1,3 +1,7 @@
1
+0.2.4 (2015-06-10)
2
+
3
+ * Tests added
4
5
0.2.3 (2015-06-09)
6
7
* Simpler SciRuby.gems api
lib/sciruby/version.rb
@@ -2,5 +2,5 @@
module SciRuby
# SciRuby version string
# @api public
- VERSION = '0.2.3'
+ VERSION = '0.2.4'
end
sciruby.gemspec
@@ -19,7 +19,6 @@ Gem::Specification.new do |s|
19
s.add_runtime_dependency 'sciruby', "= #{SciRuby::VERSION}"
20
Helper.sciruby_gems(true).each {|gem| s.add_runtime_dependency gem[:name], *gem[:version] }
21
else
22
- s.require_paths = %w(lib)
23
s.files = `git ls-files`.split($/)
24
s.files.delete 'sciruby-full.gemspec'
25
0 commit comments