Commit Graph

30 Commits

Author SHA1 Message Date
Marc Siegel 3665b46d17 Update gemspec
- remove rubyforge project, since rubyforge is dead
  - specify oldest supported ruby version
  - clarify some comments
  - clarify currently a single author so no need for array
2014-06-15 15:20:28 -04:00
Marc Siegel a6a54d781f Pin mime-types transitive dependency to 1.25.1 on ruby 1.8
On Travis, 1.8 builds seem to fail without this pinning, even though I can't
reproduce locally.
2014-06-15 14:03:48 -04:00
Marc Siegel 01d12e1141 Loosen Rake dependency, since no known incompatibilities at the moment
If incompatible versions appear, we can always tighten this dependency. But
 at the moment, I don't know of any Rake versions in the wild that are incompatible,
 so this was an unnecessarily tight version specification.
2014-06-15 13:48:45 -04:00
Marc Siegel 043bb64b64 Bump rspec dependency to 3.0.0 (and allow any mime_types version)
RSpec 3.0.0 now supports 1.8.7, apparently without manually worrying about
any dependency versions.
2014-06-15 13:44:31 -04:00
Marc Siegel 62f5b4550c Allow newer versions of redcarpet (for yard doc) since no 1.8 compatibility
Since we are not building YARD documentation on 1.8 anymore, no need to
restrict the dependencies involved to older versions compatible with 1.8.

(this has no effect on the run-time compatibility of this library, only building
the documentation)
2014-06-15 13:39:01 -04:00
Marc Siegel fd38f46903 Extract simple platform checks from Rakefile, gemspec, spec_helper
As a first step to updating dependencies while maintaining compatibility,
extract common simple platform detection helpers.
2014-06-15 13:24:15 -04:00
Ken Dreyer 174e654a07 update URL in gemspec
GitHub now redirects all user pages to the github.io domain. Switch to
this newer domain name.

GitHub pages have HTTPS available. Switch to the HTTPS encrypted
version.
2014-06-11 17:16:55 -06:00
Marc Siegel fbd87ec6cc Loosen rake version requiement to allow 10.3.x and later 2014-05-19 09:18:16 -04:00
Marc Siegel 8be48f6f72 Update Travis settings for Rubinius
Apparently, since rbx-2.2.5 you no longer need to require
gem rubysl or rubinius-coverage, and you must have travis
use the ruby named 'rbx-2'.

See
*  https://github.com/tarcieri/http/pull/79
*  https://github.com/rubinius/rubinius/releases/tag/v2.2.5
2014-02-21 15:48:22 -05:00
Marc Siegel 9ad1275b27 Revert "Don't send coverage to coveralls.io on rubinus"
This reverts commit 3da904a660.
2014-02-20 22:17:02 -05:00
Marc Siegel 3da904a660 Don't send coverage to coveralls.io on rubinus
Doesn't seem to be showing the correct numbers for rbx coverage.
2014-02-20 22:06:03 -05:00
Alexey Vasiliev d339c78660 rbx 2014-02-04 21:59:09 +02:00
Alexey Vasiliev 1b9f33c494 test case 2014-02-04 21:44:38 +02:00
Alexey Vasiliev e84504d422 respond_to 2014-02-04 21:24:17 +02:00
Alexey Vasiliev ae3af03933 1.8 redcarpet 2014-02-04 21:15:30 +02:00
Alexey Vasiliev c5a52e450e fix bundler for travis 2014-02-04 21:11:09 +02:00
Alexey Vasiliev 70d65d6a9d fix for 1.8.7 2014-02-04 21:03:09 +02:00
Alexey Vasiliev 0db2dd7795 fix dependency 2014-02-04 20:54:06 +02:00
Marc Siegel 41b7721f4b (cosmetic: replace eligible double quoted strings with single quotes) 2013-11-26 15:53:45 -05:00
Marc Siegel 88268ae24d (cosmetic: remove unnecessary utf-8 comment in gemspec) 2013-11-26 15:06:08 -05:00
Marc Siegel ae43233ec6 Restrict dependencies so that mime-types 1.25 is used (compat with 1.8.7) 2013-11-25 07:11:54 -05:00
Marc Siegel f6d57c620e specify MIT license in gemspec 2013-11-25 06:58:59 -05:00
Marc Siegel d3bb0a3102 Add setup for coveralls.io code coverage tool 2013-07-05 10:46:19 -04:00
Marc Siegel 96bb7a475d relax rake & rspec deps to allow newer versions 2012-11-29 09:32:25 -05:00
Marc Siegel ace14c2346 bump out-of-date rspec dep to 2.11.0
Signed-off-by: Marc Siegel <marc@usainnov.com>
2012-10-29 16:14:51 -04:00
Marc Siegel 10cf6ed254 explicitly require rspec for travis
Signed-off-by: Marc Siegel <marc@usainnov.com>
2012-10-29 16:03:08 -04:00
Marc Siegel 10be1551c4 add rake as a gem dependency for travis 2012-10-28 08:25:52 -04:00
Marc Siegel 1f62e56f54 first stab at documentation 2011-12-06 18:03:18 -05:00
Marc Siegel 2ebf7dc6f9 yard rake task 2011-12-06 14:31:22 -05:00
Marc Siegel 1b225c8a27 initial commit 2011-12-06 13:51:56 -05:00