Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix to_hash bug #165

Merged
merged 5 commits into from
Oct 6, 2016
Merged

fix to_hash bug #165

merged 5 commits into from
Oct 6, 2016

Commits on Sep 30, 2016

  1. fix to_hash bug

    TaskArguments#to_hash is return @hash object.
    The method should be return duplicated object like a "to_a".
    ogawatti committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    59e4a09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23c1be9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ruby#166 from ruby/skip-jruby

    skip tests with JRuby 9k.
    hsbt authored Sep 30, 2016
    Configuration menu
    Copy the full SHA
    c44475c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. fix to_hash bug

    TaskArguments#to_hash is return @hash object.
    The method should be return duplicated object like a "to_a".
    ogawatti committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    8641a71 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fix_task_arguments_to_hash' of github.com:ogawatti/rake…

    … into fix_task_arguments_to_hash
    ogawatti committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    42e0c88 View commit details
    Browse the repository at this point in the history