--- !ruby/object:Gem::Specification name: nugrant version: !ruby/object:Gem::Version hash: 5 prerelease: segments: - 1 - 4 - 1 version: 1.4.1 platform: ruby authors: - Matthieu Vachon autorequire: bindir: bin cert_chain: [] date: 2013-12-16 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 31 segments: - 1 - 8 version: "1.8" version_requirements: *id001 name: multi_json type: :runtime - !ruby/object:Gem::Dependency prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" version_requirements: *id002 name: rake type: :development - !ruby/object:Gem::Dependency prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 39 segments: - 5 - 0 - 8 version: 5.0.8 version_requirements: *id003 name: minitest type: :development description: " Nugrant is a library to easily handle parameters that need to be\n injected into an application via different sources (system, user,\n project, defaults).\n\n Nugrant can also be directly used as a Vagrant plugin. By activating\n this gem with Vagrant, it will be possible to define user specific\n parameters that will be injected directly into the Vagrantfile. This\n is useful if you need to share a Vagrantfile to multiple developers\n but would like to customize some parameters for each user differently.\n" email: - matthieu.o.vachon@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .buildpath - .gitattributes - .gitignore - .project - .travis.yml - CHANGELOG.md - DEVELOPMENT.md - Gemfile - LICENSE.txt - README.md - Rakefile - lib/nugrant.rb - lib/nugrant/bag.rb - lib/nugrant/config.rb - lib/nugrant/helper/bag.rb - lib/nugrant/helper/env/exporter.rb - lib/nugrant/helper/env/namer.rb - lib/nugrant/helper/stack.rb - lib/nugrant/helper/yaml.rb - lib/nugrant/parameters.rb - lib/nugrant/vagrant/errors.rb - lib/nugrant/vagrant/v1/command/env.rb - lib/nugrant/vagrant/v1/command/parameters.rb - lib/nugrant/vagrant/v1/command/root.rb - lib/nugrant/vagrant/v1/config/user.rb - lib/nugrant/vagrant/v1/plugin.rb - lib/nugrant/vagrant/v2/command/env.rb - lib/nugrant/vagrant/v2/command/parameters.rb - lib/nugrant/vagrant/v2/command/root.rb - lib/nugrant/vagrant/v2/config/user.rb - lib/nugrant/vagrant/v2/plugin.rb - lib/nugrant/version.rb - lib/vagrant_init.rb - locales/en.yml - nugrant.gemspec - test/lib/nugrant/helper/env/test_exporter.rb - test/lib/nugrant/helper/test_stack.rb - test/lib/nugrant/test_bag.rb - test/lib/nugrant/test_config.rb - test/lib/nugrant/test_parameters.rb - test/resources/.vagrantuser - test/resources/README.md - test/resources/json/params_array.json - test/resources/json/params_boolean.json - test/resources/json/params_combinations.json - test/resources/json/params_defaults_at_root.json - test/resources/json/params_defaults_not_at_root.json - test/resources/json/params_empty.json - test/resources/json/params_list.json - test/resources/json/params_project_1.json - test/resources/json/params_project_2.json - test/resources/json/params_simple.json - test/resources/json/params_system_1.json - test/resources/json/params_system_2.json - test/resources/json/params_unix_eol.json - test/resources/json/params_user_1.json - test/resources/json/params_user_2.json - test/resources/json/params_user_nil_values.json - test/resources/json/params_windows_eol.json - test/resources/vagrantfiles/v1.defaults_mixed_string_symbols - test/resources/vagrantfiles/v1.defaults_using_string - test/resources/vagrantfiles/v1.defaults_using_symbol - test/resources/vagrantfiles/v1.empty - test/resources/vagrantfiles/v1.fake - test/resources/vagrantfiles/v1.missing_parameter - test/resources/vagrantfiles/v1.real - test/resources/vagrantfiles/v2.defaults_mixed_string_symbols - test/resources/vagrantfiles/v2.defaults_null_values_in_vagrantuser - test/resources/vagrantfiles/v2.defaults_using_string - test/resources/vagrantfiles/v2.defaults_using_symbol - test/resources/vagrantfiles/v2.empty - test/resources/vagrantfiles/v2.fake - test/resources/vagrantfiles/v2.missing_parameter - test/resources/vagrantfiles/v2.real - test/resources/yml/params_array.yml - test/resources/yml/params_boolean.yml - test/resources/yml/params_combinations.yml - test/resources/yml/params_defaults_at_root.yml - test/resources/yml/params_defaults_not_at_root.yml - test/resources/yml/params_empty.yml - test/resources/yml/params_list.yml - test/resources/yml/params_project_1.yml - test/resources/yml/params_project_2.yml - test/resources/yml/params_simple.yml - test/resources/yml/params_system_1.yml - test/resources/yml/params_system_2.yml - test/resources/yml/params_unix_eol.yml - test/resources/yml/params_user_1.yml - test/resources/yml/params_user_2.yml - test/resources/yml/params_user_nil_values.yml - test/resources/yml/params_windows_eol.yml homepage: https://github.com/maoueh/nugrant licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: Library to handle user specific parameters from various location. test_files: - test/lib/nugrant/helper/env/test_exporter.rb - test/lib/nugrant/helper/test_stack.rb - test/lib/nugrant/test_bag.rb - test/lib/nugrant/test_config.rb - test/lib/nugrant/test_parameters.rb