diff options
author | taca <taca@pkgsrc.org> | 2015-02-03 15:03:15 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-02-03 15:03:15 +0000 |
commit | 6139fcb0e7a85390fa188f86f2ae324921bb95dc (patch) | |
tree | c1ca1697f0dcece79dd5dc18c90afd4ec60f4b56 /misc/ruby-commander/PLIST | |
parent | 394642f1a4478af66aed73b43be8d9de4b64c996 (diff) | |
download | pkgsrc-6139fcb0e7a85390fa188f86f2ae324921bb95dc.tar.gz |
Update ruby-commander to 4.2.1.
Changes are not available.
Diffstat (limited to 'misc/ruby-commander/PLIST')
-rw-r--r-- | misc/ruby-commander/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/ruby-commander/PLIST b/misc/ruby-commander/PLIST index fbad8653a40..6099baca0f9 100644 --- a/misc/ruby-commander/PLIST +++ b/misc/ruby-commander/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2014/02/14 23:20:04 minskim Exp $ +@comment $NetBSD: PLIST,v 1.5 2015/02/03 15:03:15 taca Exp $ bin/commander ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore @@ -15,6 +15,7 @@ ${GEM_LIBDIR}/commander.gemspec ${GEM_LIBDIR}/lib/commander.rb ${GEM_LIBDIR}/lib/commander/blank.rb ${GEM_LIBDIR}/lib/commander/command.rb +${GEM_LIBDIR}/lib/commander/configure.rb ${GEM_LIBDIR}/lib/commander/core_ext.rb ${GEM_LIBDIR}/lib/commander/core_ext/array.rb ${GEM_LIBDIR}/lib/commander/core_ext/object.rb @@ -28,14 +29,17 @@ ${GEM_LIBDIR}/lib/commander/help_formatters/terminal_compact.rb ${GEM_LIBDIR}/lib/commander/help_formatters/terminal_compact/command_help.erb ${GEM_LIBDIR}/lib/commander/help_formatters/terminal_compact/help.erb ${GEM_LIBDIR}/lib/commander/import.rb +${GEM_LIBDIR}/lib/commander/methods.rb ${GEM_LIBDIR}/lib/commander/platform.rb ${GEM_LIBDIR}/lib/commander/runner.rb ${GEM_LIBDIR}/lib/commander/user_interaction.rb ${GEM_LIBDIR}/lib/commander/version.rb ${GEM_LIBDIR}/spec/command_spec.rb +${GEM_LIBDIR}/spec/configure_spec.rb ${GEM_LIBDIR}/spec/core_ext/array_spec.rb ${GEM_LIBDIR}/spec/core_ext/object_spec.rb ${GEM_LIBDIR}/spec/help_formatters/terminal_spec.rb +${GEM_LIBDIR}/spec/methods_spec.rb ${GEM_LIBDIR}/spec/runner_spec.rb ${GEM_LIBDIR}/spec/spec_helper.rb ${GEM_LIBDIR}/spec/ui_spec.rb |