jcoglan (James Coglan)
- Login: jcoglan
- Email: jcoglan@gmail.com
- Registered on: 04/15/2015
- Last sign in: 01/20/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/20/2016
-
09:29 AM Ruby Misc #12004: Code of Conduct
- As the maintainer of the Faye project (faye, faye-websocket, websocket-driver, permessage-deflate), I have adopted the Contributor Covenant, and would be very pleased to see Ruby follow suit.
04/15/2015
-
01:46 PM Ruby Bug #11071 (Closed): Stack consistency error while using RSpec and Timecop
- I have this Gemfile:
```ruby
source 'https://rubygems.org'
ruby '2.2.2'
gem 'rspec'
gem 'timecop'
```
producing this Gemfile.lock:
```
GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.2.5)
rspec (3....