[DRE-commits] [ruby-rgen] branch master updated (3b7c09d -> 5a841ec)

Stig Sandbeck Mathisen ssm at debian.org
Wed Jun 1 21:50:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

ssm pushed a change to branch master
in repository ruby-rgen.

      from  3b7c09d   Run wrap-and-sort on packaging files
       new  94312a4   Declare compliance with Debian policy 3.9.8
       new  041ac5a   Update changelog
      adds  884ebda   Initial import.
      adds  04d5557   initial on rubyforge
      adds  d85adeb   added xmlscan redistribution
      adds  9ccf45b   intermediate working state
      adds  15dba0a   added annotation facility
      adds  bc9cdaf   added annotation facility
      adds  ef0f424   intermediate commit
      adds  fe52ba9   moved
      adds  3807acd   one example of a direct XML instantiator moved into xml_instantiator_test, other deleted
      adds  7e9ba6f   support for multiple metamodels, output directories will be created if they don't exist, extra whitespace comman
      adds  852238e   refactored instantiators, added ea instantiator added annotation facility, fix opposite attribute issue, multiple inheritance model comparator
      adds  f49ff37   refactored tests
      adds  4d1322b   better error messages from templates, separator feature, improved whitespace handling
      adds  f8f744d   updated template_language documentation
      adds  722cc2a   some whitespace fixes in metamodel generator, some refactoring in ecore metamodel, improved model comparator
      adds  60c9df7   updated tests
      adds  df4cc7a   updated tests
      adds  5e7d41e   update for release 0.4.0
      adds  430b6e4   removed obsolete uml stuff, gemspec to exclude dirs for rdoc
      adds  ce6bc69   bugfix: use true/false instead of symbols for boolean attribute default values
      adds  c218c35   bugfix: use true/false instead of symbols for boolean attribute default values
      adds  78bd195   default value bugfix, output handler performance improvement
      adds  69dcdbe   recommitting accidentially removed bugfix
      adds  e509fa9   made transformer implementation non-recursive
      adds  962ce44   transformer looks for rules for superclasses minor fixes on EAInstantiator
      adds  4f72af7   AbstractXMLInstantiator controls the GC
      adds  13bba34   Dont use regexp to check \n at end of line
      adds  7f0a381   Dont require transformer everytime some calls "ecore"
      adds  f7648a6   fixed ecore_transformer and generator regarding enums
      adds  f117305   added test for transformation rule inheritance added test to show equality of ".ecore" generated objects
      adds  348b3de   experimental xmi20 serializer
      adds  69c9443   experimental xmi20 serializer
      adds  61cec68   changelog and some whitespace
      adds  8cc3e8c   ERB templates are reused in metamodel_builder, remove BuildHelper
      adds  589ef34   added delete method to environment
      adds  d70eba4   some documentation about gc control
      adds  9442650   new announce text
      adds  765f71a   updated changelog
      adds  233e4e6   updated release date
      adds  835a2bc   performance improvement for array child collection and find on environment
      adds  8746584   Extended Transformer to allow sharing of result maps between several Transformer instances
      adds  3768612   bugfix: specific upper bound values are no longer overwritten by -1 in metamodel builder
      adds  d329356   release 0.4.2
      adds  43a75e4   * Performance improvement: significant speed up of metamodel reverse registration * Bugfix: Use object identity for metamodel to-many add/remove methods * Bugfix: If expand's :for expression evaluates to nil an error is generated (silently used current context before) * Template language indentation string can be set on DirectoryTemplateContainer and with the "file" command * cleaned up ClassModule implementation
      adds  b0e8d22   gemspec removed )
      adds  727bebe   added ecore extension with convenience methods
      adds  453cb0a   added "abstract" metamodel DSL command
      adds  dcb80e3   added XMI1.1 serializer, revised XMLSerializer super class
      adds  c58f1b6   added XMI1.1 serializer, revised XMLSerializer super class
      adds  c0852ff   added "abstract" metamodel DSL command
      adds  3b85a93   added XMI1.1 serializer, revised XMLSerializer super class
      adds  93c1552   added ecore extension with convenience methods
      adds  82a16b0   updates for RGen 0.4.4
      adds  43e7a16   Updated XMI1.1 serializer to support explicit placement of elements on content level of the XMI file
      adds  4f13670   added new Rakefile which builds the release package
      adds  3bee37c   added doc publishing task
      adds  fee6fe7   fixed problem with windows \r
      adds  b04ea5e   Bugfix: expand :foreach silently assumed current context if :foreach evalutated to nil Bugfix: fixed unit test for non-Windows plattforms (\r\n) Bugfix: depending on the Ruby version and/or platform constants used in templates could not be resolved Added automatic line ending detection (\n or \r\n) for template language +nl+ command
      adds  953bb76   added doc and pkg to svn:ignore
      adds  1913604   fixed line endings in immediate output test
      adds  82f9b29   fixed line ending detection in template_container fixed explicit separators in templates to \r\n to be compliant with expected output
      adds  a0304c5   added test with template created on Linux (no \r)
      adds  e954534   added files missing in last commit
      adds  f97f21e   read and write templates in binary mode
      adds  9207ddc   removed intermediate files from repository
      adds  ade47e4   added intermediate files to svn:ignore
      adds  231e282   updated to year 2009 in license file
      adds  5a8bd0a   * Added ModelBuilder and ModelSerializer * Added template language "define_local" command * Added template language "evaluate" command * Fixed template language bug: indentation problem when expand continues a non-empty line * Fixed template language bug: template content expands several times when a template container is called recursively * Fixed template language bug: template resolution problem if a template file has the same name as a template directory * Cleane [...]
      adds  f0a21a8   excluded ea metamodel from rdoc
      adds  cc5e6c9   created tag rgen-0.5.0
      adds  adff943   removed ecore ecore
      adds  4f68c59   moved tag
      adds  c9b9665   deleted obsolete model_extension2.rb; deleted test outputs
      adds  c77e3f9   added .gitignore
      adds  01ce6b6   fixed register/unregister bug at one-side elements
      adds  4198320   added new model comparator base class
      adds  f90dc0a   some new features for model comparator base class
      adds  2b65489   fixed bug in model_comparator_base; started cleaning up ModelBuilder tests
      adds  7182a5d   release 0.5.1
      adds  f176936   updated TODO
      adds  f94e763   added support for 'many' attributes
      adds  e4748ca   made metamodel generator support 'many' attributes
      adds  5d41c02   added concrete support (ecore to concrete, concrete json serializer)
      adds  716aefe   added identifier provider support for json serializer
      adds  f075eb1   added QualifiedNameResolver
      adds  8b2011b   added reference proxy support
      adds  8761419   added more generic access methods on metaclasses
      adds  ee499d4   added ReferenceResolver resolver mixin
      adds  a8adaa4   added json instantiator
      adds  4f2b558   fixed qualified name resolver to handle to-one childs correctly
      adds  d5ef0fb   added string escape support in json instantiator and serializer
      adds  586ea1e   fixed json instantiator float parsing bug
      adds  0b8f2d3   fixed ecore xml instantiator to recognize references to standard builtin datatypes
      adds  e31a104   ignore references to unknown types in ecore to concrete transformer
      adds  e2cc6cf   fixed ecore xml serializer to support builtin datatypes; added unit tests for builtin types; fixed bug in ecore xml serializer to not output opposite containment references
      adds  cbaa39e   made reference resolver return still unresolved references; json instantiator returns unresolved references
      adds  66ef9bc   added qualified_name_resolver test to rgen_test
      adds  ae077e0   updated changelog, version number, year in license
      adds  4e4cc13   moved concrete support to concrete project and instantiator/serializer packages
      adds  08f6e62   fixed uri in gemspec
      adds  259c0d2   fixed string escaping in json instantiator and serializer
      adds  0640187   fixed order of eClassifiers and eSubpackages within an EPackage created by reflection on a RGen module
      adds  2e2a7cf   prepared release 0.5.3
      adds  e24715c   fixed undeterministic order of child elements in ModelSerializer and of attributes in XMI serializers
      adds  ae9f3de   made ModelSerializer always serialize the to-one part of bidirectional 1:N references
      adds  59c9cdd   fixed ModelSerializer to add :as => in case of ambiguous child roles
      adds  75f67c8   made JsonInstantiator search subpackages for unqualified class names
      adds  5b731da   added exception when trying to instantiate abstract class
      adds  7e87de4   replaced xmlscan by nokogiri
      adds  1a40094   made RGen work with Ruby 1.9
      adds  aad9a0c   cleaned up intermediate attribute and reference description, improvement of metamodel load time
      adds  a49d712   fixed xml instantiator test on linux
      adds  00f8e1b   added optional data property for MMProxy
      adds  30dab3f   added ECoreToRuby creating ruby classes and modules from ECore in memory
      adds  58155a9   added tests for metamodel is_a? and MMMultiple
      adds  1c521f5   lazy adding of feature methods by ECoreToRuby; renamed ECoreInstantiator, added presettable ecore
      adds  0d2b1dd   renamed ECoreTransformer into RubyToEcore
      adds  cf552b5   added TextSerializer; refactored out QualifiedNameProvider and OppositeReferenceFilter
      adds  05a5e9a   added TextInstantiator, fixed TextSerializer, added unit tests
      adds  23bdea0   added optional file and line attributes to UnresolvedReference
      adds  833a4bd   added options to text instantiator, introduced InstantiatorProblem
      adds  2d3cae1   text instantiator support for hex integers
      adds  3fb7b9e   fixed booleans and error messages in text instantiator, added tests
      adds  d39128b   added file name setter in text instantiator
      adds  96402fc   fixed problem with recognition of ambiguous child roles in text instantiator, added more tests
      adds  f32af39   fixed handling of enums in text instantiator, added more tests
      adds  095f2bb   make sure unlabled arguments are ignored if they don't exist (text instantiator), more tests
      adds  8fbac10   fixed ECoreToRuby, added tests
      adds  6afc44c   fixed text instantiator test for Ruby 1.9
      adds  0647452   made file attribute of UnresolvedReference writeable
      adds  7652c97   refactored RText support into separate package, added completer and service
      adds  c58ed1c   added feature value completion in rtext service; class_by_command method in rtext language
      adds  a20d1b7   extended Instantiator::ReferenceResolver and changed it into a class; added more tests
      adds  38d421e   moved utilities into util folder/module
      adds  517afda   added FileCacheMap
      adds  446f930   fixed template language bug: indenting not correct after callback into same template container and iinc/idec
      adds  9ec22e5   fixed reference resolver to work correctly with both array and non-array targets
      adds  1d9a9c4   implemented rtext file check service, fixed rtext completer
      adds  5174476   added support for fragmented models
      adds  19d29d9   removed file and line information from UnresolvedReference, this info can be taken from the element itself
      adds  f68e949   added FileChangeDetector util class
      adds  00b7bc6   revised fragments code, removed reference_selector dependency from FragmentedModel, removed qualifiedName dependency from ModelFragment, removed FileLoader
      adds  400edf2   revised RText service, factored out DefaultServiceProvider and DefaultLoader, added reference_qualifier functionality
      adds  44fe2c5   some more TODO
      adds  08b7ac1   added env to rtext comment_handler; fixed doc in rtext language
      adds  a363d6d   fixed FileCacheMap: use same method for calculating key sha1 on load and store
      adds  c675a5e   added reverse index and use it to make unresolve faster
      adds  97121cc   made rtext loader and service provider faster, added before_load hook
      adds  e6f09e5   added fragment_ref; added name index to rtext service provider for fast finding of model elements by name; added writing of line numbers in rtext serializer
      adds  e6969bf   switched to line/linepos interface for rtext completer, added context element builder
      adds  58316e2   fixed reference qualification in rtext instantiator and rtext show_problems
      adds  dc55ec5   added fragment_provider to make resolve and unresolve steps faster
      adds  4588f58   re-added setting of file name in default loader
      adds  4122837   added rtext service feature for finding referencing elements
      adds  210abad   added cached glob, using timestamps in file change detector, reading all problems at once, minor fixes
      adds  ef5a013   added line number for errors in last line
      adds  1028361   sort problems by fragment, only ouput file names when problems exist
      adds  fc8380e   added index parameter to model element add methods
      adds  7cd5f54   added on_resolve hook to reference resolver method
      adds  e65ef38   fixed unit test, env parameter in comment handler
      adds  5d292ad   fixed resolve/unresolve mechanism of fragmented model
      adds  dfe2fc1   explicit cyclic flush in rtext service
      adds  51a1030   added pattern matcher
      adds  a14b81d   improved pattern matcher performance
      adds  47b8c0f   added MMGeneric
      adds  3f4a310   fixed more problems caused by moving things to the util package
      adds  94023fc   made pattern matcher work with unbound variables
      adds  c4e1df8   fixed rtext parser problem with float exponents
      adds  6dec575   added umlaut test for rtext instantiator
      adds  9a28b13   added lazy evaluation of pattern values in pattern matcher
      adds  5babb91   in pattern matcher, don't wrap non model elements in proxies
      adds  b890b15   made pattern matcher work correctly with unbound values which can be nil
      adds  423d7ab   made reference resolver handle invalid target types
      adds  2164503   fixed ruby version specific unit test problems
      adds  076837d   fixed rtext instantiator exception on empty input; removed obsolete puts from unit tests
      adds  75edaf3   fixed has_many_attr not allowing the same value in the same attribute multiple times
      adds  91f28a2   made Environment#delete faster on large models
      adds  3542b84   made pattern matcher faster
      adds  1ffefa4   fixed order of intermediate feature properties
      adds  5179c46   added EGeneric datatype
      adds  331cd96   fixed ECoreToRuby: class dependencies, instanceClass, Ruby 1.9 (respond_tond_tynd_ond_to problem), custom data types
      adds  4c81772   fixed rtext instantiator and serializer to cope with non standard EDataTypes
      adds  798c779   changed instanceClassName of built-in EBoolean to simplify it and make it compatible with existing code
      adds  e68ccb3   added type check of defaultValueLiteral, more unit tests for default value feature
      adds  15f4807   fixed enless recursion problem of EcoreToRuby with Ruby 1.9
      adds  5b585c6   made getGeneric and setGeneric save against accidential calls of existing methods
      adds  5129057   added fragment changed flag
      adds  54ac51a   made rtext serializer quote unquoted arguments if necessary
      adds  687790e   many-feature setters can work with an enumerable instead of an array
      adds  93f97b1   support binding of many-features in pattern matcher, mention in changelog
      adds  d3c9f55   added debug flat to pattern matcher
      adds  fd6362f   made ModelFragment#resolve_external not complain about missing fragment information
      adds  25ce87f   fixed ordering problem of unlabled arguments in rtext language
      adds  6db09e1   fixed problem of Ruby hanging when exceptions occur
      adds  955603e   added method for marking model fragments as unchanged
      adds  a201b98   fixed handling of resolved external references / unresolve_external in model fragment
      adds  421fb12   fixed bug in file change detector
      adds  64b4096   added output of duplicate identifier problems in rtext service provider
      adds  7e9db77   implemented multi packet responses in rtext service
      adds  396e00c   fixed completion of primitive types in rtext completer
      adds  3baa7ab   made pattern matching for open elements in rtext default service provider case insensitive
      adds  069a5f9   rtext service uses logger instead of puts, added stop command
      adds  3348748   popped version
      adds  e2e9e0a   removed obsolete puts
      adds  2001da1   made file cache map more robust
      adds  e88445a   popped version
      adds  a653e84   added rtext unit test checking unlabled arguments in subclass
      adds  613fbe3   moved RText into separate gem
      adds  f90847a   popped version
      adds  813a7c1   fixed unit tests
      adds  97f480d   fixed fragmented model to rebuild index when a fragment has changed
      adds  a95dedb   fixed resolver on_resolve callback being called also on non-successful resolution
      adds  6646501   fixed file change detector and cached glob missing updates
      adds  f5ddd54   reference resolver can use target types to narrow set of possible targets
      adds  51956be   json instantiator: root element output, ignore key list
      adds  11b8f77   better EA compatibility, transform UML primitive types to EDatatypes, attribute multiplicity
      adds  625d58f   fixed metamodel builder and generator to quote illegal enum literal symbols
      adds  846c352   UMLtoEcore: handle 'abstract', reference filter, support dependency to reference
      adds  b302f33   fixed uml13 to uml13ea: changeability -> changeable for attribute
      adds  d46757e   support usage of target types for reference resolving in fragmented models
      adds  57b468f   changelog, version, rakefile
      adds  16d2d03   fixed metamodel builder to not overwrite a model element's 'class' method
      adds  cf476bb   transform enums into classes in ecore to uml transformer, improved attribute type naming
      adds  738fbc0   revised README and Rakefile
      adds  1004d0e   updated changelog
      adds  5e6b5a2   fixed default value appearing on read after setting a feature value to nil
      adds  0185690   added eIsSet and eUnset methods
      adds  b36f728   adapted readme file name for rdoc generation
      adds  84a4c59   reproduced bug in ModelFragment#elements
      adds  3014c11   added eContainer and eContainingFeature methods
      adds  631b874   ModelFragment calls identifier provider with a single argument
      adds  abad2ed   fixed comments in metamodel builder test to match the actual assertions
      adds  8522ca1   added pattern matcher test
      adds  6e7531a   fixed ModelFragment#elements not containing root elements
      adds  9a8b456   Revert "ModelFragment calls identifier provider with a single argument"
      adds  0e2cb37   added optional output of invalidation reason to FileCacheMap#load_data
      adds  3a33580   removed zip output
      adds  31bbb74   check error messages in metamodel builder test
      adds  eba9a76   revised qualified name provider to use eContainer, added unit tests
      adds  95fa855   fixed array_extension breaking the Hash[] method
      adds  535c7d8   added return statement to array extension in case super doesn't throw an exception (thanks to hlindberg)
      adds  2d7319e   version increment
      adds  dc86e0b   added support for BigDecimal
      adds  5a59d8f   fixed metamodel builder test for older Ruby versions
      adds  a449bb0   updated year in license file
      adds  c4f65fc   version increment
      adds  00f32fd   fixed FeatureWrapper API to be compatible with original Feature API
      adds  ce059cc   made FileChangeDetector robust against missing files
      adds  0ce113b   made FileCacheMap robust against missing files
      adds  59fda76   test to reproduce opposite ref association problem
      adds  24bb624   test to reproduce array assignment problem
      adds  d919f9b   version increment
      adds  e2fe2d7   fixed missing default argument of FragmentedModel#resolve
      adds  6fd3109   added to_str to methods which aren't forwarded by array extension on empty arrays
      adds  91dab38   added second respond_to? parameter to avoid warning with Ruby 2.0
      adds  0545e3c   major performance improvement in FragmentedModel#resolve
      adds  8aac301   added ModelFragment#mark_resolved and ResolutionHelper
      adds  93e295d   resolver can output failed resolutions
      adds  e4d0e66   changelog, version increment
      adds  380a6df   Add ELong to the set of builtin types
      adds  788b289   Merge pull request #4 from thallgren/feature/long-type
      adds  bb4679b   fixed long type handling in models, added more tests
      adds  6645c61   added eContents and eAllContents methods
      adds  68c199d   tests for eContents and eAllContents
      adds  aa65969   added setNilOrRemoveGeneric and setNilOrRemoveAllGeneric method
      adds  c6a8e36   use eAllContents in ModelFragment
      adds  25cff05   added disconnectContainer method
      adds  afeeeb8   enforce unique containment rule, poped version to 0.7.0
      adds  8824da1   testing setNilOrRemoveGeneric and setNilOrRemoveAllGeneric
      adds  698a7e5   fixed metamodel_from_ecore_tests not being run with minitest (Ruby 2.0)
      adds  3e3c42a   added note about ELong support
      adds  c45bbb2   Use a value larger than Fixnum max to test Bignum support.
      adds  0142394   Merge pull request #18 from graaff/long-tests-64bit
      adds  8498e7e   Improve generated addXXX method performance
      adds  431b7de   Use equal? instead of comparing object_id
      adds  d913c3b   Improve generated setXXX method performance
      adds  3747ad4   Merge pull request #22 from thallgren/issue/add-method-performance
      adds  999017c   Fixes issue #19.
      adds  4940a2a   Merge pull request #21 from jkugs/master
      adds  234fc56   fixed missing indentation when template file is not terminated by a newline
      adds  2372b0f   fixed missing indentation when expand in same line expands sub templates
      adds  87ca767   made output handler significantly faster (takes ~66% less time)
      adds  459f56c   changelog, version increment
      adds  b8ec106   fixed Ruby 1.8 problems
      adds  5c34c2b   simplified ECoreToRuby and optionally let it create modules with non-temporary names
      adds  d1fda24   updated readme: suppurt Ruby up to version 2.2
      adds  2a00fff   testing ECoreToRuby
      adds  473bd2c   Imported Upstream version 0.8.0
       new  a1eb622   Merge tag 'upstream/0.8.0'
       new  d6f81e6   Imported upstream release 0.8.0
       new  38520cb   Drop patches included upstream
       new  878de57   Add missing source for vendored jquery
       new  5a841ec   releasing package ruby-rgen version 0.8.0-1

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG                                          |   10 +
 README.rdoc                                        |    2 +-
 Rakefile                                           |    2 +-
 checksums.yaml.gz                                  |  Bin 270 -> 0 bytes
 debian/changelog                                   |   15 +
 debian/control                                     |    2 +-
 debian/missing-sources/application.js              | 8981 ++++++++++++++++++++
 ...-larger-than-Fixnum-max-to-test-Bignum-su.patch |   29 -
 debian/patches/series                              |    1 -
 lib/rgen/ecore/ecore_to_ruby.rb                    |  161 +-
 lib/rgen/instantiator/default_xml_instantiator.rb  |  181 +-
 lib/rgen/metamodel_builder/builder_extensions.rb   |   24 +-
 lib/rgen/template_language/output_handler.rb       |   61 +-
 lib/rgen/template_language/template_container.rb   |   14 +-
 metadata.yml                                       |   44 +-
 test/coverage/assets/0.10.0/application.css        |  799 ++
 test/coverage/assets/0.10.0/application.js         | 1707 ++++
 test/coverage/assets/0.10.0/colorbox/border.png    |  Bin 0 -> 163 bytes
 test/coverage/assets/0.10.0/colorbox/controls.png  |  Bin 0 -> 2033 bytes
 test/coverage/assets/0.10.0/colorbox/loading.gif   |  Bin 0 -> 9427 bytes
 .../assets/0.10.0/colorbox/loading_background.png  |  Bin 0 -> 166 bytes
 test/coverage/assets/0.10.0/favicon_green.png      |  Bin 0 -> 1009 bytes
 test/coverage/assets/0.10.0/favicon_red.png        |  Bin 0 -> 1009 bytes
 test/coverage/assets/0.10.0/favicon_yellow.png     |  Bin 0 -> 1009 bytes
 test/coverage/assets/0.10.0/loading.gif            |  Bin 0 -> 7247 bytes
 test/coverage/assets/0.10.0/magnify.png            |  Bin 0 -> 1301 bytes
 .../images/ui-bg_flat_0_aaaaaa_40x100.png          |  Bin 0 -> 180 bytes
 .../images/ui-bg_flat_75_ffffff_40x100.png         |  Bin 0 -> 178 bytes
 .../images/ui-bg_glass_55_fbf9ee_1x400.png         |  Bin 0 -> 120 bytes
 .../images/ui-bg_glass_65_ffffff_1x400.png         |  Bin 0 -> 105 bytes
 .../images/ui-bg_glass_75_dadada_1x400.png         |  Bin 0 -> 111 bytes
 .../images/ui-bg_glass_75_e6e6e6_1x400.png         |  Bin 0 -> 110 bytes
 .../images/ui-bg_glass_95_fef1ec_1x400.png         |  Bin 0 -> 119 bytes
 .../ui-bg_highlight-soft_75_cccccc_1x100.png       |  Bin 0 -> 101 bytes
 .../smoothness/images/ui-icons_222222_256x240.png  |  Bin 0 -> 4369 bytes
 .../smoothness/images/ui-icons_2e83ff_256x240.png  |  Bin 0 -> 4369 bytes
 .../smoothness/images/ui-icons_454545_256x240.png  |  Bin 0 -> 4369 bytes
 .../smoothness/images/ui-icons_888888_256x240.png  |  Bin 0 -> 4369 bytes
 .../smoothness/images/ui-icons_cd0a0a_256x240.png  |  Bin 0 -> 4369 bytes
 test/coverage/index.html                           |   72 +
 test/ecore_to_ruby_test.rb                         |   73 +
 test/metamodel_builder_test.rb                     |    4 +-
 test/model_builder/ecore_internal.rb               |   24 +-
 test/rgen_test.rb                                  |    1 +
 test/template_language_test.rb                     |   16 +-
 .../templates/indent_nonl_at_eof_test/test.tpl     |   14 +
 .../templates/indent_same_line_sub/test.tpl        |   16 +
 test/testmodel/ea_testmodel_regenerated.xml        | 1166 +--
 48 files changed, 12617 insertions(+), 802 deletions(-)
 delete mode 100644 checksums.yaml.gz
 create mode 100644 debian/missing-sources/application.js
 delete mode 100644 debian/patches/0001-Use-a-value-larger-than-Fixnum-max-to-test-Bignum-su.patch
 delete mode 100644 debian/patches/series
 create mode 100644 test/coverage/assets/0.10.0/application.css
 create mode 100644 test/coverage/assets/0.10.0/application.js
 create mode 100644 test/coverage/assets/0.10.0/colorbox/border.png
 create mode 100644 test/coverage/assets/0.10.0/colorbox/controls.png
 create mode 100644 test/coverage/assets/0.10.0/colorbox/loading.gif
 create mode 100644 test/coverage/assets/0.10.0/colorbox/loading_background.png
 create mode 100644 test/coverage/assets/0.10.0/favicon_green.png
 create mode 100644 test/coverage/assets/0.10.0/favicon_red.png
 create mode 100644 test/coverage/assets/0.10.0/favicon_yellow.png
 create mode 100644 test/coverage/assets/0.10.0/loading.gif
 create mode 100644 test/coverage/assets/0.10.0/magnify.png
 create mode 100644 test/coverage/assets/0.10.0/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
 create mode 100644 test/coverage/assets/0.10.0/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
 create mode 100644 test/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
 create mode 100644 test/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
 create mode 100644 test/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_75_dadada_1x400.png
 create mode 100644 test/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
 create mode 100644 test/coverage/assets/0.10.0/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
 create mode 100644 test/coverage/assets/0.10.0/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
 create mode 100644 test/coverage/assets/0.10.0/smoothness/images/ui-icons_222222_256x240.png
 create mode 100644 test/coverage/assets/0.10.0/smoothness/images/ui-icons_2e83ff_256x240.png
 create mode 100644 test/coverage/assets/0.10.0/smoothness/images/ui-icons_454545_256x240.png
 create mode 100644 test/coverage/assets/0.10.0/smoothness/images/ui-icons_888888_256x240.png
 create mode 100644 test/coverage/assets/0.10.0/smoothness/images/ui-icons_cd0a0a_256x240.png
 create mode 100644 test/coverage/index.html
 create mode 100644 test/ecore_to_ruby_test.rb
 create mode 100644 test/template_language_test/templates/indent_nonl_at_eof_test/test.tpl
 create mode 100644 test/template_language_test/templates/indent_same_line_sub/test.tpl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rgen.git



More information about the Pkg-ruby-extras-commits mailing list