Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dfa1/coderay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rubychan/coderay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Aug 27, 2018

  1. Copy the full SHA
    913c166 View commit details

Commits on Sep 30, 2018

  1. support for special type 'var'

    dfa1 committed Sep 30, 2018
    Copy the full SHA
    acf422a View commit details

Commits on Feb 14, 2019

  1. Add Ruby 2.6 fixing issues

    * Remove existing Tokens#filter (Array#filter) for Ruby 2.6 compatibility.
    * Install proper version's rdoc considering installed Ruby version.
    junaruga committed Feb 14, 2019
    Copy the full SHA
    dc767fc View commit details

Commits on Feb 23, 2019

  1. Merge pull request rubychan#233 from junaruga/hotfix/ruby26-expressio…

    …n-enumerator
    
    Add Ruby 2.6 fixing issues
    korny authored Feb 23, 2019
    Copy the full SHA
    7818585 View commit details
  2. Merge pull request rubychan#227 from junaruga/hotfix/not-reached-stat…

    …ement
    
    Remove the statement that is not always reached.
    korny authored Feb 23, 2019
    Copy the full SHA
    baf2b03 View commit details
  3. add numeric to SQL types

    korny committed Feb 23, 2019
    Copy the full SHA
    80a33fc View commit details
  4. remove defunct Gemnasium badge

    korny committed Feb 23, 2019
    Copy the full SHA
    cd7f90f View commit details
  5. Merge pull request rubychan#229 from dfa1/java10-support

    java: support for special type 'var'
    korny authored Feb 23, 2019
    Copy the full SHA
    ca961f8 View commit details
  6. Copy the full SHA
    5070b63 View commit details

Commits on Nov 24, 2019

  1. update changelog

    korny committed Nov 24, 2019
    Copy the full SHA
    9907f88 View commit details
  2. Copy the full SHA
    d8b4818 View commit details
  3. add CodeClimate config

    korny committed Nov 24, 2019
    Copy the full SHA
    f797102 View commit details
  4. remove .codeclimate.yml

    korny committed Nov 24, 2019
    Copy the full SHA
    1b140ba View commit details
  5. fix heredoc indentation

    korny committed Nov 24, 2019
    Copy the full SHA
    1e66d13 View commit details
  6. reorder gems

    korny committed Nov 24, 2019
    Copy the full SHA
    cb79f78 View commit details
  7. start using RuboCop

    korny committed Nov 24, 2019
    Copy the full SHA
    8e70c5d View commit details
  8. not available on CodeClimate

    korny committed Nov 24, 2019
    Copy the full SHA
    279c923 View commit details
  9. Update README.markdown

    korny authored Nov 24, 2019
    Copy the full SHA
    a632d90 View commit details
  10. Copy the full SHA
    dceb150 View commit details
  11. enfore SpaceAroundOperators

    korny committed Nov 24, 2019
    Copy the full SHA
    3b34dc3 View commit details
  12. tweaks to RuboCop config

    korny committed Nov 24, 2019
    Copy the full SHA
    ad75695 View commit details
  13. enforce RuboCop version

    korny committed Nov 24, 2019
    Copy the full SHA
    7eee081 View commit details
  14. tunr off maintainability checks

    korny committed Nov 24, 2019
    Copy the full SHA
    88ca92c View commit details
  15. fix spaces in JSONEncoderTest

    korny committed Nov 24, 2019
    Copy the full SHA
    591c67b View commit details
  16. Copy the full SHA
    b5b3430 View commit details
  17. enforce UselessAccessModifier

    korny committed Nov 24, 2019
    Copy the full SHA
    3dbf995 View commit details
  18. add RSpec

    korny committed Nov 24, 2019
    Copy the full SHA
    668f7fb View commit details
  19. run specs on rake test

    korny committed Nov 24, 2019
    Copy the full SHA
    25de07d View commit details
  20. fix load path

    korny committed Nov 24, 2019
    Copy the full SHA
    0d37353 View commit details
  21. still not loaded?

    korny committed Nov 24, 2019
    Copy the full SHA
    a590996 View commit details
  22. add SimpleCov

    korny committed Nov 24, 2019
    Copy the full SHA
    1962f99 View commit details
  23. Copy the full SHA
    77734f6 View commit details
  24. Copy the full SHA
    8d25b72 View commit details
  25. fix tests for Ruby 2.3

    korny committed Nov 24, 2019
    Copy the full SHA
    69ec4d9 View commit details
  26. Copy the full SHA
    70ea6b7 View commit details
  27. also disable for Ruby 1.8.7

    korny committed Nov 24, 2019
    Copy the full SHA
    a5fe574 View commit details
  28. also test with 2.7.0-preview3

    korny committed Nov 24, 2019
    Copy the full SHA
    a24c393 View commit details
  29. reorder gems

    korny committed Nov 24, 2019
    Copy the full SHA
    951ea4f View commit details
  30. maybe like this?

    korny committed Nov 24, 2019
    Copy the full SHA
    e18aa32 View commit details
  31. disable specs for Ruby 1.8.7

    korny committed Nov 24, 2019
    Copy the full SHA
    f3b1f3d View commit details
  32. Copy the full SHA
    e0b08d7 View commit details
  33. Copy the full SHA
    727747e View commit details
  34. merge coverage

    korny committed Nov 24, 2019
    Copy the full SHA
    ae1c074 View commit details
  35. Merge branch 'extend-specs'

    korny committed Nov 24, 2019
    Copy the full SHA
    a302ace View commit details
  36. Copy the full SHA
    ac45fe7 View commit details

Commits on Jan 18, 2020

  1. Fix rubygems deprecation

    ```
    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.
    ```
    deivid-rodriguez committed Jan 18, 2020
    Copy the full SHA
    21b7ae8 View commit details

Commits on May 29, 2020

  1. Merge pull request rubychan#246 from deivid-rodriguez/fix_rubygems_de…

    …precation
    
    Fix rubygems deprecation
    korny authored May 29, 2020
    Copy the full SHA
    9079074 View commit details

Commits on May 30, 2020

  1. add changelog

    korny committed May 30, 2020
    Copy the full SHA
    bef6209 View commit details
  2. trying to fix tests for 1.9.3

    korny committed May 30, 2020
    Copy the full SHA
    cf4025b View commit details
  3. like this?

    korny committed May 30, 2020
    Copy the full SHA
    846c2f7 View commit details
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
jobs:
build:
docker:
- image: cimg/ruby:3.3.5
environment:
RAILS_ENV: test
steps:
- checkout
- run: |
bundle install
- run: |
bundle exec rake test
26 changes: 26 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: "2"
checks:
argument-count:
enabled: false
complex-logic:
enabled: false
file-lines:
enabled: false
identical-code:
enabled: false
method-complexity:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
nested-control-flow:
enabled: false
return-statements:
enabled: false
similar-code:
enabled: false
plugins:
rubocop:
enabled: true
channel: rubocop-0-76
32 changes: 32 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
inherit_from: .rubocop_todo.yml

AllCops:
TargetRubyVersion: 2.3
DisplayStyleGuide: true
Exclude:
- 'test/scanners/**/*'
- 'bench/example.ruby'
- 'old-stuff/**/*'
- 'test/lib/**/*'

Gemspec/RequiredRubyVersion:
Enabled: false

Gemspec/DuplicatedAssignment:
Enabled: false

Layout/AccessModifierIndentation:
Enabled: false

Layout/AlignArguments:
Enabled: false

Layout/AlignArray:
Enabled: false

Layout/AlignHash:
Enabled: false

Layout/SpaceInsideBlockBraces:
EnforcedStyle: space
EnforcedStyleForEmptyBraces: space
Loading