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

Version 0.1.0 #13

Merged
66 commits merged into from
Jun 17, 2015
Merged

Version 0.1.0 #13

66 commits merged into from
Jun 17, 2015

Commits on Jun 16, 2015

  1. Edit .gitignore

    before initializing Lita adapter
    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    496b0b2 View commit details
    Browse the repository at this point in the history
  2. Edit .gitignore

    before initializing gem
    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    ba21c7f View commit details
    Browse the repository at this point in the history
  3. Initialize gem

    $ bundle gem .
    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    4a1abd9 View commit details
    Browse the repository at this point in the history
  4. Remove file "/LICENSE.txt"

    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    8068845 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary files

    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    b93b893 View commit details
    Browse the repository at this point in the history
  6. Remove gem server metadata

    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    3d21e61 View commit details
    Browse the repository at this point in the history
  7. Add gem summary

    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    c671f01 View commit details
    Browse the repository at this point in the history
  8. Add gem description

    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    c7b1a98 View commit details
    Browse the repository at this point in the history
  9. Add gem homepage

    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    5ce3b20 View commit details
    Browse the repository at this point in the history
  10. Fix gem version

    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    3906f2d View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1 from braiden-vasco/initialize_gem

    Initialize gem
    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    d4345b3 View commit details
    Browse the repository at this point in the history
  12. Add default Rake task

    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    c4a6764 View commit details
    Browse the repository at this point in the history
  13. Add Rake task "lint"

    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    be88496 View commit details
    Browse the repository at this point in the history
  14. Use RuboCop

    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    66fdcbe View commit details
    Browse the repository at this point in the history
  15. Add Rake taskfor RuboCop

    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    98fd95d View commit details
    Browse the repository at this point in the history
  16. Run RuboCop auto-correction

    $ rake rubocop:auto_correct
    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    431b677 View commit details
    Browse the repository at this point in the history
  17. Correct RuboCop offenses manually

    Braiden Vasco committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    467f870 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. Merge pull request #2 from braiden-vasco/configure_linting

    Configure linting
    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    feac6f6 View commit details
    Browse the repository at this point in the history
  2. use RSpec

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    e65d06b View commit details
    Browse the repository at this point in the history
  3. Add Rake task for RSpec

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    4eff44a View commit details
    Browse the repository at this point in the history
  4. Initialize RSpec

    $ rspec --init
    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    e269917 View commit details
    Browse the repository at this point in the history
  5. Use SimpleCov

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    25d4b72 View commit details
    Browse the repository at this point in the history
  6. Configure SimpleCov

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    d257647 View commit details
    Browse the repository at this point in the history
  7. Configure specs to use SimpleCov

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    c2a2b59 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from braiden-vasco/configure_testing

    Configure testing
    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    d4f0abd View commit details
    Browse the repository at this point in the history
  9. Add file "/README.md"

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    5a1850c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #4 from braiden-vasco/add_readme

    Add README
    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    dc7b34b View commit details
    Browse the repository at this point in the history
  11. Configure RuboCop

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    15911f6 View commit details
    Browse the repository at this point in the history
  12. Configure Travis CI

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    c017787 View commit details
    Browse the repository at this point in the history
  13. Fix Bundler version (~> 1.7)

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    4c0f807 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #5 from braiden-vasco/configure_travis_ci

    Configure Travis CI
    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    2d4a187 View commit details
    Browse the repository at this point in the history
  15. Use Coveralls

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    d5ae597 View commit details
    Browse the repository at this point in the history
  16. Configure SimpleCov to use Coveralls

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    68d5959 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'master' into configure_coveralls

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    52fffdd View commit details
    Browse the repository at this point in the history
  18. Merge pull request #6 from braiden-vasco/configure_coveralls

    Configure Coveralls
    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    98f61e1 View commit details
    Browse the repository at this point in the history
  19. Use Pry

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    9e69196 View commit details
    Browse the repository at this point in the history
  20. Configure console to use Pry

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    8432b1f View commit details
    Browse the repository at this point in the history
  21. Merge pull request #7 from braiden-vasco/use_pry_as_a_console

    Use Pry as a console
    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    ec8e905 View commit details
    Browse the repository at this point in the history
  22. Use YARD

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    0f84dc5 View commit details
    Browse the repository at this point in the history
  23. Configure YARD

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    bad0944 View commit details
    Browse the repository at this point in the history
  24. Add Rake task for YARD

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    4decc02 View commit details
    Browse the repository at this point in the history
  25. Add documentation

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    fe0ecbd View commit details
    Browse the repository at this point in the history
  26. Merge pull request #8 from braiden-vasco/use_yard

    Use YARD
    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    2a03b50 View commit details
    Browse the repository at this point in the history
  27. Initialize Lita adapter

    $ lita adapter lita-vkontakte
    from parent directory
    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    f5f66fe View commit details
    Browse the repository at this point in the history
  28. Merge branch 'master' into initialize_lita_adapter

    Conflicts:
    	.travis.yml
    	Gemfile
    	README.md
    	Rakefile
    	lita-vkontakte.gemspec
    	spec/spec_helper.rb
    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    0dbe071 View commit details
    Browse the repository at this point in the history
  29. Merge branch 'initialize_lita_adapter'

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    0c21e27 View commit details
    Browse the repository at this point in the history
  30. Remove unnecessary code from specs

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    1a0c035 View commit details
    Browse the repository at this point in the history
  31. Fix error

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    8fc7b5b View commit details
    Browse the repository at this point in the history
  32. Remove constant Lita::Adapters::Vkontakte::VERSION

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    78ccfbd View commit details
    Browse the repository at this point in the history
  33. Add documentation

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    a76b8fb View commit details
    Browse the repository at this point in the history
  34. Implement adapter configuration

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    774d87e View commit details
    Browse the repository at this point in the history
  35. Add runtime dependency "vkontakte_api" (1.4.3)

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    568c809 View commit details
    Browse the repository at this point in the history
  36. Implement Lita::Adapters::Vkontakte#initialize

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    fb33ae3 View commit details
    Browse the repository at this point in the history
  37. Implement main loop in Lita::Adapters::Vkontakte#run

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    b9a258a View commit details
    Browse the repository at this point in the history
  38. Trigger events "connected" and "disconnected"

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    fba1358 View commit details
    Browse the repository at this point in the history
  39. Implement message receiving

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    9125ad7 View commit details
    Browse the repository at this point in the history
  40. Configure RuboCop

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    c9b1181 View commit details
    Browse the repository at this point in the history
  41. Implement Lita::Adapters::Vkontakte#send_messages

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    fd55221 View commit details
    Browse the repository at this point in the history
  42. Don't execute own messages

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    8bf4239 View commit details
    Browse the repository at this point in the history
  43. Merge pull request #10 from braiden-vasco/basic_implementation

    Basic implementation
    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    01d67cb View commit details
    Browse the repository at this point in the history
  44. Use GitHub Changelog Generator

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    367a81e View commit details
    Browse the repository at this point in the history
  45. Add Rake task for GitHub Changelog Generator

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    8383034 View commit details
    Browse the repository at this point in the history
  46. Merge pull request #11 from braiden-vasco/add_changelog

    Add changelog
    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    48c6393 View commit details
    Browse the repository at this point in the history
  47. Exclude version pull requests from changelog

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    aa7bd2d View commit details
    Browse the repository at this point in the history
  48. Add changelog

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    f074885 View commit details
    Browse the repository at this point in the history
  49. Increment version (0.1.0)

    Braiden Vasco committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    52f21a5 View commit details
    Browse the repository at this point in the history