forked from Katello/katello
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Katello Devel
committed
Jun 15, 2011
0 parents
commit d8fda33
Showing
989 changed files
with
124,777 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.bundle | ||
db/*.sqlite3 | ||
db/*.sqlite3-journal | ||
log/*.log | ||
hudson | ||
yard | ||
tmp | ||
*~ | ||
*.swp | ||
public/stylesheets/compiled/* | ||
config/katello.yml | ||
.idea* | ||
*.iml | ||
locale/*/LC_MESSAGES | ||
tags | ||
.yardoc | ||
project.vim | ||
routes.html | ||
routes.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--colour |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
source 'http://repos.fedorapeople.org/repos/katello/gems/' | ||
|
||
gem 'rails', '3.0.5' | ||
|
||
gem 'json' | ||
gem 'rest-client', :require => 'rest_client' | ||
gem 'jammit' | ||
gem 'sqlite3', :require => 'sqlite3' | ||
gem 'pg' | ||
# gem 'bson_ext', '>= 1.0.4' | ||
gem 'rails_warden' | ||
gem 'net-ldap' | ||
gem 'oauth' | ||
|
||
# Stuff for view/display/frontend | ||
gem 'haml', '>= 3.0.16' | ||
gem 'haml-rails' | ||
gem 'compass', '>= 0.10.5' | ||
gem 'compass-960-plugin', '>= 0.10.0' | ||
gem 'simple-navigation', '3.1.0' | ||
gem 'scoped_search', '>= 2.3.0' | ||
# Stuff for i18n | ||
gem 'gettext_i18n_rails' | ||
gem 'i18n_data', '>= 0.2.6', :require => 'i18n_data' | ||
|
||
# Bundle edge Rails instead: | ||
# gem 'rails', :git => 'git://github.com/rails/rails.git' | ||
|
||
# Use unicorn as the web server | ||
# gem 'unicorn' | ||
|
||
# Deploy with Capistrano | ||
gem 'capistrano' | ||
|
||
|
||
# Bundle the extra gems: | ||
# gem 'bj' | ||
# gem 'nokogiri', '>=1.4.1' | ||
# gem 'aws-s3', :require => 'aws/s3' | ||
|
||
# Bundle gems for the local environment. Make sure to | ||
# put test-only gems in this group so their generators | ||
# and rake tasks are available in development mode: | ||
# group :development, :test do | ||
# gem 'webrat' | ||
# end | ||
|
||
group :test, :development do | ||
# To use debugger | ||
gem 'ruby-debug' | ||
gem 'ZenTest', '>= 4.4.0' | ||
gem 'rspec-rails', '>= 2.0.0' | ||
gem 'autotest-rails', '>= 4.1.0' | ||
gem 'rcov', '>= 0.9.9' | ||
|
||
#needed for documentation | ||
gem 'yard', '>= 0.5.3' | ||
|
||
#needed by hudson | ||
gem 'ci_reporter','>= 1.6.3' | ||
gem 'gettext', '>= 1.9.3', :require => false | ||
gem 'ruby_parser' | ||
gem 'jasmine' | ||
|
||
#needed for unit tests | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,196 @@ | ||
GEM | ||
remote: http://repos.fedorapeople.org/repos/katello/gems/ | ||
specs: | ||
ZenTest (4.5.0) | ||
abstract (1.0.0) | ||
actionmailer (3.0.5) | ||
actionpack (= 3.0.5) | ||
mail (~> 2.2.15) | ||
actionpack (3.0.5) | ||
activemodel (= 3.0.5) | ||
activesupport (= 3.0.5) | ||
builder (~> 2.1.2) | ||
erubis (~> 2.6.6) | ||
i18n (~> 0.4) | ||
multimap (>= 1.1.2) | ||
rack (>= 1.1.0) | ||
rack-mount (>= 0.6.13) | ||
rack-test (>= 0.5.4) | ||
regin (>= 0.3.7) | ||
tzinfo (~> 0.3.23) | ||
activemodel (3.0.5) | ||
activesupport (= 3.0.5) | ||
builder (~> 2.1.2) | ||
i18n (~> 0.4) | ||
activerecord (3.0.5) | ||
activemodel (= 3.0.5) | ||
activesupport (= 3.0.5) | ||
arel (~> 2.0.2) | ||
tzinfo (~> 0.3.23) | ||
activeresource (3.0.5) | ||
activemodel (= 3.0.5) | ||
activesupport (= 3.0.5) | ||
activesupport (3.0.5) | ||
arel (2.0.10) | ||
autotest-rails (4.1.0) | ||
ZenTest | ||
builder (2.1.2) | ||
capistrano (2.5.19) | ||
highline | ||
net-scp (>= 1.0.0) | ||
net-sftp (>= 2.0.0) | ||
net-ssh (>= 2.0.14) | ||
net-ssh-gateway (>= 1.0.0) | ||
ci_reporter (1.6.4) | ||
builder (>= 2.1.2) | ||
closure-compiler (0.3.3) | ||
columnize (0.3.2) | ||
compass (0.10.6) | ||
haml (>= 3.0.4) | ||
compass-960-plugin (0.10.0) | ||
compass (>= 0.10.0) | ||
diff-lcs (1.1.2) | ||
erubis (2.6.6) | ||
abstract (>= 1.0.0) | ||
fast_gettext (0.5.10) | ||
gettext (2.1.0) | ||
locale (>= 2.0.5) | ||
gettext_i18n_rails (0.2.13) | ||
fast_gettext | ||
haml (3.0.25) | ||
haml-rails (0.3.4) | ||
actionpack (~> 3.0) | ||
activesupport (~> 3.0) | ||
haml (~> 3.0) | ||
railties (~> 3.0) | ||
highline (1.6.1) | ||
i18n (0.6.0) | ||
i18n_data (0.2.7) | ||
activesupport | ||
jammit (0.5.4) | ||
closure-compiler (>= 0.1.0) | ||
yui-compressor (>= 0.9.1) | ||
jasmine (1.0.1.1) | ||
json_pure (>= 1.4.3) | ||
rack (>= 1.0.0) | ||
rake (>= 0.8.7) | ||
rspec (>= 1.1.5) | ||
selenium-client (>= 1.2.17) | ||
selenium-rc (>= 2.1.0) | ||
json (1.4.6) | ||
json_pure (1.4.3) | ||
linecache (0.43) | ||
locale (2.0.5) | ||
mail (2.2.19) | ||
activesupport (>= 2.3.6) | ||
i18n (>= 0.4.0) | ||
mime-types (~> 1.16) | ||
treetop (~> 1.4.8) | ||
mime-types (1.16) | ||
multimap (1.1.2) | ||
net-ldap (0.1.1) | ||
net-scp (1.0.4) | ||
net-ssh (>= 1.99.1) | ||
net-sftp (2.0.5) | ||
net-ssh (>= 2.0.9) | ||
net-ssh (2.0.23) | ||
net-ssh-gateway (1.0.1) | ||
net-ssh (>= 1.99.1) | ||
oauth (0.4.4) | ||
pg (0.10.1) | ||
polyglot (0.3.1) | ||
rack (1.3.0) | ||
rack-mount (0.8.1) | ||
rack (>= 1.0.0) | ||
rack-test (0.6.0) | ||
rack (>= 1.0) | ||
rails (3.0.5) | ||
actionmailer (= 3.0.5) | ||
actionpack (= 3.0.5) | ||
activerecord (= 3.0.5) | ||
activeresource (= 3.0.5) | ||
activesupport (= 3.0.5) | ||
bundler (~> 1.0) | ||
railties (= 3.0.5) | ||
rails_warden (0.5.2) | ||
warden | ||
railties (3.0.5) | ||
actionpack (= 3.0.5) | ||
activesupport (= 3.0.5) | ||
rake (>= 0.8.7) | ||
thor (~> 0.14.4) | ||
rake (0.9.2) | ||
rcov (0.9.9) | ||
regin (0.3.8) | ||
rest-client (1.6.1) | ||
mime-types (>= 1.16) | ||
rspec (2.5.0) | ||
rspec-core (~> 2.5.0) | ||
rspec-expectations (~> 2.5.0) | ||
rspec-mocks (~> 2.5.0) | ||
rspec-core (2.5.1) | ||
rspec-expectations (2.5.0) | ||
diff-lcs (~> 1.1.2) | ||
rspec-mocks (2.5.0) | ||
rspec-rails (2.5.0) | ||
actionpack (~> 3.0) | ||
activesupport (~> 3.0) | ||
railties (~> 3.0) | ||
rspec (~> 2.5.0) | ||
ruby-debug (0.10.4) | ||
columnize (>= 0.1) | ||
ruby-debug-base (~> 0.10.4.0) | ||
ruby-debug-base (0.10.4) | ||
linecache (>= 0.3) | ||
ruby_parser (2.0.6) | ||
sexp_processor (~> 3.0) | ||
scoped_search (2.3.0) | ||
activerecord (>= 2.1.0) | ||
selenium-client (1.2.18) | ||
selenium-rc (2.3.2) | ||
selenium-client (>= 1.2.18) | ||
sexp_processor (3.0.5) | ||
simple-navigation (3.1.0) | ||
activesupport (>= 2.3.2) | ||
sqlite3 (1.3.3) | ||
thor (0.14.6) | ||
treetop (1.4.9) | ||
polyglot (>= 0.2.5) | ||
tzinfo (0.3.27) | ||
warden (1.0.3) | ||
rack (>= 1.0.0) | ||
yard (0.6.4) | ||
yui-compressor (0.9.1) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
ZenTest (>= 4.4.0) | ||
autotest-rails (>= 4.1.0) | ||
capistrano | ||
ci_reporter (>= 1.6.3) | ||
compass (>= 0.10.5) | ||
compass-960-plugin (>= 0.10.0) | ||
gettext (>= 1.9.3) | ||
gettext_i18n_rails | ||
haml (>= 3.0.16) | ||
haml-rails | ||
i18n_data (>= 0.2.6) | ||
jammit | ||
jasmine | ||
json | ||
net-ldap | ||
oauth | ||
pg | ||
rails (= 3.0.5) | ||
rails_warden | ||
rcov (>= 0.9.9) | ||
rest-client | ||
rspec-rails (>= 2.0.0) | ||
ruby-debug | ||
ruby_parser | ||
scoped_search (>= 2.3.0) | ||
simple-navigation (= 3.1.0) | ||
sqlite3 | ||
yard (>= 0.5.3) |
Oops, something went wrong.