rubinius-processor 1.2.0 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rubinius/processor/processor.rb +1 -1
- data/lib/rubinius/processor/version.rb +2 -2
- data/rubinius-processor.gemspec +1 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17bb63303deae27551913ea385e8fc323fc483df
|
4
|
+
data.tar.gz: f4557fd0bc40e7e5c209b69209a9e43ed8c4c06c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d826cb8efec9f9012ef95fbf27329bd4d9c9a8eb9399d32ac5b1c4ff3fd70e3a0d5402db56c8586fd8d4a90a4b59fd2631f51279bc7a2e4f0c903c6052eb6605
|
7
|
+
data.tar.gz: ba3f008c8d171c0aeb96867925e2b68bf7cebf20107a18ace235f8dd5aa6bc4181e2d69cc57d70da3e05d4378259b8c08d48c52120496f3811732854651d27bc
|
data/rubinius-processor.gemspec
CHANGED
@@ -1,10 +1,9 @@
|
|
1
1
|
# coding: utf-8
|
2
|
-
require 'rubinius/toolset'
|
3
2
|
require './lib/rubinius/processor/version'
|
4
3
|
|
5
4
|
Gem::Specification.new do |spec|
|
6
5
|
spec.name = "rubinius-processor"
|
7
|
-
spec.version =
|
6
|
+
spec.version = CodeTools::Processor::VERSION
|
8
7
|
spec.authors = ["Brian Shirai"]
|
9
8
|
spec.email = ["brixen@gmail.com"]
|
10
9
|
spec.description = %q{Converts Melbourne parse tree into an AST.}
|
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.
|
4
|
+
version: 1.3.0
|
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-
|
11
|
+
date: 2014-12-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|