Skip to content

Commit

Permalink
sample app removed from gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Pedersen committed Aug 11, 2010
1 parent c17f89b commit eb5e01a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 55 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ begin
gem.summary = %Q{SAML Ruby Tookit}
gem.description = %Q{SAML toolkit for Ruby on Rails}
gem.email = "[email protected]"
gem.homepage = "http://github.com/celoserpa/ruby-saml"
gem.homepage = "http://github.com/onelogin/ruby-saml"
gem.authors = ["OneLogin LLC"]
gem.add_dependency("XMLCanonicalizer",">= 1.0.1")
#gem.add_development_dependency "thoughtbot-shoulda"
Expand Down
55 changes: 1 addition & 54 deletions ruby-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,59 +23,6 @@ Gem::Specification.new do |s|
"README.rdoc",
"Rakefile",
"VERSION",
"example/README",
"example/Rakefile",
"example/app/controllers/application_controller.rb",
"example/app/controllers/saml_controller.rb",
"example/app/helpers/application_helper.rb",
"example/app/models/account.rb",
"example/app/views/saml/complete.html.erb",
"example/app/views/saml/fail.html.erb",
"example/app/views/saml/logout.html.erb",
"example/config/boot.rb",
"example/config/database.yml",
"example/config/environment.rb",
"example/config/environments/development.rb",
"example/config/environments/production.rb",
"example/config/environments/test.rb",
"example/config/initializers/backtrace_silencers.rb",
"example/config/initializers/inflections.rb",
"example/config/initializers/mime_types.rb",
"example/config/initializers/new_rails_defaults.rb",
"example/config/initializers/session_store.rb",
"example/config/locales/en.yml",
"example/config/routes.rb",
"example/db/development.sqlite3",
"example/db/migrate/20100414031905_create_sessions.rb",
"example/db/schema.rb",
"example/db/seeds.rb",
"example/doc/README_FOR_APP",
"example/public/404.html",
"example/public/422.html",
"example/public/500.html",
"example/public/favicon.ico",
"example/public/images/rails.png",
"example/public/index.html",
"example/public/javascripts/application.js",
"example/public/javascripts/controls.js",
"example/public/javascripts/dragdrop.js",
"example/public/javascripts/effects.js",
"example/public/javascripts/prototype.js",
"example/public/robots.txt",
"example/script/about",
"example/script/console",
"example/script/dbconsole",
"example/script/destroy",
"example/script/generate",
"example/script/performance/benchmarker",
"example/script/performance/profiler",
"example/script/plugin",
"example/script/runner",
"example/script/server",
"example/test/fixtures/sessions.yml",
"example/test/performance/browsing_test.rb",
"example/test/test_helper.rb",
"example/test/unit/session_test.rb",
"lib/onelogin/saml.rb",
"lib/onelogin/saml/authrequest.rb",
"lib/onelogin/saml/response.rb",
Expand All @@ -86,7 +33,7 @@ Gem::Specification.new do |s|
"test/ruby-saml_test.rb",
"test/test_helper.rb"
]
s.homepage = %q{http://github.com/celoserpa/ruby-saml}
s.homepage = %q{http://github.com/onelogin/ruby-saml}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
Expand Down

0 comments on commit eb5e01a

Please sign in to comment.