opal-racc 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/opal-racc.gemspec +3 -3
  2. metadata +4 -4
data/opal-racc.gemspec CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = 'opal-racc'
5
- s.version = '0.1.1'
5
+ s.version = '0.1.2'
6
6
  s.author = 'Adam Beynon'
7
7
  s.email = 'adam@adambeynon.com'
8
8
  s.homepage = 'http://opalrb.org'
9
9
  s.summary = 'Opal compatible racc runtime'
10
- s.description = 'Opal compatible racc runtime'
10
+ s.description = 'Opal compatible racc runtime.'
11
11
 
12
12
  s.files = `git ls-files`.split("\n")
13
13
  s.require_paths = ['lib']
14
- end
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.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,9 +9,9 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-22 00:00:00.000000000Z
12
+ date: 2012-06-24 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: Opal compatible racc runtime
14
+ description: Opal compatible racc runtime.
15
15
  email: adam@adambeynon.com
16
16
  executables: []
17
17
  extensions: []
@@ -41,7 +41,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
41
41
  version: '0'
42
42
  requirements: []
43
43
  rubyforge_project:
44
- rubygems_version: 1.8.11
44
+ rubygems_version: 1.8.24
45
45
  signing_key:
46
46
  specification_version: 3
47
47
  summary: Opal compatible racc runtime