command-designer 0.8.0 → 0.9.0

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: 1ac766aaf18cfc1096dc731cb63e3b885dc4e60f
4
- data.tar.gz: a3626a4a5752ac12a185c4440647e52ea48d03a9
3
+ metadata.gz: d800b8d66a93a1b238b150f665fc8d835bfcb810
4
+ data.tar.gz: 7e7a1e15a6223c5288fd3a2aafce71803061b3f1
5
5
  SHA512:
6
- metadata.gz: dbe9963b7cfb1c563cccc034ee73beb3a4034b7714491e78d30183f459be733e48a3c890343ad2777b25923747f9b12ed0eba3138823d1a2c3b6fa95ad5a5f20
7
- data.tar.gz: d0b61cea7257928d798ee443a0b66b6f74fbc18ea59d509da506004a17e13e1af20f121c9c0294e17cec88e7b9f685eec8b746d55ef514d53ac5926d53671db0
6
+ metadata.gz: 104658ec40539e6b5d50f8d3c72d1eb9e05e01f8c8403392ba965ba8e1ca5bf257567a4e1223997d84c4ee6587196486a5f7127b162921f3c7b59c0022ef5b4c
7
+ data.tar.gz: 2563d276b12fe57f484bd9c9d30588a6faece828849cf5f4580cddb7b48812361d920b556bce2941c8b1c47adef3754fb14238039f1727e4dc72d688d07c6c3c
@@ -1,5 +1,5 @@
1
1
  # Build command text based on multiple filters
2
2
  class CommandDesigner
3
3
  # version of the command-designer gem
4
- VERSION = "0.8.0"
4
+ VERSION = "0.9.0"
5
5
  end
@@ -42,7 +42,7 @@ describe CommandDesigner::Dsl do
42
42
 
43
43
  it "handles filtered targeted commands in context" do
44
44
  subject.filter(nil, {:target => "true"}) do |command| "env #{command}" end
45
- subject.in_context({:a=>3}) do
45
+ subject.context({:a=>3}) do
46
46
  subject.command("false").must_equal("false")
47
47
  subject.command("true").must_equal("env true")
48
48
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: command-designer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Papis
@@ -16,20 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ~>
18
18
  - !ruby/object:Gem::Version
19
- version: '0.9'
20
- - - '>='
21
- - !ruby/object:Gem::Version
22
- version: 0.9.2
19
+ version: '0.10'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - ~>
28
25
  - !ruby/object:Gem::Version
29
- version: '0.9'
30
- - - '>='
31
- - !ruby/object:Gem::Version
32
- version: 0.9.2
26
+ version: '0.10'
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: guard
35
29
  requirement: !ruby/object:Gem::Requirement