Skip to content

Commit d582223

Browse files
committed
omnibus-ruby -> omnibus
1 parent a833e94 commit d582223

File tree

10 files changed

+35
-44
lines changed

10 files changed

+35
-44
lines changed

CHANGELOG.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -323,22 +323,22 @@ BUG FIXES:
323323
- The initial release.
324324

325325
<!--- The following link definition list is generated by PimpMyChangelog --->
326-
[#63]: https://github.com/opscode/omnibus-ruby/issues/63
327-
[#67]: https://github.com/opscode/omnibus-ruby/issues/67
328-
[#70]: https://github.com/opscode/omnibus-ruby/issues/70
329-
[#71]: https://github.com/opscode/omnibus-ruby/issues/71
330-
[#72]: https://github.com/opscode/omnibus-ruby/issues/72
331-
[#73]: https://github.com/opscode/omnibus-ruby/issues/73
332-
[#74]: https://github.com/opscode/omnibus-ruby/issues/74
333-
[#77]: https://github.com/opscode/omnibus-ruby/issues/77
334-
[#78]: https://github.com/opscode/omnibus-ruby/issues/78
335-
[#79]: https://github.com/opscode/omnibus-ruby/issues/79
336-
[#80]: https://github.com/opscode/omnibus-ruby/issues/80
337-
[#81]: https://github.com/opscode/omnibus-ruby/issues/81
338-
[#82]: https://github.com/opscode/omnibus-ruby/issues/82
339-
[#83]: https://github.com/opscode/omnibus-ruby/issues/83
340-
[#85]: https://github.com/opscode/omnibus-ruby/issues/85
341-
[#86]: https://github.com/opscode/omnibus-ruby/issues/86
326+
[#63]: https://github.com/opscode/omnibus/issues/63
327+
[#67]: https://github.com/opscode/omnibus/issues/67
328+
[#70]: https://github.com/opscode/omnibus/issues/70
329+
[#71]: https://github.com/opscode/omnibus/issues/71
330+
[#72]: https://github.com/opscode/omnibus/issues/72
331+
[#73]: https://github.com/opscode/omnibus/issues/73
332+
[#74]: https://github.com/opscode/omnibus/issues/74
333+
[#77]: https://github.com/opscode/omnibus/issues/77
334+
[#78]: https://github.com/opscode/omnibus/issues/78
335+
[#79]: https://github.com/opscode/omnibus/issues/79
336+
[#80]: https://github.com/opscode/omnibus/issues/80
337+
[#81]: https://github.com/opscode/omnibus/issues/81
338+
[#82]: https://github.com/opscode/omnibus/issues/82
339+
[#83]: https://github.com/opscode/omnibus/issues/83
340+
[#85]: https://github.com/opscode/omnibus/issues/85
341+
[#86]: https://github.com/opscode/omnibus/issues/86
342342
[@benjaminws]: https://github.com/benjaminws
343343
[@christophergeers]: https://github.com/christophergeers
344344
[@christophermaier]: https://github.com/christophermaier

NOTICE

Lines changed: 0 additions & 9 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
![Omnibus Icon](lib/omnibus/assets/README-logo.png) Omnibus
22
===========================================================
33
[![Gem Version](http://img.shields.io/gem/v/omnibus.svg)][gem]
4-
[![Build Status](http://img.shields.io/travis/opscode/omnibus-ruby.svg)][travis]
4+
[![Build Status](http://img.shields.io/travis/opscode/omnibus.svg)][travis]
55

66
[gem]: https://rubygems.org/gems/omnibus
7-
[travis]: http://travis-ci.org/opscode/omnibus-ruby
7+
[travis]: http://travis-ci.org/opscode/omnibus
88

99
Easily create full-stack installers for your project across a variety of platforms.
1010

@@ -81,7 +81,7 @@ s3_secret_key ENV['S3_SECRET_KEY']
8181
s3_bucket ENV['S3_BUCKET']
8282
```
8383

84-
For more information, please see the [`Config` documentation](http://rubydoc.info/github/opscode/omnibus-ruby/Omnibus/Config).
84+
For more information, please see the [`Config` documentation](http://rubydoc.info/github/opscode/omnibus/Omnibus/Config).
8585

8686
You can tell Omnibus to load a difference configuration file by passing the `--config` option to any command:
8787

@@ -122,7 +122,7 @@ Some DSL methods available include:
122122
| `build_iteration` | The package iteration number |
123123
| `dependency` | An Omnibus software-defined component to include in this package |
124124

125-
For more information, please see the [`Project` documentation](http://rubydoc.info/github/opscode/omnibus-ruby/Omnibus/Project).
125+
For more information, please see the [`Project` documentation](http://rubydoc.info/github/opscode/omnibus/Omnibus/Project).
126126

127127

128128
### Software
@@ -183,7 +183,7 @@ end
183183

184184
Since the software definitions are simply ruby code, you can conditionally execute anything by wrapping it with pure Ruby that tests for the version number.
185185

186-
For more DSL methods, please consult the [`Software` documentation](http://rubydoc.info/github/opscode/omnibus-ruby/Omnibus/Software).
186+
For more DSL methods, please consult the [`Software` documentation](http://rubydoc.info/github/opscode/omnibus/Omnibus/Software).
187187

188188
#### Sharing software definitions
189189
The easiest way to share organization-wide software is via bundler and Rubygems. For an example software repository, look at Chef's [omnibus-software](https://github.com/opscode/omnibus-software). For more information, please see the [Rubygems documentation](http://guides.rubygems.org/publishing/).

omnibus.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Gem::Specification.new do |gem|
88
gem.version = Omnibus::VERSION
99
gem.license = 'Apache 2.0'
1010
gem.author = 'Chef Software, Inc.'
11-
gem.email = 'info@getchef.com'
12-
gem.description = 'Omnibus helps you build self-installing, full-stack software builds.'
13-
gem.summary = gem.description
14-
gem.homepage = 'https://github.com/opscode/omnibus-ruby'
11+
gem.email = 'releng@getchef.com'
12+
gem.summary = 'Omnibus is a framework for building self-installing, full-stack software builds.'
13+
gem.description = gem.summary
14+
gem.homepage = 'https://github.com/opscode/omnibus'
1515

1616
gem.required_ruby_version = '>= 1.9.1'
1717

spec/data/complicated/config/software/cacerts.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
block do
2828
FileUtils.mkdir_p(File.expand_path("embedded/ssl/certs", install_dir))
2929

30-
# There is a bug in omnibus-ruby that may or may not have been fixed. Since the source url
31-
# does not point to an archive, omnibus-ruby tries to copy cacert.pem into the project working
30+
# There is a bug in omnibus that may or may not have been fixed. Since the source url
31+
# does not point to an archive, omnibus tries to copy cacert.pem into the project working
3232
# directory. However, it fails and copies to '/var/cache/omnibus/src/cacerts-2012.12.19\' instead
33-
# There is supposed to be a fix in omnibus-ruby, but under further testing, it was unsure if the
33+
# There is supposed to be a fix in omnibus, but under further testing, it was unsure if the
3434
# fix worked. Rather than trying to fix this now, we're filing a bug and copying the cacert.pem
3535
# directly from the cache instead.
3636

spec/data/complicated/config/software/chef-windows.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
#
3737
#####################################################################
3838
#
39-
# since omnibus-ruby is not architected to intentionally let the
39+
# since omnibus is not architected to intentionally let the
4040
# software definitions define the #build_version and
4141
# #build_iteration of the package artifact, we're going to implement
4242
# a temporary hack here that lets us do so. this type of use case
43-
# will become a feature of omnibus-ruby in the future, but in order
43+
# will become a feature of omnibus in the future, but in order
4444
# to get things shipped, we'll hack it up here.
4545
#
4646
# <3 Stephen

spec/data/complicated/config/software/chef.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
#
5858
#####################################################################
5959
#
60-
# since omnibus-ruby is not architected to intentionally let the
60+
# since omnibus is not architected to intentionally let the
6161
# software definitions define the #build_version and
6262
# #build_iteration of the package artifact, we're going to implement
6363
# a temporary hack here that lets us do so. this type of use case
64-
# will become a feature of omnibus-ruby in the future, but in order
64+
# will become a feature of omnibus in the future, but in order
6565
# to get things shipped, we'll hack it up here.
6666
#
6767
# <3 Stephen

spec/data/complicated/config/software/chefdk.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
build do
5050
# Nasty hack to set the artifact version until this gets fixed:
51-
# https://github.com/opscode/omnibus-ruby/issues/134
51+
# https://github.com/opscode/omnibus/issues/134
5252
block do
5353
project = self.project
5454
if project.name == "chefdk"

spec/data/complicated/config/software/openssl.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
# openssl build process uses a `makedepend` tool that we build inside the bundle.
141141
env["PATH"] = "#{install_dir}/embedded/bin" + File::PATH_SEPARATOR + ENV["PATH"]
142142

143-
# @todo: move into omnibus-ruby
143+
# @todo: move into omnibus
144144
has_gmake = system("gmake --version")
145145

146146
if has_gmake

spec/data/complicated/config/software/ruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"GEM_HOME" => nil
147147
})
148148

149-
# @todo: move into omnibus-ruby
149+
# @todo: move into omnibus
150150
has_gmake = system("gmake --version")
151151

152152
if has_gmake

0 commit comments

Comments
 (0)