riml 0.3.5 → 0.3.6

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/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Riml
2
- # last changed: Oct. 20, 2013
3
- VERSION = [0,3,5]
2
+ # release date: Nov. 2, 2013
3
+ VERSION = [0,3,6]
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riml
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-20 00:00:00.000000000 Z
12
+ date: 2013-11-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: racc
@@ -92,7 +92,7 @@ dependencies:
92
92
  - !ruby/object:Gem::Version
93
93
  version: 0.14.0
94
94
  description: ! " Riml is a subset of VimL with some added features, and it compiles
95
- to plain\n Vimscript. Some of the added features include classes, string interpolation,\n
95
+ to plain\n Vim script. Some of the added features include classes, string interpolation,\n
96
96
  \ heredocs, default case-sensitive string comparison and default arguments in\n
97
97
  \ functions. Give it a try!\n"
98
98
  email: luke.gru@gmail.com
@@ -112,8 +112,10 @@ files:
112
112
  - lib/riml/rewritten_ast_cache.rb
113
113
  - lib/riml/warning_buffer.rb
114
114
  - lib/riml/class_map.rb
115
+ - lib/riml/class_dependency_graph.rb
115
116
  - lib/riml/included.vim
116
117
  - lib/riml/constants.rb
118
+ - lib/riml/parser.output
117
119
  - lib/riml/backtrace_filter.rb
118
120
  - lib/riml/path_cache.rb
119
121
  - lib/riml/lexer.rb
@@ -151,11 +153,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
151
153
  version: '0'
152
154
  segments:
153
155
  - 0
154
- hash: 3731001160727385716
156
+ hash: 1690157373362204577
155
157
  requirements: []
156
158
  rubyforge_project:
157
159
  rubygems_version: 1.8.25
158
160
  signing_key:
159
161
  specification_version: 3
160
- summary: Riml is a language that compiles into Vimscript
162
+ summary: Riml is a language that compiles into Vim script
161
163
  test_files: []