cog 0.3.6 → 0.3.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d76ebf0c3dab08caacf91fbad1331ece7b6679b9
4
- data.tar.gz: c6190b8b4c498709e3acf70247d675c55117ccec
3
+ metadata.gz: 23b206af94b74d8f1c9d1c3e02a34a7c5b81bf1e
4
+ data.tar.gz: e6e79f96ec49da4cbd7fdc156cffd20327f4b025
5
5
  SHA512:
6
- metadata.gz: 3b4e2e44592cf493f20ac730e25341a830903c29be560e8f7a86f7f5085f459e1a89c616ee287fa21f0f7d7f65c57424909641aa62ed25d003367d70c4df018e
7
- data.tar.gz: a502d2c37573c998c36e9e0fb15eda7e42120d68991ec9f23bdbf39d78495badc4986177488a79fd48fa07fb2d2d5f36ca483e878c49102f53b153f9e1ea4ad5
6
+ metadata.gz: 664fcad0ec1e9a097aaff25a7971d4e176af14430b9ac58a7cf581ba700980c20a399ee4b01071800e21c4e0296245dff5bb42e3bd924e985aecd0cbbd273365
7
+ data.tar.gz: 1e08229aafeefc4a4db8dfb348d053c3f5924edb7cb99ca8c4c209da4cc08d363de9ec3fa3db5ce1c6ae2279007ed940a33facf9d56aa7930e65c88602a233b1
data/bin/cog CHANGED
@@ -126,7 +126,7 @@ command :lang do |c|
126
126
  end
127
127
 
128
128
  pre do |gopt, command, opt, args|
129
- Sickill::Rainbow.enabled = false if gopt[:colorless]
129
+ Rainbow.enabled = false if gopt[:colorless]
130
130
  if gopt[:cogfile] && !File.exists?(gopt[:cogfile])
131
131
  STDERR.write "No such Cogfile at #{gopt[:cogfile]}\n"
132
132
  false
@@ -21,7 +21,7 @@ module Cog
21
21
  # end
22
22
  #
23
23
  # it 'should print help when no args are passed' do
24
- # @cog.run.should show_help
24
+ # expect(@cog.run).to show_help
25
25
  # end
26
26
  #
27
27
  # context 'in an uninitialized project' do
@@ -31,7 +31,7 @@ module Cog
31
31
  # end
32
32
  #
33
33
  # it 'running `cog init` should make a Cogfile' do
34
- # @cog.run(:init).should make(cogfile_path)
34
+ # expect(@cog.run(:init)).to make(cogfile_path)
35
35
  # end
36
36
  #
37
37
  # end
@@ -78,7 +78,7 @@ module Cog
78
78
 
79
79
  # @api developer
80
80
  # @return [String] negative interpretation of the {#message} block result
81
- def negative_failure_message
81
+ def failure_message_when_negated
82
82
  _failure_message '\2'
83
83
  end
84
84
 
@@ -1,5 +1,5 @@
1
1
  module Cog
2
2
  unless const_defined? :VERSION
3
- VERSION = '0.3.6'
3
+ VERSION = '0.3.7'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Tonon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-12 00:00:00.000000000 Z
11
+ date: 2014-10-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport