textpow1x 1.2.2 → 1.2.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- textpow1x (1.2.2)
4
+ textpow1x (1.2.3)
5
5
  plist (>= 3.0.1)
6
6
 
7
7
  GEM
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module Textpow
2
- VERSION = Version = "1.2.2"
2
+ VERSION = Version = "1.2.3"
3
3
  end
@@ -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.should_receive(:puts)
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.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-08 00:00:00.000000000Z
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: &84372580 !ruby/object:Gem::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: *84372580
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: -225371251
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: -225371251
252
+ hash: -16614605
253
253
  requirements: []
254
254
  rubyforge_project:
255
255
  rubygems_version: 1.8.10