- Update to 0.3.1 - build without git or Cucumber OBS-URL: https://build.opensuse.org/request/show/1229917 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/rubygem-genprovider?expand=0&rev=13
95 lines
2.7 KiB
Plaintext
95 lines
2.7 KiB
Plaintext
.gitignore
|
|
CHANGELOG
|
|
Gemfile
|
|
LICENSE
|
|
README.rdoc
|
|
Rakefile
|
|
bin/genprovider
|
|
bin/regprovider
|
|
features/003-create.feature
|
|
features/004-modify.feature
|
|
features/005-delete.feature
|
|
features/datatypes.feature
|
|
features/ensure-format.feature
|
|
features/have-instances.feature
|
|
features/mof/trivial.mof
|
|
features/registration.feature
|
|
features/run-genprovider.feature
|
|
features/show-context.feature
|
|
features/step_definitions/genprovider.rb
|
|
features/step_definitions/mof.rb
|
|
features/step_definitions/registration.rb
|
|
features/step_definitions/wbemcli.rb
|
|
features/support/env.rb
|
|
genprovider.gemspec
|
|
lib/genprovider.rb
|
|
lib/genprovider/class.rb
|
|
lib/genprovider/output.rb
|
|
lib/genprovider/provider.rb
|
|
lib/genprovider/rdoc.rb
|
|
lib/genprovider/registration.rb
|
|
lib/genprovider/testcase.rb
|
|
lib/genprovider/version.rb
|
|
samples/mof/LMI_Embedded.mof
|
|
samples/mof/LMI_ManagedElement.mof
|
|
samples/mof/RCP_ArrayDataTypes.mof
|
|
samples/mof/RCP_ClassMethod.mof
|
|
samples/mof/RCP_ComplexMethod.mof
|
|
samples/mof/RCP_IndicationGenerator.mof
|
|
samples/mof/RCP_PassCData.mof
|
|
samples/mof/RCP_ShowContext.mof
|
|
samples/mof/RCP_SimpleClass.mof
|
|
samples/mof/RCP_SimpleDataTypes.mof
|
|
samples/mof/RCP_SimpleMethod.mof
|
|
samples/mof/qualifiers.mof
|
|
samples/provider/lmi_embedded.rb
|
|
samples/provider/rcp_array_data_types.rb
|
|
samples/provider/rcp_class_method.rb
|
|
samples/provider/rcp_complex_method.rb
|
|
samples/provider/rcp_pass_c_data.rb
|
|
samples/provider/rcp_show_context.rb
|
|
samples/provider/rcp_simple_class.rb
|
|
samples/provider/rcp_simple_data_types.rb
|
|
samples/provider/rcp_simple_method.rb
|
|
samples/registration/LMI_Embedded.registration
|
|
samples/registration/LMI_ManagedElement.registration
|
|
samples/registration/RCP_ArrayDataTypes.registration
|
|
samples/registration/RCP_ClassMethod.registration
|
|
samples/registration/RCP_ComplexMethod.registration
|
|
samples/registration/RCP_PassCData.registration
|
|
samples/registration/RCP_ShowContext.registration
|
|
samples/registration/RCP_SimpleDataTypes.registration
|
|
samples/registration/RCP_SimpleMethod.registration
|
|
samples/sfcb.reg/RCP_ComputerSystem.reg
|
|
samples/sfcb.reg/RCP_OSProcess.reg
|
|
samples/sfcb.reg/RCP_OperatingSystem.reg
|
|
samples/sfcb.reg/RCP_PhysicalMemory.reg
|
|
samples/sfcb.reg/RCP_Processor.reg
|
|
samples/sfcb.reg/RCP_RunningOS.reg
|
|
samples/sfcb.reg/RCP_SimpleClass.reg
|
|
samples/sfcb.reg/RCP_UnixProcess.reg
|
|
sfcbd
|
|
stress.sh
|
|
tasks/clean.rake
|
|
tasks/doc.rake
|
|
tasks/features.rake
|
|
tasks/prepstage.rake
|
|
tasks/registration.rake
|
|
tasks/sfcb.rake
|
|
tasks/test.rake
|
|
test/env.rb
|
|
test/helper.rb
|
|
test/mkreg.rb
|
|
test/mof/RCP_ClassMethod.rb
|
|
test/mof/RCP_ComplexMethod.rb
|
|
test/mof/RCP_SimpleMethod.rb
|
|
test/registration.rb
|
|
test/sfcb.rb
|
|
test/test_lmi_embedded.rb
|
|
test/test_rcp_array_data_types.rb
|
|
test/test_rcp_class_method.rb
|
|
test/test_rcp_complex_method.rb
|
|
test/test_rcp_simple_data_types.rb
|
|
test/test_rcp_simple_method.rb
|
|
valgrind
|