rubinius-processor 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 366fefb043a1f6a3686b910f6f17e7533ae05f15
4
- data.tar.gz: 4ab0bd39f011ba8428ae5f6e529bdb4745a87515
3
+ metadata.gz: 60f940b9249a761a40ab02df63d59b1420c90287
4
+ data.tar.gz: ac61f60f005425c7387d42c73db90b0084893189
5
5
  SHA512:
6
- metadata.gz: a72ad665b7f6791f6d686147027254120da3f2ead6b542aa4ab5f4f46ff6f94c9d153d66c749b708916787162753702afd2c1ba2fb81934b62dcc3535a43f122
7
- data.tar.gz: 9b88e261fa1dde2d3259cca86124d67472c320dde5b9986f9a4ee7f277a330b8f1f90066a4d47aac7f2c97286d4a1d4449df9b8a445df25c87bf7c5405cd6f7a
6
+ metadata.gz: c4d024faef19c57a395cf7c96c44906174e3f3400b9b473258fb81b29a6e9d44d6f19482bbf2ffe298897ad5d031a46e1390dacaccb43fa0da95e7b5c7157a35
7
+ data.tar.gz: 078d5be9342d46230e94602235e605c515aa813002e35ae56a80177a3184798044adce2d3e9de025df2ab656cf00937eb073dd2bed93b6a1ae5532139e2e8d54
@@ -20,7 +20,7 @@ module Rubinius::ToolSets.current::ToolSet
20
20
 
21
21
  # TODO: remove when all processors are defined
22
22
  def method_missing(sym, *args)
23
- puts " *** missing #{sym} #{args.map { |x| x.inspect}.join(", ")}"
23
+ puts "#{self.class}#method_missing: #{sym} #{args.map { |x| x.inspect}.join(", ")}"
24
24
  end
25
25
 
26
26
 
@@ -1,5 +1,5 @@
1
1
  module Rubinius::ToolSets.current::ToolSet
2
2
  class Processor
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubinius-processor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Shirai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-15 00:00:00.000000000 Z
11
+ date: 2014-03-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler