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 +4 -4
- data/bin/cog +1 -1
- data/lib/cog/spec_helpers.rb +2 -2
- data/lib/cog/spec_helpers/matchers/match_maker.rb +1 -1
- data/lib/cog/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 23b206af94b74d8f1c9d1c3e02a34a7c5b81bf1e
|
|
4
|
+
data.tar.gz: e6e79f96ec49da4cbd7fdc156cffd20327f4b025
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
data/lib/cog/spec_helpers.rb
CHANGED
|
@@ -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.
|
|
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).
|
|
34
|
+
# expect(@cog.run(:init)).to make(cogfile_path)
|
|
35
35
|
# end
|
|
36
36
|
#
|
|
37
37
|
# end
|
data/lib/cog/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2014-10-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|