theme-juice 0.6.14 → 0.6.15

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: cb1570243bc9c4d09f73a77edb5de90ae165b975
4
- data.tar.gz: 26fb8e2d40e5e338e7e87ec6b3e7ea09ed64cbd7
3
+ metadata.gz: 3e09a1c4e29836c4a60a39bd20a85c50add54e7b
4
+ data.tar.gz: d6103fc93f70edf22f4f1a056dfe930060c2c68e
5
5
  SHA512:
6
- metadata.gz: c36f0983cc7a0e05583e52d21baffb83475a320bb315aa6507515dcbc48378b25045296830716ee04c87f4ed85d5e6b705e055f0ea6643a25c61b397d33f1cec
7
- data.tar.gz: 66dec1e0b00a1ffbeda7b32cc09d4fc9769d0bc8787787a79dc48eb007aae7910415ae88931da777e6634b56e71718bf0ec468b786ffa014cd1a05d5588ac73e
6
+ metadata.gz: 9c8bb311111b97f7be09d92522c08bfe81d910c1d0c65b64654788d7ebe09e7656e20d34b620d27e645fea19f7f81bfea33f842a1868ebbe7253576943a3454e
7
+ data.tar.gz: 7dd6586c9e98fb445287575b7d00b032c1241d4677a69059d3873d600a251f1172b57adb4b4073b892f00945c4803fc344453c4fc02cc5a70efe45f1e3e27c2a
@@ -1,7 +1,7 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module ThemeJuice
4
- class Interaction::TeeJay
4
+ module Interaction::TeeJay
5
5
 
6
6
  @environment = ::ThemeJuice::Environment
7
7
  @interaction = ::ThemeJuice::Interaction
@@ -37,7 +37,7 @@ module ThemeJuice
37
37
  if @config["commands"][subcommand]
38
38
  run ["#{@config["commands"][subcommand]} #{command}"], false
39
39
  else
40
- ::ThemeJuice::Interaction.error "Unable to find '#{subcommand}' command in '#{@config_path}/tj.yml'. Aborting mission."
40
+ @interaction.error "Unable to find '#{subcommand}' command in '#{@config_path}/tj.yml'. Aborting mission."
41
41
  end
42
42
  end
43
43
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module ThemeJuice
4
- VERSION = "0.6.14"
4
+ VERSION = "0.6.15"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: theme-juice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.14
4
+ version: 0.6.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse