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 warnings in Ruby-2.4 #61

Merged
merged 1 commit into from
Jul 30, 2017
Merged

Fix warnings in Ruby-2.4 #61

merged 1 commit into from
Jul 30, 2017

Conversation

masutaka
Copy link
Owner

Before

$ bundle exec bin/github-nippou help
/Users/masutaka/src/github.com/masutaka/github-nippou/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/map.rb:206: warning: constant ::Fixnum is deprecated
/Users/masutaka/src/github.com/masutaka/github-nippou/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/xml_mini.rb:51: warning: constant ::Fixnum is deprecated
/Users/masutaka/src/github.com/masutaka/github-nippou/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/xml_mini.rb:52: warning: constant ::Bignum is deprecated
Commands:
  github-nippou help [COMMAND]  # Describe available commands or one specific command
  github-nippou init            # Synchronize github-nippou settings on your gist
  github-nippou list            # Displays today's GitHub events formatted for Nippou
  github-nippou version         # Displays version

Options:
  s, [--since-date=SINCE_DATE]  # Retrieves GitHub user_events since the date
                                # Default: 20170730
  u, [--until-date=UNTIL_DATE]  # Retrieves GitHub user_events until the date
                                # Default: 20170730
  d, [--debug], [--no-debug]    # Debug mode

After

$ bundle exec bin/github-nippou help
Commands:
  github-nippou help [COMMAND]  # Describe available commands or one specific command
  github-nippou init            # Synchronize github-nippou settings on your gist
  github-nippou list            # Displays today's GitHub events formatted for Nippou
  github-nippou version         # Displays version

Options:
  s, [--since-date=SINCE_DATE]  # Retrieves GitHub user_events since the date
                                # Default: 20170730
  u, [--until-date=UNTIL_DATE]  # Retrieves GitHub user_events until the date
                                # Default: 20170730
  d, [--debug], [--no-debug]    # Debug mode

@masutaka masutaka merged commit 373d4d7 into master Jul 30, 2017
@masutaka masutaka deleted the fix-warnings-in-ruby2.4 branch July 30, 2017 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant