# -*- encoding: utf-8 -*- # stub: nugrant 2.0.0.rc1 ruby lib Gem::Specification.new do |s| s.name = "nugrant".freeze s.version = "2.0.0.rc1".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Matthieu Vachon".freeze] s.date = "2014-06-25" s.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".freeze s.email = ["matthieu.o.vachon@gmail.com".freeze] s.files = [".buildpath".freeze, ".gitattributes".freeze, ".gitignore".freeze, ".project".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "DEVELOPMENT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/nugrant.rb".freeze, "lib/nugrant/bag.rb".freeze, "lib/nugrant/config.rb".freeze, "lib/nugrant/helper/bag.rb".freeze, "lib/nugrant/helper/env/exporter.rb".freeze, "lib/nugrant/helper/env/namer.rb".freeze, "lib/nugrant/helper/parameters.rb".freeze, "lib/nugrant/helper/stack.rb".freeze, "lib/nugrant/helper/yaml.rb".freeze, "lib/nugrant/mixin/parameters.rb".freeze, "lib/nugrant/parameters.rb".freeze, "lib/nugrant/vagrant/errors.rb".freeze, "lib/nugrant/vagrant/v2/command/env.rb".freeze, "lib/nugrant/vagrant/v2/command/helper.rb".freeze, "lib/nugrant/vagrant/v2/command/parameters.rb".freeze, "lib/nugrant/vagrant/v2/command/restricted_keys.rb".freeze, "lib/nugrant/vagrant/v2/command/root.rb".freeze, "lib/nugrant/vagrant/v2/config/user.rb".freeze, "lib/nugrant/vagrant/v2/plugin.rb".freeze, "lib/nugrant/version.rb".freeze, "locales/en.yml".freeze, "nugrant.gemspec".freeze, "test/lib/nugrant/helper/env/test_exporter.rb".freeze, "test/lib/nugrant/helper/test_bag.rb".freeze, "test/lib/nugrant/helper/test_parameters.rb".freeze, "test/lib/nugrant/helper/test_stack.rb".freeze, "test/lib/nugrant/test_bag.rb".freeze, "test/lib/nugrant/test_config.rb".freeze, "test/lib/nugrant/test_parameters.rb".freeze, "test/lib/test_helper.rb".freeze, "test/resources/.vagrantuser".freeze, "test/resources/README.md".freeze, "test/resources/json/params_array.json".freeze, "test/resources/json/params_boolean.json".freeze, "test/resources/json/params_combinations.json".freeze, "test/resources/json/params_current_1.json".freeze, "test/resources/json/params_current_2.json".freeze, "test/resources/json/params_defaults_at_root.json".freeze, "test/resources/json/params_defaults_not_at_root.json".freeze, "test/resources/json/params_empty.json".freeze, "test/resources/json/params_list.json".freeze, "test/resources/json/params_simple.json".freeze, "test/resources/json/params_system_1.json".freeze, "test/resources/json/params_system_2.json".freeze, "test/resources/json/params_unix_eol.json".freeze, "test/resources/json/params_user_1.json".freeze, "test/resources/json/params_user_2.json".freeze, "test/resources/json/params_user_nil_values.json".freeze, "test/resources/json/params_windows_eol.json".freeze, "test/resources/vagrantfiles/v2.defaults_mixed_string_symbols".freeze, "test/resources/vagrantfiles/v2.defaults_null_values_in_vagrantuser".freeze, "test/resources/vagrantfiles/v2.defaults_using_string".freeze, "test/resources/vagrantfiles/v2.defaults_using_symbol".freeze, "test/resources/vagrantfiles/v2.empty".freeze, "test/resources/vagrantfiles/v2.fake".freeze, "test/resources/vagrantfiles/v2.missing_parameter".freeze, "test/resources/vagrantfiles/v2.real".freeze, "test/resources/yaml/params_array.yml".freeze, "test/resources/yaml/params_boolean.yml".freeze, "test/resources/yaml/params_combinations.yml".freeze, "test/resources/yaml/params_current_1.yml".freeze, "test/resources/yaml/params_current_2.yml".freeze, "test/resources/yaml/params_defaults_at_root.yml".freeze, "test/resources/yaml/params_defaults_not_at_root.yml".freeze, "test/resources/yaml/params_empty.yml".freeze, "test/resources/yaml/params_list.yml".freeze, "test/resources/yaml/params_simple.yml".freeze, "test/resources/yaml/params_system_1.yml".freeze, "test/resources/yaml/params_system_2.yml".freeze, "test/resources/yaml/params_unix_eol.yml".freeze, "test/resources/yaml/params_user_1.yml".freeze, "test/resources/yaml/params_user_2.yml".freeze, "test/resources/yaml/params_user_nil_values.yml".freeze, "test/resources/yaml/params_windows_eol.yml".freeze] s.homepage = "https://github.com/maoueh/nugrant".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Library to handle user specific parameters from various location.".freeze s.test_files = ["test/lib/nugrant/helper/env/test_exporter.rb".freeze, "test/lib/nugrant/helper/test_bag.rb".freeze, "test/lib/nugrant/helper/test_parameters.rb".freeze, "test/lib/nugrant/helper/test_stack.rb".freeze, "test/lib/nugrant/test_bag.rb".freeze, "test/lib/nugrant/test_config.rb".freeze, "test/lib/nugrant/test_parameters.rb".freeze, "test/lib/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.8".freeze]) end