Project.yaml in rgen-0.9.1 vs Project.yaml in rgen-0.10.0

- old
+ new

@@ -1,9 +1,9 @@ name: rgen gemspec: rgen.gemspec git: https://github.com/mthiede/rgen.git -version: 0.9.1 +version: 0.10.0 summary: Ruby Modelling and Generator Framework email: martin dot thiede at gmx de homepage: http://ruby-gen.org rubyforge_project: rgen description: RGen is a framework for Model Driven Software Development (MDSD) in Ruby. This means that it helps you build Metamodels, instantiate Models, modify and transform Models and finally generate arbitrary textual content from it. @@ -13,10 +13,10 @@ include_files: ['lib/**/*', 'test/**/*', README.rdoc, CHANGELOG, MIT-LICENSE, Rakefile] exclude_files: ['**/*.bak'] encrypt_sources: false dependencies: https://rubygems.org: - - {name: nokogiri, version: ['>= 1.11.2', '< 1.12'], development: true} + - {name: nokogiri, version: ['>= 1.14.2', '< 1.15'], development: true} - {name: rake, version: '~> 12.0', development: true} - {name: minitest, version: ['~> 5.0', '>= 5.10.1'], development: true} - {name: minitest-fail-fast, version: '~> 0.1.0', development: true} - {name: andand, version: '1.3.3', development: true} \ No newline at end of file