opal-racc 0.1.0 → 0.1.1

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.
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
1
  .DS_Store
2
+ *.gem
@@ -17,7 +17,7 @@ module Racc
17
17
  class Parser
18
18
 
19
19
  def _racc_setup
20
- Racc_arg
20
+ self.class::Racc_arg
21
21
  end
22
22
 
23
23
  def do_parse
data/opal-racc.gemspec ADDED
@@ -0,0 +1,14 @@
1
+ # -*- encoding: utf-8 -*-
2
+
3
+ Gem::Specification.new do |s|
4
+ s.name = 'opal-racc'
5
+ s.version = '0.1.1'
6
+ s.author = 'Adam Beynon'
7
+ s.email = 'adam@adambeynon.com'
8
+ s.homepage = 'http://opalrb.org'
9
+ s.summary = 'Opal compatible racc runtime'
10
+ s.description = 'Opal compatible racc runtime'
11
+
12
+ s.files = `git ls-files`.split("\n")
13
+ s.require_paths = ['lib']
14
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opal-racc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -20,6 +20,7 @@ files:
20
20
  - .gitignore
21
21
  - README.md
22
22
  - lib/opal/racc/parser.rb
23
+ - opal-racc.gemspec
23
24
  homepage: http://opalrb.org
24
25
  licenses: []
25
26
  post_install_message: