data_science_theater_3000 0.0.1 → 0.0.2
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.
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = DataScienceTheater3000::VERSION
|
|
8
8
|
s.authors = ["Tad Hosford"]
|
|
9
9
|
s.email = ["tad@isotope11.com"]
|
|
10
|
-
s.homepage = ""
|
|
10
|
+
s.homepage = "http://github.com/rthbound/data_science_theater_3000"
|
|
11
11
|
s.summary = %q{Ruby interface to Data Science Toolkit.}
|
|
12
12
|
s.description = %q{Ruby interface to issue Data Science Toolkit API calls.}
|
|
13
13
|
|
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
|
+
version: 0.0.2
|
|
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: &
|
|
16
|
+
requirement: &18404820 !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: *18404820
|
|
25
25
|
description: Ruby interface to issue Data Science Toolkit API calls.
|
|
26
26
|
email:
|
|
27
27
|
- tad@isotope11.com
|
|
@@ -35,7 +35,7 @@ files:
|
|
|
35
35
|
- data_science_theater_3000.gemspec
|
|
36
36
|
- lib/data_science_theater_3000.rb
|
|
37
37
|
- lib/data_science_theater_3000/version.rb
|
|
38
|
-
homepage:
|
|
38
|
+
homepage: http://github.com/rthbound/data_science_theater_3000
|
|
39
39
|
licenses: []
|
|
40
40
|
post_install_message:
|
|
41
41
|
rdoc_options: []
|