lace 0.2.1 → 0.2.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/lib/cmd/list.rb CHANGED
@@ -29,7 +29,7 @@ module Lace extend self
29
29
  puts "- [#{Tty.green}#{package.is_active? ? "*" : " "}#{Tty.reset}] #{d}"
30
30
  end
31
31
  else
32
- puts "There are no kits installed"
32
+ puts "There are no pkgs installed"
33
33
  end
34
34
  end
35
35
 
@@ -4,7 +4,7 @@ class ErrorDuringExecution < RuntimeError; end
4
4
 
5
5
  class OnlyGitReposCanBeUpdatedError < RuntimeError
6
6
  def initialize
7
- super "Only kits installed via git can be updated"
7
+ super "Only pkgs installed via git can be updated"
8
8
  end
9
9
  end
10
10
 
data/lib/lace/package.rb CHANGED
@@ -27,7 +27,7 @@ class PackageUtils
27
27
  FileUtils.rm_rf package.path
28
28
  ohai "Successfully removed"
29
29
  else
30
- ofail "Cannot remove active kit, deactivate first"
30
+ ofail "Cannot remove active pkg, deactivate first"
31
31
  end
32
32
  end
33
33
 
@@ -107,7 +107,7 @@ class Facts
107
107
  end
108
108
 
109
109
  def flavor! which_flavor
110
- raise RuntimeError.new "Flavor '#{which_flavor}' does not exist -> #{flavors.join(', ')} - use: lace <command> <kit-uri> <flavor>" unless flavors.include? which_flavor
110
+ raise RuntimeError.new "Flavor '#{which_flavor}' does not exist -> #{flavors.join(', ')} - use: lace <command> <pkg-uri> <flavor>" unless flavors.include? which_flavor
111
111
  @facts = @_facts["flavors"][which_flavor]
112
112
  end
113
113
 
data/lib/lace/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lace
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lace
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: