Skip to content

Commit

Permalink
update gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajiv committed Nov 9, 2012
1 parent b716e67 commit 48478eb
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 37 deletions.
66 changes: 35 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,60 +9,64 @@ GEM
remote: http://rubygems.org/
specs:
canonix (0.1.1)
coderay (1.0.5)
coderay (1.0.8)
diff-lcs (1.1.3)
ffi (1.0.11)
guard (1.0.1)
ffi (>= 0.5.0)
thor (~> 0.14.6)
guard-rspec (0.6.0)
guard (>= 0.10.0)
guard (1.5.3)
listen (>= 0.4.2)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
thor (>= 0.14.6)
guard-rspec (2.1.1)
guard (>= 1.1)
rspec (~> 2.11)
hashie (1.2.0)
listen (0.5.3)
lumberjack (1.0.2)
macaddr (1.6.1)
systemu (~> 2.5.0)
method_source (0.7.1)
multi_json (1.1.0)
method_source (0.8.1)
multi_json (1.3.7)
nokogiri (1.5.5)
omniauth (1.1.1)
hashie (~> 1.2)
rack
pry (0.9.8.4)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
method_source (~> 0.8)
slop (~> 3.3.1)
rack (1.4.1)
rack-test (0.6.1)
rack-test (0.6.2)
rack (>= 1.0)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
rspec-mocks (~> 2.8.0)
rspec-core (2.8.0)
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.3)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.3)
ruby-saml (0.6.0)
canonix (= 0.1.1)
nokogiri
uuid (~> 2.3)
simplecov (0.6.1)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
slop (2.4.4)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
slop (3.3.3)
systemu (2.5.2)
thor (0.14.6)
thor (0.16.0)
uuid (2.3.5)
macaddr (~> 1.0)

PLATFORMS
ruby

DEPENDENCIES
guard (= 1.0.1)
guard-rspec (= 0.6.0)
guard (~> 1.0)
guard-rspec (~> 2.1)
omniauth-saml!
pry
rack-test (= 0.6.1)
rspec (= 2.8)
simplecov (= 0.6.1)
rack-test (~> 0.6)
rspec (~> 2.8)
simplecov (~> 0.6)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://github.com/PracticallyGreen/omniauth-saml

## Requirements

* [OmniAuth](http://www.omniauth.org/) 1.0+
* [OmniAuth](http://www.omniauth.org/) 1.1+
* Ruby 1.9.2

## Usage
Expand Down
10 changes: 5 additions & 5 deletions omniauth-saml.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'omniauth', '~> 1.1'
gem.add_runtime_dependency 'ruby-saml', '~> 0.6'

gem.add_development_dependency 'guard', '1.0.1'
gem.add_development_dependency 'guard-rspec', '0.6.0'
gem.add_development_dependency 'rspec', '2.8'
gem.add_development_dependency 'simplecov', '0.6.1'
gem.add_development_dependency 'rack-test', '0.6.1'
gem.add_development_dependency 'guard', '~> 1.0'
gem.add_development_dependency 'guard-rspec', '~> 2.1'
gem.add_development_dependency 'rspec', '~> 2.8'
gem.add_development_dependency 'simplecov', '~> 0.6'
gem.add_development_dependency 'rack-test', '~> 0.6'

gem.files = ['README.md'] + Dir['lib/**/*.rb']
gem.test_files = Dir['spec/**/*.rb']
Expand Down

0 comments on commit 48478eb

Please sign in to comment.