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 CHANGED
@@ -17,7 +17,14 @@ Or install it yourself as:
17
17
 
18
18
  ## Usage
19
19
 
20
- TODO: Write usage instructions here
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
 
@@ -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 = "Testing for Grouper's Cuttlefish challenge"
10
- gem.homepage = "http://joingrouper.com"
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']
@@ -1,3 +1,3 @@
1
1
  module Cuttlefish
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: &70239794626960 !ruby/object:Gem::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: *70239794626960
25
- description: Testing for Grouper's Cuttlefish challenge
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: http://joingrouper.com
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: Testing for Grouper's Cuttlefish challenge
66
+ summary: Tools for Grouper's Cuttlefish contest
67
67
  test_files: []