taco_it 1.4.0 → 1.4.1
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/bin/taco +1 -1
- data/lib/taco/taco.rb +1 -1
- metadata +3 -3
data/bin/taco
CHANGED
data/lib/taco/taco.rb
CHANGED
|
@@ -67,7 +67,7 @@ class Taco
|
|
|
67
67
|
filter_match = if opts.fetch(:filters, []).size > 0
|
|
68
68
|
conditions = opts[:filters].map do |filter|
|
|
69
69
|
attr, val = filter.split(':')
|
|
70
|
-
%Q|i.send("#{attr}") == "#{val}"|
|
|
70
|
+
%Q|i.send("#{attr}").to_s == "#{val}"|
|
|
71
71
|
end.join ' && '
|
|
72
72
|
|
|
73
73
|
# FIXME: eval-ing user input? madness!
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: taco_it
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-07-
|
|
12
|
+
date: 2013-07-30 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: commander
|
|
@@ -65,7 +65,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
65
65
|
version: '0'
|
|
66
66
|
requirements: []
|
|
67
67
|
rubyforge_project:
|
|
68
|
-
rubygems_version: 1.8.
|
|
68
|
+
rubygems_version: 1.8.25
|
|
69
69
|
signing_key:
|
|
70
70
|
specification_version: 3
|
|
71
71
|
summary: ! 'Taco Issue Tracker: A CLI Issue Tracker with JSON/filesystem backend'
|