rubinius-ast 1.0.1 → 1.0.2

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: 813fe60589de3d0cb89d69641cbc57f5141d8a59
4
- data.tar.gz: 3115c03413ae9350818dffbccd915bb37230d0f9
3
+ metadata.gz: ac87ac4174248617e6e83e7004f25a2644699b18
4
+ data.tar.gz: 74109b5447f8d530845eaa1ce06d6a1fde79e7cc
5
5
  SHA512:
6
- metadata.gz: 19aacbcff956617afb4c139d2b8e9cbe232a1b4f0d2ff9e9a3a6a55b2ffbe83bd920a6ee99ba7dfeaa987fc6160a3a243bd6addcac6c8913fb0fafc9a2c49b6a
7
- data.tar.gz: 829c797ed156b13791c5e0746b451172d5c356ea163d3a97085b3f8018028a5dd689d9591546392ae135004c86cfe1232c8c7087cc33f0935f7953c873d49878
6
+ metadata.gz: caf74b3e99d76f455a18ce9ad55ecce867674d6cd7007127a7c29371ac10c593bb908a655c3d86304d2d1ab6c3ce8c3bb83446fa8889a226a5fd7782a4cc0297
7
+ data.tar.gz: 8cdd2f236a365b1564a153acf6e07d501de7a30bf2da15b39bbe7b69f56a50914107a285a1ce966fd5460fffe27b23a663279dab8819d2789522065b71a95f35
@@ -18,6 +18,10 @@ module Rubinius::ToolSet.current::TS
18
18
  g.send :get_encoding, 1
19
19
  end
20
20
 
21
+ def defined(g)
22
+ g.push_literal "expression"
23
+ end
24
+
21
25
  def to_sexp
22
26
  [:encoding, @name]
23
27
  end
@@ -10,6 +10,10 @@ module Rubinius::ToolSet.current::TS
10
10
  g.send :active_path, 0
11
11
  end
12
12
 
13
+ def defined(g)
14
+ g.push_literal "expression"
15
+ end
16
+
13
17
  def to_sexp
14
18
  [:file]
15
19
  end
@@ -1,5 +1,5 @@
1
1
  module Rubinius::ToolSet.current::TS
2
2
  module AST
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubinius-ast
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Shirai
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-27 00:00:00.000000000 Z
11
+ date: 2013-12-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler