textpow1x 1.2.2 → 1.2.3
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/Gemfile.lock +1 -1
- data/lib/textpow/syntax.rb +1 -1
- data/lib/textpow/version.rb +1 -1
- data/spec/textpow/syntax_spec.rb +1 -1
- metadata +6 -6
data/Gemfile.lock
CHANGED
data/lib/textpow/syntax.rb
CHANGED
|
@@ -16,7 +16,7 @@ module Textpow
|
|
|
16
16
|
if @proxy ||= proxy
|
|
17
17
|
@proxy.send(method, *args, &block)
|
|
18
18
|
else
|
|
19
|
-
STDERR.puts "Failed proxying #{@proxy_name}.#{method}(#{args.join(', ')})"
|
|
19
|
+
STDERR.puts "Failed proxying #{@proxy_name}.#{method}(#{args.join(', ')})" if $DEBUG
|
|
20
20
|
end
|
|
21
21
|
end
|
|
22
22
|
|
data/lib/textpow/version.rb
CHANGED
data/spec/textpow/syntax_spec.rb
CHANGED
|
@@ -159,7 +159,7 @@ describe Textpow::SyntaxNode do
|
|
|
159
159
|
|
|
160
160
|
describe "proxying" do
|
|
161
161
|
it "cannot proxy by scopeName if syntax is missing" do
|
|
162
|
-
STDERR.
|
|
162
|
+
STDERR.should_not_receive(:puts)
|
|
163
163
|
node = Textpow::SyntaxNode.new({"scopeName" => 'xxx', 'patterns' => [{'include' => 'foo'}]})
|
|
164
164
|
node.parse('bar').stack.should == [
|
|
165
165
|
[:start_parsing, "xxx"],
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: textpow1x
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -12,11 +12,11 @@ authors:
|
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2011-10-
|
|
15
|
+
date: 2011-10-18 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: plist
|
|
19
|
-
requirement: &
|
|
19
|
+
requirement: &80511480 !ruby/object:Gem::Requirement
|
|
20
20
|
none: false
|
|
21
21
|
requirements:
|
|
22
22
|
- - ! '>='
|
|
@@ -24,7 +24,7 @@ dependencies:
|
|
|
24
24
|
version: 3.0.1
|
|
25
25
|
type: :runtime
|
|
26
26
|
prerelease: false
|
|
27
|
-
version_requirements: *
|
|
27
|
+
version_requirements: *80511480
|
|
28
28
|
description: A library for parsing TextMate bundles on ruby 1.x
|
|
29
29
|
email:
|
|
30
30
|
- michael@grosser.it
|
|
@@ -240,7 +240,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
240
240
|
version: '0'
|
|
241
241
|
segments:
|
|
242
242
|
- 0
|
|
243
|
-
hash: -
|
|
243
|
+
hash: -16614605
|
|
244
244
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
245
245
|
none: false
|
|
246
246
|
requirements:
|
|
@@ -249,7 +249,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
249
249
|
version: '0'
|
|
250
250
|
segments:
|
|
251
251
|
- 0
|
|
252
|
-
hash: -
|
|
252
|
+
hash: -16614605
|
|
253
253
|
requirements: []
|
|
254
254
|
rubyforge_project:
|
|
255
255
|
rubygems_version: 1.8.10
|