-
- Downloads
omnibus-ruby -> omnibus
Showing
- CHANGELOG.md 16 additions, 16 deletionsCHANGELOG.md
- NOTICE 0 additions, 9 deletionsNOTICE
- README.md 5 additions, 5 deletionsREADME.md
- omnibus.gemspec 4 additions, 4 deletionsomnibus.gemspec
- spec/data/complicated/config/software/cacerts.rb 3 additions, 3 deletionsspec/data/complicated/config/software/cacerts.rb
- spec/data/complicated/config/software/chef-windows.rb 2 additions, 2 deletionsspec/data/complicated/config/software/chef-windows.rb
- spec/data/complicated/config/software/chef.rb 2 additions, 2 deletionsspec/data/complicated/config/software/chef.rb
- spec/data/complicated/config/software/chefdk.rb 1 addition, 1 deletionspec/data/complicated/config/software/chefdk.rb
- spec/data/complicated/config/software/openssl.rb 1 addition, 1 deletionspec/data/complicated/config/software/openssl.rb
- spec/data/complicated/config/software/ruby.rb 1 addition, 1 deletionspec/data/complicated/config/software/ruby.rb
NOTICE
deleted
100644 → 0
Loading
| Loading
| @@ -8,10 +8,10 @@ Gem::Specification.new do |gem| |
gem.version = Omnibus::VERSION | ||
gem.license = 'Apache 2.0' | ||
gem.author = 'Chef Software, Inc.' | ||
gem.email = 'info@getchef.com' | ||
gem.description = 'Omnibus helps you build self-installing, full-stack software builds.' | ||
gem.summary = gem.description | ||
gem.homepage = 'https://github.com/opscode/omnibus-ruby' | ||
gem.email = 'releng@getchef.com' | ||
gem.summary = 'Omnibus is a framework for building self-installing, full-stack software builds.' | ||
gem.description = gem.summary | ||
gem.homepage = 'https://github.com/opscode/omnibus' | ||
gem.required_ruby_version = '>= 1.9.1' | ||
Loading
| Loading
|
Please register or sign in to comment