--- !ruby/object:Gem::Specification name: nugrant version: !ruby/object:Gem::Version version: 2.1.1 platform: ruby authors: - Matthieu Vachon autorequire: bindir: bin cert_chain: [] date: 2014-12-03 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: multi_json requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.8' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.8' description: |2 Nugrant is a library to easily handle parameters that need to be injected into an application via different sources (system, user, project, defaults). Nugrant can also be directly used as a Vagrant plugin. By activating this gem with Vagrant, it will be possible to define user specific parameters that will be injected directly into the Vagrantfile. This is useful if you need to share a Vagrantfile to multiple developers but would like to customize some parameters for each user differently. email: - matthieu.o.vachon@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .buildpath - .gitattributes - .gitignore - .project - .travis.yml - CHANGELOG.md - CONTRIBUTORS.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/parameters.rb - lib/nugrant/helper/stack.rb - lib/nugrant/helper/yaml.rb - lib/nugrant/mixin/parameters.rb - lib/nugrant/parameters.rb - lib/nugrant/vagrant/errors.rb - lib/nugrant/vagrant/v2/action.rb - lib/nugrant/vagrant/v2/action/auto_export.rb - lib/nugrant/vagrant/v2/command/env.rb - lib/nugrant/vagrant/v2/command/parameters.rb - lib/nugrant/vagrant/v2/command/restricted_keys.rb - lib/nugrant/vagrant/v2/command/root.rb - lib/nugrant/vagrant/v2/config/user.rb - lib/nugrant/vagrant/v2/helper.rb - lib/nugrant/vagrant/v2/plugin.rb - lib/nugrant/version.rb - locales/en.yml - locales/fr.yml - nugrant.gemspec - test/lib/nugrant/helper/env/test_exporter.rb - test/lib/nugrant/helper/test_bag.rb - test/lib/nugrant/helper/test_parameters.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/lib/test_helper.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_current_1.json - test/resources/json/params_current_2.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_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/v2.auto_export - 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/yaml/params_array.yml - test/resources/yaml/params_boolean.yml - test/resources/yaml/params_combinations.yml - test/resources/yaml/params_current_1.yml - test/resources/yaml/params_current_2.yml - test/resources/yaml/params_defaults_at_root.yml - test/resources/yaml/params_defaults_not_at_root.yml - test/resources/yaml/params_empty.yml - test/resources/yaml/params_list.yml - test/resources/yaml/params_numeric_key.yml - test/resources/yaml/params_simple.yml - test/resources/yaml/params_system_1.yml - test/resources/yaml/params_system_2.yml - test/resources/yaml/params_unix_eol.yml - test/resources/yaml/params_user_1.yml - test/resources/yaml/params_user_2.yml - test/resources/yaml/params_user_nil_values.yml - test/resources/yaml/params_windows_eol.yml homepage: https://github.com/maoueh/nugrant licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 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_bag.rb - test/lib/nugrant/helper/test_parameters.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/lib/test_helper.rb