summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add RSpecKornelius Kalnbach2019-11-243-0/+108
|
* enforce UselessAccessModifierKornelius Kalnbach2019-11-241-7/+0
|
* fix spaces around operators (RuboCop)Kornelius Kalnbach2019-11-249-12/+12
|
* fix spaces in JSONEncoderTestKornelius Kalnbach2019-11-241-7/+7
|
* tunr off maintainability checksKornelius Kalnbach2019-11-241-0/+22
|
* enforce RuboCop versionKornelius Kalnbach2019-11-241-0/+4
|
* tweaks to RuboCop configKornelius Kalnbach2019-11-242-23/+1
|
* enfore SpaceAroundOperatorsKornelius Kalnbach2019-11-241-12/+1
|
* try setting up code climate test coverageKornelius Kalnbach2019-11-241-5/+12
|
* Update README.markdownKornelius Kalnbach2019-11-241-1/+1
|
* not available on CodeClimateKornelius Kalnbach2019-11-241-3/+0
|
* start using RuboCopKornelius Kalnbach2019-11-242-0/+1258
|
* reorder gemsKornelius Kalnbach2019-11-241-4/+4
|
* fix heredoc indentationKornelius Kalnbach2019-11-243-9/+9
|
* remove .codeclimate.ymlKornelius Kalnbach2019-11-241-6/+0
|
* add CodeClimate configKornelius Kalnbach2019-11-241-0/+6
|
* apparently, 1.8.7 fails on Travis?Kornelius Kalnbach2019-11-241-1/+2
|
* update changelogKornelius Kalnbach2019-11-241-0/+6
|
* Merge branch 'master' of github.com:rubychan/coderayKornelius Kalnbach2019-02-232-3/+1
|\
| * Merge pull request #229 from dfa1/java10-supportKornelius Kalnbach2019-02-231-1/+1
| |\ | | | | | | java: support for special type 'var'
| | * support for special type 'var'Davide Angelocola2018-09-301-1/+1
| | |
| * | Merge pull request #227 from junaruga/hotfix/not-reached-statementKornelius Kalnbach2019-02-231-2/+0
| |\ \ | | | | | | | | Remove the statement that is not always reached.
| | * | Remove the statement that is not always reached.Jun Aruga2018-08-271-2/+0
| | |/
* | | remove defunct Gemnasium badgeKornelius Kalnbach2019-02-231-1/+0
| | |
* | | add numeric to SQL typesKornelius Kalnbach2019-02-231-1/+1
|/ /
* | Merge pull request #233 from junaruga/hotfix/ruby26-expression-enumeratorKornelius Kalnbach2019-02-234-2/+7
|\ \ | |/ |/| Add Ruby 2.6 fixing issues
| * Add Ruby 2.6 fixing issuesJun Aruga2019-02-144-2/+7
|/ | | | | * Remove existing Tokens#filter (Array#filter) for Ruby 2.6 compatibility. * Install proper version's rdoc considering installed Ruby version.
* tweak list of rubies to testKornelius Kalnbach2017-12-161-1/+2
|
* 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
| | |/