summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* test with ruby 2.5, tooKornelius Kalnbach2017-12-161-1/+2
|
* trying to fix tests for Ruby 2.4Kornelius Kalnbach2017-11-051-2/+1
|
* backport .gitignore from dsl branchKornelius Kalnbach2017-11-031-8/+6
|
* port a few tweaks from dsl branchKornelius Kalnbach2017-11-033-3/+2
|
* bump version to 1.1.2v1.1.2.rc1v1.1.2Kornelius Kalnbach2017-09-031-1/+1
|
* avoid regexp syntax warnings on Ruby 1.8Kornelius Kalnbach2017-09-031-1/+1
|
* fixing gems for Ruby 1.9Kornelius Kalnbach2017-09-031-7/+7
|
* don't change benchmark rulesKornelius Kalnbach2017-09-031-1/+1
|
* restore support for Ruby 1.8.7Kornelius Kalnbach2017-09-032-10/+10
|
* update more gemsKornelius Kalnbach2017-09-031-4/+4
|
* Merge branch 'master' of github.com:rubychan/coderayKornelius Kalnbach2017-09-031-1/+1
|\
| * Merge pull request #212 from t-gergely/java-nonasciiKornelius Kalnbach2017-09-031-1/+1
| |\ | | | | | | allow for non-ASCII identifiers
| | * compatibility with Ruby < 2t-gergely2017-07-071-1/+1
| | | | | | | | | As requested by korny. Thanks.
| | * allow for non-ASCII identifierst-gergely2017-07-041-1/+1
| | |
* | | update development gemsKornelius Kalnbach2017-09-031-2/+2
| | |
* | | update changelogKornelius Kalnbach2017-09-031-0/+1
|/ /
* | flag is available since Ruby 2.3Kornelius Kalnbach2017-09-031-1/+1
| |
* | update changelogKornelius Kalnbach2017-09-031-1/+2
| |
* | don't try to run RedCloth tests with frozen string literals (they fail)Kornelius Kalnbach2017-09-031-1/+1
| |
* | Merge branch 'master' of github.com:rubychan/coderayKornelius Kalnbach2017-09-032-3/+3
|\ \
| * \ Merge pull request #211 from pat/frozen-string-literalsKornelius Kalnbach2017-07-072-3/+3
| |\ \ | | | | | | | | Get tests running with frozen string literals.
| | * | Get tests running with frozen string literals.Pat Allan2017-06-282-3/+3
| | |/
* | | don't test on rubinius anymoreKornelius Kalnbach2017-09-031-1/+0
|/ /
* | update Ruby minor versionsKornelius Kalnbach2017-07-071-2/+2
| |
* | ensure that all string literals can be frozenKornelius Kalnbach2017-07-071-0/+2
| | | | | | | | (thanks, @pat)
* | allow "-" in Haml tagsKornelius Kalnbach2017-04-092-1/+2
|/
* Merge pull request #207 from junaruga/feature/remove-tests-from-gemKornelius Kalnbach2017-03-091-2/+1
|\ | | | | Remote test files and Rakefile from gem distribution.
| * Remote test files and Rakefile from gem distribution.Jun Aruga2017-01-151-2/+1
|/ | | | This fixes #205.
* Merge pull request #206 from ↵Kornelius Kalnbach2017-01-154-0/+0
|\ | | | | | | | | junaruga/feature/executable-bits-script-without-shebang Remove executable bit for the script files with shebang.
| * Remove executable bit for the script files with shebang.Jun Aruga2017-01-114-0/+0
| |
* | Merge pull request #204 from junaruga/feature/wrong-license-file-nameKornelius Kalnbach2017-01-151-0/+0
|\ \ | | | | | | Change license file name correctly.
| * | Change license file name correctly.Jun Aruga2017-01-101-0/+0
| |/
* | does this version work with JRuby?Kornelius Kalnbach2017-01-151-1/+1
| |
* | only test with latest JRuby and RubiniusKornelius Kalnbach2017-01-151-8/+4
| |
* | downgrade shoulda-contextKornelius Kalnbach2017-01-151-1/+1
| |
* | fixing tests...Kornelius Kalnbach2017-01-152-3/+3
| |
* | fixing testsKornelius Kalnbach2017-01-152-4/+4
| |
* | Merge branch 'master' of github.com:rubychan/coderayKornelius Kalnbach2017-01-151-0/+1
|\ \
| * \ Merge pull request #203 from junaruga/feature/add-ruby-2.4-on-travisKornelius Kalnbach2017-01-151-0/+1
| |\ \ | | |/ | |/| Add Ruby 2.4.0 test to Travis CI.
| | * Add Ruby 2.4.0 test to Travis CI.Jun Aruga2017-01-101-0/+1
| |/
* | tweak benchmark numbers, improve accuracyKornelius Kalnbach2016-12-282-4/+8
|/
* add changelogKornelius Kalnbach2016-06-021-0/+4
|
* revert some changes not related to #195Kornelius Kalnbach2016-06-022-1/+2
|
* Removed double lineJohnny Willemsen2016-05-301-1/+0
| | | | * .travis.yml:
* Removed merge issueJohnny Willemsen2016-05-301-1/+0
| | | | * .travis.yml:
* Moved final from keywords to directiveJohnny Willemsen2016-05-301-2/+2
| | | | * lib/coderay/scanners/cpp.rb:
* Merged upstreamJohnny Willemsen2016-05-301-5/+5
|\
| * tweaking list of Rubies for CIKornelius Kalnbach2016-05-291-4/+4
| |
* | Shouldn't have removed the jruby linesJohnny Willemsen2016-05-271-0/+2
| | | | | | | | * .travis.yml:
* | Allow failures with jruby 18 and 19 mode, RedCloth has a known problem, see ↵Johnny Willemsen2016-05-271-2/+2
| | | | | | | | | | | | https://jgarber.lighthouseapp.com/projects/13054/tickets/230-use-rbconfig-instead-of-obsolete-and-deprecated-config * .travis.yml: