Sha256: 902fdd297964c3b2839e9379ea05420140f567d545b552c0adfcbbea6fbac180

Contents?: true

Size: 521 Bytes

Versions: 46

Compression:

Stored size: 521 Bytes

Contents

Gem::Specification.new do |s|
  s.name = 'my_hpc_plugins'
  s.version = '0.0.1'
  s.date = '2021-04-29'
  s.authors = ['Me myself!']
  s.email = ['me-myself@my-domain.com']
  s.summary = 'My awesome plugins for Hybrid Platforms Conductor'
  s.files = Dir['{bin,lib,spec}/**/*']
  Dir['bin/**/*'].each do |exec_name|
    s.executables << File.basename(exec_name)
  end
  # Dependencies
  # Make sure we use a compatible version of hybrid_platforms_conductor
  s.add_dependency 'hybrid_platforms_conductor', '~> 32.12'
end

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
hybrid_platforms_conductor-33.9.5 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.9.4 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.9.2 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.9.1 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.9.0 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.8.4 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.8.3 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.8.2 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.8.1 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.8.0 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.7.4 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.7.3 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.7.2 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.7.1 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.7.0 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.6.0 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.5.1 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.5.0 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.4.0 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec
hybrid_platforms_conductor-33.3.0 examples/tutorial/05_extend_with_plugins/my_hpc_plugins/my_hpc_plugins.gemspec