--- !ruby/object:Gem::Specification name: nugrant version: !ruby/object:Gem::Version version: 2.0.0.dev1 platform: ruby authors: - Matthieu Vachon autorequire: bindir: bin cert_chain: [] date: 2013-07-12 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' 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/yaml.rb - lib/nugrant/parameters.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/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 - nugrant.gemspec - 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/Vagrantfile.v1.empty - test/resources/Vagrantfile.v1.fake - test/resources/Vagrantfile.v1.real - test/resources/Vagrantfile.v2.empty - test/resources/Vagrantfile.v2.fake - test/resources/Vagrantfile.v2.real - 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_windows_eol.json - 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_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_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: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 2.0.3 signing_key: specification_version: 4 summary: Library to handle user specific parameters from various location. test_files: - 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/Vagrantfile.v1.empty - test/resources/Vagrantfile.v1.fake - test/resources/Vagrantfile.v1.real - test/resources/Vagrantfile.v2.empty - test/resources/Vagrantfile.v2.fake - test/resources/Vagrantfile.v2.real - 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_windows_eol.json - 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_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_windows_eol.yml