Commit Graph

34 Commits

Author SHA1 Message Date
Erik Michaels-Ober 0a617357d7 Loosen required_rubygems_version for compatibility with Ubuntu 10.04 2013-05-06 05:28:02 -07:00
Erik Michaels-Ober 9632d5043c Update hashie dependency to allow 2.x 2013-02-22 14:07:42 -08:00
Erik Michaels-Ober afc2cab80a Use %w 2013-02-10 07:36:36 -08:00
Erik Michaels-Ober 27915a1dfb Rename public certificate 2013-02-07 12:40:43 -08:00
Erik Michaels-Ober c513bdcdef Don't hardcode my home directory 2013-02-03 11:08:48 -08:00
Erik Michaels-Ober 18431b080b Add cryptographic signature
Closes #660.
2013-02-03 02:20:07 -08:00
Erik Michaels-Ober 1705cf434f Use of custom objects is not necessary here 2013-02-03 01:53:19 -08:00
Erik Michaels-Ober 08cec2635a require 'omniauth/version'
Because require hashes based on the string, not the expanded path of the
file, it's important that we require the version file the same way that
it will be required elsewhere to avoid constant warnings.
2013-02-02 09:14:44 -08:00
Erik Michaels-Ober 1c69882ba5 Add bundler development dependency 2013-02-02 08:13:35 -08:00
Erik Michaels-Ober 2e06f2ebca Move development dependencies into Gemfile 2013-01-25 10:25:04 -08:00
Erik Michaels-Ober 695ce8ba95 Parse Markdown with kramdown 2012-12-02 17:53:51 -08:00
Erik Michaels-Ober 2e98c7462b Add #licenses declaration to gemspec 2012-11-17 20:35:28 -08:00
Erik Michaels-Ober 9b5c27b598 Use maruku instead of rdiscount for compatibility with JRuby in 1.9 mode 2012-07-07 05:52:13 -07:00
Michael Bleigh d02f9d58f7 Improves error handling behavior. Closes #578.
* OmniAuth::FailureEndpoint will raise any encountered
  errors out if RACK_ENV is development.
* It will redirect compatibly with current OmniAuth if
  not in development.
* Now uses Rack::Response to include a content length
  in the failure response.
2012-03-05 23:11:35 -05:00
Michael Bleigh 21739ee956 OmniAuth is now compatible with 1.3 and 1.4 Rack. Closes #562 2012-01-17 14:57:54 -06:00
Erik Michaels-Ober 50c354b813 Rack 1.4 is required as of e236f57337 2011-12-29 11:26:48 -08:00
Erik Michaels-Ober 26fd1d3a36 Specify all development dependencies in gemspec 2011-12-12 08:12:31 -08:00
Erik Michaels-Ober 7d8aa725a1 Don't need both maruku and rdiscount 2011-12-06 23:21:28 -08:00
Michael Bleigh c4aef42d98 Bumping to version 1.0.0. Mazel tov! 2011-11-01 23:04:56 -04:00
Michael Bleigh 6d0e5c9cf5 Uses Hashie 1.2 to prevent pollution of subhashes in InfoHash. Closes #495 2011-10-15 03:15:45 -05:00
Michael Bleigh 5fe011b19a Bump version to 1.0.0.pr1 2011-10-12 19:26:44 -05:00
Michael Bleigh 009f9c10b8 Rename and prepare gemspec, add guard to Gemfile (but not gemspec). 2011-09-03 21:31:52 -03:00
Michael Bleigh cc73281406 Clearing out everything to move towards the new 1.0 independent gems strategy. 2011-09-03 21:26:57 -03:00
Michael Bleigh 3dbfdff127 Merging master. 2011-09-03 15:08:07 -03:00
Muneeb Shaikh 60b7689ee5 Removed repetition of word 'that' from description 2011-08-24 07:48:06 +05:30
Erik Michaels-Ober 869a7b4c01 Update gemspec [ci skip] 2011-08-14 23:56:24 -07:00
Michael Bleigh 610bcc1ada Merge branch 'master' of github.com:intridea/omniauth into 1.0-beta 2011-07-28 21:22:04 -05:00
Erik Michaels-Ober 51813edce2 The omniauth gem is a meta-gem
Don't include all sub-gem files in this package, just specify sub-gems
as dependencies
2011-07-22 11:09:53 -07:00
James A. Rosen 2f77d46ce7 Moved HttpBasic to oa-more. Closes #327 2011-06-05 18:12:23 -07:00
Michael Bleigh 3d99fa87f8 Merging in master. 2011-05-16 13:27:42 -05:00
Erik Michaels-Ober f4d7dd59f7 Update gemspec 2011-05-12 18:40:28 -07:00
Michael Bleigh 19c212da72 Fixing up some dependencies and such. 2011-05-04 02:41:37 -05:00
Erik Michaels-Ober 81358854f2 Refactor build system 2011-04-28 17:57:24 -07:00
Erik Michaels-Ober 1d100ab8e9 New versioning system to support testing on http://test.rubygems.org/ 2011-04-22 11:41:33 -05:00