data_science_theater_3000 0.0.3 → 0.0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,17 @@
1
+ # data_science_toolkit_3000
2
+
3
+
4
+ ## Development Installation
5
+
6
+ ### Ubuntu users may need to install dependencies for curb:
7
+ $ sudo apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev
8
+ $ gem install curb
9
+ ### Then:
10
+ $ gem install data_science_theater_3000
11
+
12
+
13
+ ## Contributing
14
+
15
+ We love contributions! please fork the project, make your changes in a branch, then send us a pull request.
16
+
17
+ If you find a bug, please post it in the GitHub Issue Tracker
@@ -1,3 +1,3 @@
1
1
  module DataScienceTheater3000
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: data_science_theater_3000
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-01-19 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: curb
16
- requirement: &22912060 !ruby/object:Gem::Requirement
16
+ requirement: &18321000 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *22912060
24
+ version_requirements: *18321000
25
25
  description: Ruby interface to issue Data Science Toolkit API calls.
26
26
  email:
27
27
  - tad@isotope11.com
@@ -31,6 +31,7 @@ extra_rdoc_files: []
31
31
  files:
32
32
  - .gitignore
33
33
  - Gemfile
34
+ - README.md
34
35
  - Rakefile
35
36
  - data_science_theater_3000.gemspec
36
37
  - lib/data_science_theater_3000.rb