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: vcr/vcr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: myronmarston/vcr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 10, 2014

  1. Update readme to include irc server and channel

    If someone doesn't have an irc client install the link won't work, this way its easy for them to know where to go.
    Jonah Moses committed Jan 10, 2014
    Copy the full SHA
    c072c43 View commit details
  2. Merge pull request #5 from JonahMoses/patch-1

    Update readme to include irc server/channel with link
    myronmarston committed Jan 10, 2014
    Copy the full SHA
    d35bd49 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 README.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -106,7 +106,7 @@ Note that as of VCR 2, 1.8.6 and 1.9.1 are not supported.
## Development

* Source hosted on [GitHub](http://github.com/myronmarston/vcr).
* Direct questions and discussions to the [IRC channel](irc://irc.freenode.net/vcr) or
* Direct questions and discussions to the [IRC channel](irc://irc.freenode.net/vcr) (irc.freenode.net #vcr) or
the [mailing list](http://groups.google.com/group/vcr-ruby).
* Report issues on [GitHub Issues](http://github.com/myronmarston/vcr/issues).
* Pull requests are very welcome! Please include spec and/or feature coverage for every patch,