data_science_theater_3000 0.0.4.0 → 0.0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +5 -5
- data/lib/data_science_theater_3000/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
# data_science_theater_3000
|
2
2
|
|
3
3
|
|
4
|
-
|
4
|
+
### Installation
|
5
5
|
|
6
|
-
|
6
|
+
#### Ubuntu users may need to install dependencies for curb:
|
7
7
|
$ sudo apt-get install libcurl3 libcurl3-gnutls libcurl4-openssl-dev
|
8
8
|
$ gem install curb
|
9
|
-
|
9
|
+
#### Then:
|
10
10
|
$ gem install data_science_theater_3000
|
11
11
|
|
12
|
-
|
12
|
+
### Usage
|
13
13
|
|
14
|
-
Just ...
|
14
|
+
#### Just ...
|
15
15
|
require "data_science_theater_3000"
|
16
16
|
|
17
17
|
## Contributing
|
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.4.
|
4
|
+
version: 0.0.4.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-01-20 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: curb
|
16
|
-
requirement: &
|
16
|
+
requirement: &10301380 !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: *
|
24
|
+
version_requirements: *10301380
|
25
25
|
description: Ruby interface to issue Data Science Toolkit API calls.
|
26
26
|
email:
|
27
27
|
- tad@isotope11.com
|