rgen 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rgen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
5
- prerelease:
4
+ version: 0.8.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Martin Thiede
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2015-11-15 00:00:00.000000000 Z
11
+ date: 2016-06-09 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: RGen is a framework for Model Driven Software Development (MDSD) in Ruby.
15
14
  This means that it helps you build Metamodels, instantiate Models, modify and transform
@@ -162,6 +161,9 @@ files:
162
161
  - test/template_language_test/expected_result3.txt
163
162
  - test/template_language_test/indentStringTestDefaultIndent.out
164
163
  - test/template_language_test/indentStringTestTabIndent.out
164
+ - test/template_language_test/line_endings_mixed.txt
165
+ - test/template_language_test/line_endings_unix.txt
166
+ - test/template_language_test/line_endings_windows.txt
165
167
  - test/template_language_test/templates/callback_indent_test/a.tpl
166
168
  - test/template_language_test/templates/callback_indent_test/b.tpl
167
169
  - test/template_language_test/templates/code/array.tpl
@@ -175,6 +177,9 @@ files:
175
177
  - test/template_language_test/templates/indent_string_test.tpl
176
178
  - test/template_language_test/templates/index/c/cmod.tpl
177
179
  - test/template_language_test/templates/index/chapter.tpl
180
+ - test/template_language_test/templates/line_endings/mixed.tpl
181
+ - test/template_language_test/templates/line_endings/unix.tpl
182
+ - test/template_language_test/templates/line_endings/windows.tpl
178
183
  - test/template_language_test/templates/no_backslash_r_test.tpl
179
184
  - test/template_language_test/templates/no_indent_test/no_indent.tpl
180
185
  - test/template_language_test/templates/no_indent_test/sub1/no_indent.tpl
@@ -186,6 +191,7 @@ files:
186
191
  - test/template_language_test/templates/template_resolution_test/sub1.tpl
187
192
  - test/template_language_test/templates/template_resolution_test/sub1/sub1.tpl
188
193
  - test/template_language_test/templates/template_resolution_test/test.tpl
194
+ - test/template_language_test/templates/ws_test.tpl
189
195
  - test/template_language_test/testout.txt
190
196
  - test/testmodel/class_model_checker.rb
191
197
  - test/testmodel/ea_testmodel.eap
@@ -211,6 +217,7 @@ files:
211
217
  - Rakefile
212
218
  homepage: http://ruby-gen.org
213
219
  licenses: []
220
+ metadata: {}
214
221
  post_install_message:
215
222
  rdoc_options:
216
223
  - --main
@@ -224,21 +231,19 @@ rdoc_options:
224
231
  require_paths:
225
232
  - lib
226
233
  required_ruby_version: !ruby/object:Gem::Requirement
227
- none: false
228
234
  requirements:
229
- - - ! '>='
235
+ - - '>='
230
236
  - !ruby/object:Gem::Version
231
237
  version: '0'
232
238
  required_rubygems_version: !ruby/object:Gem::Requirement
233
- none: false
234
239
  requirements:
235
- - - ! '>='
240
+ - - '>='
236
241
  - !ruby/object:Gem::Version
237
242
  version: '0'
238
243
  requirements: []
239
244
  rubyforge_project: rgen
240
- rubygems_version: 1.8.24
245
+ rubygems_version: 2.0.3
241
246
  signing_key:
242
- specification_version: 3
247
+ specification_version: 4
243
248
  summary: Ruby Modelling and Generator Framework
244
249
  test_files: []