Skip to content

Commit b8550b2

Browse files
committed
get rid of all legacy code and create meta gem pulling in useful gems
* sciruby (Empty gem, only version information) * sciruby-full (Pulls in many other useful gems)
1 parent 419227c commit b8550b2

File tree

129 files changed

+67
-7321
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+67
-7321
lines changed

.autotest

Lines changed: 0 additions & 23 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
.idea/*
2-
pkg/
1+
*.gem
2+
Gemfile.lock

.rspec

Lines changed: 0 additions & 2 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This guide covers way in which you can contribute.
44

55
## How to help
66

7-
There are various ways in which you can improve SciRuby. Coding and documentation are the two primary possibilities, but you can also contribute to one of ours subprojects (listed below) and participate in the [mailing list][mailing-list] -- suggesting ideas and changes is very important!
7+
There are various ways in which you can improve SciRuby. Coding and documentation are the two primary possibilities and participate in the [mailing list][mailing-list] -- suggesting ideas and changes is very important!
88

99
Apart from adding features and functionality, you can also create tests (we use RSpec), guides on how to do something using SciRuby, document the libraries and help find and fix bugs.
1010

Gemfile

Lines changed: 30 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,30 @@
1-
# -*- ruby -*-
2-
3-
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`.
4-
5-
source :gemcutter
6-
7-
gem "distribution", ">=0.4.0"
8-
gem "green_shoes", ">=1.0.282"
9-
gem "statsample", ">=1.1.0"
10-
gem "gsl", "~>1.14.5"
11-
gem "rsvg2", "~>1.0.0"
12-
gem "rubyvis", ">=0.4.0"
13-
gem "integration", ">=0"
14-
gem "minimization", ">=0"
15-
gem "simpler", ">=0"
16-
17-
gem "hoe", "~>2.12", :group => [:development, :test]
18-
gem "rdoc", ">=0", :group => [:development, :test]
19-
gem "rspec", ">=2.0", :group => [:development, :test]
20-
gem "haml", ">=0", :group => [:development, :test]
21-
gem "coderay", ">=0", :group => [:development, :test]
22-
gem "nokogiri", ">=0", :group => [:development, :test]
23-
gem "RedCloth", ">=0", :group => [:development, :test]
24-
gem "shoulda", "~>2.11", :group => [:development, :test]
25-
gem "gtksourceview2", ">=0", :group => [:development, :test]
26-
gem "rmagick", ">=2.13", :group => [:development, :test]
27-
gem "hoe-gemspec", "~>1.0", :group => [:development, :test]
28-
gem "hoe-bundler", "~>1.1", :group => [:development, :test]
29-
gem "minitest", "~>2.0", :group => [:development, :test]
30-
gem "hoe", "~>2.12", :group => [:development, :test]
31-
32-
# vim: syntax=ruby
1+
source 'https://rubygems.org'
2+
3+
gem 'nmatrix'
4+
gem 'gsl-nmatrix'
5+
6+
gem 'rubyvis'
7+
gem 'nyaplot'
8+
gem 'plotrb'
9+
gem 'gnuplot'
10+
11+
gem 'iruby'
12+
gem 'pry'
13+
gem 'awesome_print'
14+
15+
gem 'extendmatrix'
16+
gem 'daru'
17+
18+
gem 'integration'
19+
gem 'minimization'
20+
gem 'distribution'
21+
22+
gem 'statsample'
23+
gem 'statsample-glm'
24+
gem 'statsample-timeseries'
25+
gem 'statsample-bivariate-extension'
26+
27+
gem 'publisci'
28+
29+
gem 'ai4r'
30+

Gemfile.lock

Lines changed: 0 additions & 129 deletions
This file was deleted.

History.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You *must* read the Contributor Agreement before contributing code to the SciRub
99

1010
--
1111

12-
Copyright (c) 2010 - 2011, Ruby Science Foundation
12+
Copyright (c) 2010 - 2015, Ruby Science Foundation
1313
All rights reserved.
1414

1515
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Manifest.txt

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)