ripper 1.0.2 → 1.0.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.
metadata CHANGED
@@ -1,34 +1,28 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: ripper
3
- version: !ruby/object:Gem::Version
4
- hash: 19
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.3
5
5
  prerelease:
6
- segments:
7
- - 1
8
- - 0
9
- - 2
10
- version: 1.0.2
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Loren Segal
14
9
  - Minero Aoki
15
10
  autorequire:
16
11
  bindir: bin
17
12
  cert_chain: []
18
-
19
- date: 2011-03-11 00:00:00 -05:00
13
+ date: 2011-10-05 00:00:00.000000000 -04:00
20
14
  default_executable:
21
15
  dependencies: []
22
-
23
- description: " This gem is meant for Ruby 1.8.x builds. Ruby 1.9.x comes with a functioning\n ripper implementation out of the box. This gem is a port of the Ripper 1.9\n for Ruby 1.8.x. Ripper was written by Minero Aoki and ported by Loren Segal.\n"
16
+ description: ! " This gem is meant for Ruby 1.8.x builds. Ruby 1.9.x comes with
17
+ a functioning\n ripper implementation out of the box. This gem is a port of the
18
+ Ripper 1.9\n for Ruby 1.8.x. Ripper was written by Minero Aoki and ported by
19
+ Loren Segal.\n"
24
20
  email: lsegal@soen.ca
25
21
  executables: []
26
-
27
- extensions:
22
+ extensions:
28
23
  - ext/extconf.rb
29
24
  extra_rdoc_files: []
30
-
31
- files:
25
+ files:
32
26
  - lib/ripper/core.rb
33
27
  - lib/ripper/filter.rb
34
28
  - lib/ripper/lexer.rb
@@ -38,59 +32,57 @@ files:
38
32
  - ext/backports/regenc.h
39
33
  - ext/backports/ruby/encoding.h
40
34
  - ext/depend
35
+ - ext/eventids1.c
41
36
  - ext/eventids2.c
37
+ - ext/eventids2table.c
42
38
  - ext/extconf.rb
43
39
  - ext/extra/node.h
44
40
  - ext/extra/regenc.h
45
41
  - ext/id.c
46
42
  - ext/id.h
47
43
  - ext/lex.c
44
+ - ext/Makefile
45
+ - ext/mkmf.log
48
46
  - ext/parse.h
49
47
  - ext/parse.y
48
+ - ext/ripper.bundle
49
+ - ext/ripper.c
50
+ - ext/ripper.o
51
+ - ext/ripper.y
50
52
  - ext/tools/generate-param-macros.rb
51
53
  - ext/tools/generate.rb
52
54
  - ext/tools/preproc.rb
53
55
  - ext/tools/strip.rb
54
56
  - ext/tools/ytab.sed
57
+ - ext/y.output
55
58
  - test/test_ripper.rb
56
59
  - Rakefile
57
60
  - README
58
- has_rdoc: true
59
- homepage: http://github.com/lsegal/ripper
61
+ has_rdoc: false
62
+ homepage: http://github.com/lsegal/ripper18
60
63
  licenses: []
61
-
62
64
  post_install_message:
63
65
  rdoc_options: []
64
-
65
- require_paths:
66
+ require_paths:
66
67
  - lib
67
68
  - ext
68
- required_ruby_version: !ruby/object:Gem::Requirement
69
+ required_ruby_version: !ruby/object:Gem::Requirement
69
70
  none: false
70
- requirements:
71
+ requirements:
71
72
  - - ~>
72
- - !ruby/object:Gem::Version
73
- hash: 57
74
- segments:
75
- - 1
76
- - 8
77
- - 7
73
+ - !ruby/object:Gem::Version
78
74
  version: 1.8.7
79
- required_rubygems_version: !ruby/object:Gem::Requirement
75
+ required_rubygems_version: !ruby/object:Gem::Requirement
80
76
  none: false
81
- requirements:
82
- - - ">="
83
- - !ruby/object:Gem::Version
84
- hash: 3
85
- segments:
86
- - 0
87
- version: "0"
77
+ requirements:
78
+ - - ! '>='
79
+ - !ruby/object:Gem::Version
80
+ version: '0'
88
81
  requirements: []
89
-
90
82
  rubyforge_project:
91
- rubygems_version: 1.4.0
83
+ rubygems_version: 1.3.9.3
92
84
  signing_key:
93
85
  specification_version: 3
94
86
  summary: Ripper parses Ruby source and tokenizes or builds an AST
95
- test_files:
87
+ test_files:
96
88
  - test/test_ripper.rb