summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add missing badge tokenHEADmasterKornelius Kalnbach2022-11-131-1/+1
|
* replace Travis badge with CircleCIKornelius Kalnbach2022-11-131-2/+1
|
* add CircleCI configKornelius Kalnbach2022-11-131-0/+12
|
* add latest Rubies to test matrixKornelius Kalnbach2022-11-131-0/+2
|
* fix Travis warningsKornelius Kalnbach2021-03-011-2/+2
|
* Merge branch 'master' of github.com:rubychan/coderayKornelius Kalnbach2021-03-012-3/+5
|\
| * Merge pull request #255 from mtasaka/ruby30-fixKornelius Kalnbach2021-03-012-3/+5
| |\ | | | | | | Fix test suite for ruby 3.0 change for methods on subclass of Array
| | * Fix test suite for ruby 3.0 change for methods on subclass of ArrayMamoru TASAKA2021-02-212-3/+5
| |/ | | | | | | | | | | | | | | With ruby 3.0, especially with https://github.com/ruby/ruby/pull/3690 , for subclass of Array, `flatten` method now returns the instance of Array, not of the subclass. To keep the object instance of the subclass, use `flatten!` instead.
* | test for ruby 3, tooKornelius Kalnbach2021-03-011-0/+2
|/
* Merge pull request #250 from djberg96/rdoc_optionsKornelius Kalnbach2020-06-241-1/+1
|\ | | | | Remove invalid -S option from rdoc_options
| * Remove invalid -S option from rdoc_options.Daniel Berger2020-06-181-1/+1
| |
* | Update MIT-LICENSEKornelius Kalnbach2020-06-241-2/+2
|/
* fix simplecov for Ruby 2.7Kornelius Kalnbach2020-05-301-1/+1
|
* bump versionv1.1.3.rc1v1.1.3Kornelius Kalnbach2020-05-301-1/+1
|
* like this?Kornelius Kalnbach2020-05-301-1/+1
|
* trying to fix tests for 1.9.3Kornelius Kalnbach2020-05-301-1/+1
|
* add changelogKornelius Kalnbach2020-05-301-0/+1
|
* Merge pull request #246 from deivid-rodriguez/fix_rubygems_deprecationKornelius Kalnbach2020-05-291-1/+0
|\ | | | | Fix rubygems deprecation
| * Fix rubygems deprecationDavid Rodríguez2020-01-181-1/+0
|/ | | | | | | ``` NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01. Gem::Specification#rubyforge_project= called from /home/deivid/.rbenv/versions/2.4.9/lib/ruby/gems/2.4.0/specifications/coderay-1.1.2.gemspec:21. ```
* don't load simplecov on Ruby 1.8.7Kornelius Kalnbach2019-11-244-4/+4
|
* Merge branch 'extend-specs'Kornelius Kalnbach2019-11-246-4/+9
|\
| * merge coverageextend-specsKornelius Kalnbach2019-11-246-4/+9
| |
* | Merge pull request #243 from rubychan/extend-specsKornelius Kalnbach2019-11-245-6/+37
|\ \ | |/ | | Add Specs
| * add simple spec for CodeRay.scanKornelius Kalnbach2019-11-241-0/+19
| |
| * disable specs for Ruby 1.8.7Kornelius Kalnbach2019-11-242-3/+5
| |
| * maybe like this?Kornelius Kalnbach2019-11-241-1/+1
| |
| * reorder gemsKornelius Kalnbach2019-11-241-1/+1
| |
| * also test with 2.7.0-preview3Kornelius Kalnbach2019-11-241-0/+1
| |
| * also disable for Ruby 1.8.7Kornelius Kalnbach2019-11-241-1/+1
| |
| * actually, we only need to disable SimpleCovKornelius Kalnbach2019-11-242-6/+6
| |
| * fix tests for Ruby 2.3Kornelius Kalnbach2019-11-241-2/+4
| |
| * add spec for CodeRay.coderay_pathKornelius Kalnbach2019-11-241-1/+8
|/
* fix tests for Ruby Enterprise Edition?Kornelius Kalnbach2019-11-241-1/+1
|
* add SimpleCovKornelius Kalnbach2019-11-242-0/+4
|
* still not loaded?Kornelius Kalnbach2019-11-241-0/+2
|
* fix load pathKornelius Kalnbach2019-11-241-0/+3
|
* run specs on rake testKornelius Kalnbach2019-11-241-1/+4
|
* 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
|