diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : ruby-vagrant-cloud +version : 2.0.1 +release : 1 +source : + - https://github.com/hashicorp/vagrant_cloud/archive/v2.0.1.tar.gz : 937b748d54a9ffa0b8b3b5bf3fce7f409a7a9dfa7008f26dc3a9f3f9fe76c977 +license : MIT +component : programming.ruby +summary : Ruby client for the Vagrant Cloud API. +description: | + Vagrant Cloud provides an API for users to interact with Vagrant Cloud for experimentation, automation, or building new features and tools on top of our existing application. +builddeps : + - pkgconfig(ruby-2.3) +build : | + %gem_build +install : | + %gem_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,48 @@ + + + ruby-vagrant-cloud + + Philipp Trulson + philipp@trulson.de + + MIT + programming.ruby + Ruby client for the Vagrant Cloud API. + Vagrant Cloud provides an API for users to interact with Vagrant Cloud for experimentation, automation, or building new features and tools on top of our existing application. + + https://solus-project.com/sources/README.Solus + + + ruby-vagrant-cloud + Ruby client for the Vagrant Cloud API. + Vagrant Cloud provides an API for users to interact with Vagrant Cloud for experimentation, automation, or building new features and tools on top of our existing application. + + programming.ruby + + /usr/lib64/ruby/gems/2.3.0/build_info + /usr/lib64/ruby/gems/2.3.0/doc + /usr/lib64/ruby/gems/2.3.0/extensions + /usr/lib64/ruby/gems/2.3.0/gems/vagrant_cloud-2.0.1/LICENSE + /usr/lib64/ruby/gems/2.3.0/gems/vagrant_cloud-2.0.1/README.md + /usr/lib64/ruby/gems/2.3.0/gems/vagrant_cloud-2.0.1/bin/vagrant_cloud + /usr/lib64/ruby/gems/2.3.0/gems/vagrant_cloud-2.0.1/lib/vagrant_cloud.rb + /usr/lib64/ruby/gems/2.3.0/gems/vagrant_cloud-2.0.1/lib/vagrant_cloud/account.rb + /usr/lib64/ruby/gems/2.3.0/gems/vagrant_cloud-2.0.1/lib/vagrant_cloud/box.rb + /usr/lib64/ruby/gems/2.3.0/gems/vagrant_cloud-2.0.1/lib/vagrant_cloud/client.rb + /usr/lib64/ruby/gems/2.3.0/gems/vagrant_cloud-2.0.1/lib/vagrant_cloud/errors.rb + /usr/lib64/ruby/gems/2.3.0/gems/vagrant_cloud-2.0.1/lib/vagrant_cloud/provider.rb + /usr/lib64/ruby/gems/2.3.0/gems/vagrant_cloud-2.0.1/lib/vagrant_cloud/search.rb + /usr/lib64/ruby/gems/2.3.0/gems/vagrant_cloud-2.0.1/lib/vagrant_cloud/version.rb + /usr/lib64/ruby/gems/2.3.0/specifications/vagrant_cloud-2.0.1.gemspec + + + + + 2018-10-17 + 2.0.1 + Packaging update + Philipp Trulson + philipp@trulson.de + + + \ No newline at end of file