cuttlefish 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.
- data/README.md +8 -1
- data/cuttlefish.gemspec +2 -2
- data/lib/cuttlefish/version.rb +1 -1
- metadata +6 -6
data/README.md
CHANGED
|
@@ -17,7 +17,14 @@ Or install it yourself as:
|
|
|
17
17
|
|
|
18
18
|
## Usage
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
Our CLI is now on your path
|
|
21
|
+
|
|
22
|
+
$ cuttlefish
|
|
23
|
+
|
|
24
|
+
Use it to test our prediction engine
|
|
25
|
+
|
|
26
|
+
$ cuttlefish test -s http://cuttlefish.joingrouper.com
|
|
27
|
+
|
|
21
28
|
|
|
22
29
|
## Contributing
|
|
23
30
|
|
data/cuttlefish.gemspec
CHANGED
|
@@ -6,8 +6,8 @@ Gem::Specification.new do |gem|
|
|
|
6
6
|
gem.version = Cuttlefish::VERSION
|
|
7
7
|
gem.authors = ["Tom Brown"]
|
|
8
8
|
gem.email = ["tom@joingrouper.com"]
|
|
9
|
-
gem.description = gem.summary = "
|
|
10
|
-
gem.homepage = "
|
|
9
|
+
gem.description = gem.summary = "Tools for Grouper's Cuttlefish contest"
|
|
10
|
+
gem.homepage = "https://github.com/Grouper/cuttlefish"
|
|
11
11
|
|
|
12
12
|
gem.files = `git ls-files`.split($/)
|
|
13
13
|
gem.executables = ['cuttlefish']
|
data/lib/cuttlefish/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cuttlefish
|
|
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-11-18 00:00:00.000000000 Z
|
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rest-client
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70331977040520 !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
@@ -21,8 +21,8 @@ dependencies:
|
|
|
21
21
|
version: 1.6.7
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements: *
|
|
25
|
-
description:
|
|
24
|
+
version_requirements: *70331977040520
|
|
25
|
+
description: Tools for Grouper's Cuttlefish contest
|
|
26
26
|
email:
|
|
27
27
|
- tom@joingrouper.com
|
|
28
28
|
executables:
|
|
@@ -40,7 +40,7 @@ files:
|
|
|
40
40
|
- lib/cuttlefish.rb
|
|
41
41
|
- lib/cuttlefish/client.rb
|
|
42
42
|
- lib/cuttlefish/version.rb
|
|
43
|
-
homepage:
|
|
43
|
+
homepage: https://github.com/Grouper/cuttlefish
|
|
44
44
|
licenses: []
|
|
45
45
|
post_install_message:
|
|
46
46
|
rdoc_options: []
|
|
@@ -63,5 +63,5 @@ rubyforge_project:
|
|
|
63
63
|
rubygems_version: 1.8.15
|
|
64
64
|
signing_key:
|
|
65
65
|
specification_version: 3
|
|
66
|
-
summary:
|
|
66
|
+
summary: Tools for Grouper's Cuttlefish contest
|
|
67
67
|
test_files: []
|