Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

mocha

We are on a mission to develop & maintain a mock object library for Ruby.
Collective - Host: rubytogether-user - https://opencollective.com/mocha-deleted - Code: https://github.com/freerange/mocha

Remove orphaned flow from restore_original_method

github.com/freerange/mocha - a47ff4dd4ec53187ccf2cfbec3c0ff3fd57ce6dd authored over 2 years ago
Remove restore_original_method

github.com/freerange/mocha - 2e77d57c49f9ed995adeb039ea769e2b4bb07d20 authored over 2 years ago
Rename remove_new_method tests

github.com/freerange/mocha - ddd9b0c711b936871c305eff216927696fc5e9b4 authored over 2 years ago
Remove orphaned flow from hide_original_method

github.com/freerange/mocha - 0cb193a303a3a2d2b57a7bba129152fd67b7b413 authored over 2 years ago
Remove RUBY_V2_PLUS

github.com/freerange/mocha - f38be1d463c385f750fd9ca8b635fd57efcde36b authored over 2 years ago
Set required Ruby > 2.0

github.com/freerange/mocha - f2819c4095a5c8c656c1b75756d4ee227074549d authored over 2 years ago
Replace RUBY_V2_PLUS with true in StubbedMethod

github.com/freerange/mocha - 30ac58936999771cd29ed11852dc084ab8053b95 authored over 2 years ago
Remove more tests specific to Ruby v1.8 behaviour

These should've been removed in
ddb5d67246f8417402d02533f988720281cc0a34.

github.com/freerange/mocha - 3b369e99d93102ccf33ee6b951a25d15773d3a5a authored over 2 years ago
Remove tests specific to Ruby v1.8 behaviour

These should've been removed in
ddb5d67246f8417402d02533f988720281cc0a34.

github.com/freerange/mocha - 46fca7ac9d4eb7842eebdb744dd896399f80076d authored over 2 years ago
Separate linting from tests

In terms of Rake tasks & CircleCI jobs.

Closes #556.

github.com/freerange/mocha - 21b1b5027fa06cba7fec46df6de8c6e723c46469 authored over 2 years ago
Separate require logic from lint task

This makes the "lint" task definition more readable.

The RUBY_VERSION check is now effectively ...

github.com/freerange/mocha - 8b01fdc6e65e0b86c1091805018595d0904607e6 authored over 2 years ago
Separate lint from test jobs in CircleCI

This makes it easier to see whether the linting has passed or failed
when looking at CI results,...

github.com/freerange/mocha - 099452e46cbdcce28c11f46debb7023943a54250 authored over 2 years ago
Separate linting from test tasks

Previously the "rubocop" task provided by the rubocop library was added
as a dependency of the "...

github.com/freerange/mocha - c55a247a711aebafa767cbfa8faae9bbd13b7174 authored over 2 years ago
[skip ci] Update documentation for v1.15.0 release

github.com/freerange/mocha - 942ddadccfd1755fe27e92cba969f2ad31efc1c1 authored over 2 years ago
Bump version to 1.15.0 & prepare for release

github.com/freerange/mocha - bf6d2ab5fb90f7053b4bc3210456d53f1fc2703a authored over 2 years ago
Deprecate support for Ruby versions earlier than v2.0

This is long overdue. Extended maintenance of Ruby v1.9.3 ended on 23
Feb 2015 [1]. Actually dro...

github.com/freerange/mocha - d752f09482848345b9c786365f9ad5eb3a3c2ac7 authored over 2 years ago
Extract handle_method_call from method_missing

Continues the refactoring started in #549 on the road to better keyword
args matching. This is p...

github.com/freerange/mocha - 6a09a373aaaee052bb5cd9735c2b1139df7d6aea authored over 2 years ago
Update working-together.snip.markdown

github.com/freerange/site - dcbd1fffbfc5ddc3222f210ed118f262900e9183 authored over 2 years ago
Remove unnecessary splatting in Invocation

github.com/freerange/mocha - 24d3cfbf820f84579f2f16d7c5f3d68d6ec8f25c authored over 2 years ago
Remove ParametersMatcher from Invocation#call_description

This is a somewhat odd usage of `ParametersMatcher` which unnecessarily
couples it to `Invocatio...

github.com/freerange/mocha - c26be5f42485eb6b1f0b924faac669486c5fe133 authored over 2 years ago
Fix typo in assert_method_visibility arg name

github.com/freerange/mocha - 5dfa49fb80bd59c464b5ed770e02dd7f24178e88 authored over 2 years ago
Remove redundant to_sym in Assertions

Reflection-related methods returning arrays of method names, e.g.
Object#public_methods, Module#...

github.com/freerange/mocha - 6b678aef7fb833cff01e9a4ad8c8d3f6656fa26b authored over 2 years ago
Remove redundant to_sym in Mockery

- Object#respond_to? has always accepted either string or symbol
interchangeably (at least fro...

github.com/freerange/mocha - edb5f8d7d3ae88c90638014e2c1d709d67c8725a authored over 2 years ago
Remove hook method method_body no longer needed

github.com/freerange/mocha - 9a22aa1f3569d1cd09ba0bc61b9cc7c84b727197 authored over 2 years ago
Bump puma from 5.6.4 to 5.6.5

Bumps [puma](https://github.com/puma/puma) from 5.6.4 to 5.6.5.
- [Release notes](https://github...

github.com/freerange/site - 60a1ff512670eb3f9e1d49cc37ded9245a37ab15 authored over 2 years ago
Merge pull request #539 from freerange/fix-performance-test

Fix test:performance Rake task

github.com/freerange/mocha - dc9e4e106fe618bdb40b7e00b0c4ca09db9915a5 authored over 2 years ago
Run test:performance rake task on CI

To ensure the task runs with no errors and to allow us to see any
trends in performance over time.

github.com/freerange/mocha - 84453a1fdf2fc3655c8c0a4e1c04f277bc7369ca authored over 2 years ago
Set Minitest.seed for test:performance task

It looks like this may have been required since Minitest v5.16.0 [1].
Without it the following e...

github.com/freerange/mocha - 9545cc42afe52a46baddc8084cd715c5c97827e1 authored over 2 years ago
Run test tasks before release tasks

The 'release' task provided by Rubygems relies on a number of
prerequisite tasks to actually do ...

github.com/freerange/mocha - 92a1bc6e40008967cea3023be5e12562cd2096ff authored over 2 years ago
Remove support for Ruby v1.8

Extended maintenance of Ruby v1.8.7 ended on 31 Jul 2014 [1] and Mocha
support for Ruby v1.8 has...

github.com/freerange/mocha - ddb5d67246f8417402d02533f988720281cc0a34 authored over 2 years ago
Merge pull request #533 from freerange/consistent-definitions-for-respond-to

Consistent definitions for respond_to?

github.com/freerange/mocha - 1ade3841f14a1c17abfe69e4b43acd8eac34d0f2 authored over 2 years ago
Add another example for API#sequence

Closes #59.

github.com/freerange/mocha - b7a7d23321e409c9ad77229f80033a55eb0d8a90 authored over 2 years ago
Fix examples using mock constructor with block

This functionality was deprecated in
9316807e5922ef1942160889dabdabb862d5107b and then removed i...

github.com/freerange/mocha - 1cc176679eb92f57c0bf05d0181f581fd0d12376 authored over 2 years ago
include_private -> include_all for respond_to?

Since Ruby v2, the 2nd optional argument to Object#respond_to? has been
named include_all. Since...

github.com/freerange/mocha - 514fc6c80b9937faeb6fe97c85538634d5954dba authored over 2 years ago
Make AnyInstance#respond_to? signature consistent

With Object#respond_to? which supports an optional 2nd argument called
include_private.

github.com/freerange/mocha - 03e758f109289e07a191172d17aca6e55c4dac79 authored over 2 years ago
Consistent naming for 2nd arg to respond_to?

The argument name used for Object#respond_to? in earlier Ruby versions
is include_private and so...

github.com/freerange/mocha - 0bb4a1de6def743148640c575c697f19cc0c79a3 authored over 2 years ago
Require both args for Mock#respond_to_missing?

This method delegates respond_to_missing? behaviour to the responder
object. As far as I can see...

github.com/freerange/mocha - 2119a86cd1dacbc49bc8e5b22c349c120b97f92f authored over 2 years ago
Avoid arity check in Mock#respond_to_missing?

As far as I can see, Object#respond_to? has supported an optional 2nd
argument since at least Ru...

github.com/freerange/mocha - 365a7348dbd8e8798584001e261d31a7355c19d8 authored over 2 years ago
Rely on Object#respond_to? in MockTest

Although this is a unit test, I think it's a bit simpler to rely on the
built-in implementation ...

github.com/freerange/mocha - 20411294a61c4b526538e17666e122fb2024ce9f authored over 2 years ago
Use DateTime vs Date in card_modifiedSince

I'm not sure this matters, but the Trello API seems to be expecting a
DateTime, so there's no ha...

github.com/freerange/trello-backup - cab44d238d61026e71e4ebd1136cd9d158a48af3 authored over 2 years ago
Tweak page title for LMS Test page

github.com/freerange/site - e0e6c16a7988974466f52f0cee3a1f8814604297 authored over 2 years ago
Add primitive LTI launch capability to LMS test

For launching FL courses for a given learner.

github.com/freerange/site - 292d905bc28d3f1aff80c709dc55f0e60808bbf3 authored over 2 years ago
Tweak LMS test page title

github.com/freerange/site - 410cfc793341bac5d0526f86a7f11e30de8add70 authored over 2 years ago
Test LMS page for FL demo

github.com/freerange/site - b5b846288ce14d012577ef0cb14fceb7ae47bf99 authored over 2 years ago
Allow scoping of cards by modified date

We ran into a 30s timeout in the Trello API when downloading the data
for the main "Go Free Rang...

github.com/freerange/trello-backup - 8bb77deac159ae92a5fe59997da896ddd141eabc authored over 2 years ago
Remove duplicate lines from instructions in README

github.com/freerange/trello-backup - b20edeeec8c8b5011c319da12d842ac8a96dcc9f authored over 2 years ago
Bump bootsnap from 1.12.0 to 1.13.0

Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.12.0 to 1.13.0.
- [Release notes](h...

github.com/freerange/site - ec831f45be94fb48316bd98944eb35403e17d7f3 authored over 2 years ago
Bump dotenv-rails from 2.7.6 to 2.8.1

Bumps [dotenv-rails](https://github.com/bkeepers/dotenv) from 2.7.6 to 2.8.1.
- [Release notes](...

github.com/freerange/site - ecde7f5de1356f30b2b533231c0ae51bfc29a99b authored over 2 years ago
Bump rails from 6.1.6 to 6.1.6.1

Bumps [rails](https://github.com/rails/rails) from 6.1.6 to 6.1.6.1.
- [Release notes](https://g...

github.com/freerange/site - 1dd677c9a29838aeadd9c709a18c8deafa2a8cc7 authored over 2 years ago
Bump rails-html-sanitizer from 1.4.2 to 1.4.3

Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.2 to 1.4.3....

github.com/freerange/site - 4e4ebcbec0d56ef644c22141142b27f7b897eb80 authored over 2 years ago
Bump rollbar from 3.3.0 to 3.3.1

Bumps [rollbar](https://github.com/rollbar/rollbar-gem) from 3.3.0 to 3.3.1.
- [Release notes](h...

github.com/freerange/site - 939d3aaeb1bb326f8ff2213d07e2846902f798a4 authored over 2 years ago
Add TXT record for MS Office 365

@chrisroos Thinks he added this so he could signup to a trial of MS Office 365
for the Circular...

github.com/freerange/site - 8af3ec456a056fb1950663c457881ce15bb4524a authored over 2 years ago
Create week-700

github.com/freerange/site - 577aa607cd9b510bbe1a8b807f1d35bf685bd3b1 authored over 2 years ago
Bump soup from 1.0.14 to 1.0.15

Bumps [soup](http://lazyatom.com) from 1.0.14 to 1.0.15.

---
updated-dependencies:
- dependency...

github.com/freerange/site - 1d88f2269b042834cf968e62660914df48335a1e authored over 2 years ago
Bump jmespath from 1.4.0 to 1.6.1

Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.4.0 to 1.6.1.
- [Release note...

github.com/freerange/site - 0c026a66dedb8ae8bcf8898ae94569f63d1e9c80 authored over 2 years ago
Bump rack from 2.2.3 to 2.2.3.1

Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1.
- [Release notes](https://gith...

github.com/freerange/site - bb9e6a84b4fbc9de989812c802e9250b62886c4a authored over 2 years ago
Bump bootsnap from 1.11.1 to 1.12.0

Bumps [bootsnap](https://github.com/Shopify/bootsnap) from 1.11.1 to 1.12.0.
- [Release notes](h...

github.com/freerange/site - 75f675c4336045a9ca186a782b18ff199266b12e authored over 2 years ago
Weeknotes 697

github.com/freerange/site - 5b6af4c2822ce73d2698336628d4a8782537f07c authored over 2 years ago
Update README re Heroku deployments

I've just enabled the "Wait for CI to pass before deploy" option

github.com/freerange/site - 7b3154a1857ece0b2d14e6e78add2eef6c803e2c authored over 2 years ago
Change GH Action Ruby version to match Gemfile

github.com/freerange/site - 8191f949b8516e18350fc084c775262116eb2ca0 authored over 2 years ago
Update .ruby-version to match Gemfile

github.com/freerange/site - 6558c6b64d8010a9cf1e3b71322e0a14b118ea0a authored over 2 years ago
Move GH Action workflow into correct directory

github.com/freerange/site - c3fc9ffa06ec6036d746ac4a51008b7a5e7187f7 authored over 2 years ago
First stab at a GH Action workflow to run tests

github.com/freerange/site - ee1af5d14cf907ace0f86e95dcd1554a36dbbdff authored over 2 years ago
Fix README - main vs master branch

github.com/freerange/site - 2a2250b35486a2cbdef3ff56469cf091654995a1 authored over 2 years ago
Update gofreerange.com

Point video.gofreerange.com to an informative page on our website.

github.com/freerange/site - 850a266a409fac4f343f66fe290d72453113a389 authored over 2 years ago
Redirect requests to video.gofreerange.com

To the new gfr-video-about page.

The GFR Video app was shutdown some time ago, but we still lin...

github.com/freerange/site - bc398e0a8d45994485ffc1269cbcb862e325afea authored over 2 years ago
Reproduce content from GFR Video about page

See https://github.com/freerange/video/blob/master/app/views/home/about.html.erb

I'm planning t...

github.com/freerange/site - 9f27bb1659f56fa592a394b1c963e466947b3909 authored over 2 years ago
Update working together snip

github.com/freerange/site - 7471736c035e506b1c5ec9464d7d19cf1c4f6187 authored over 2 years ago
Fix broken link

github.com/freerange/site - 76bad4aace4830352a76de8f970ae8274020a52e authored over 2 years ago
Weeknotes 696

github.com/freerange/site - 60c1106cf4554183dc46af97ab1242a6cf9453e8 authored over 2 years ago
Cross-post article re google-drive-backup

github.com/freerange/site - eb6c17558009b4260c6a9ef7f51a9fe9c335043c authored over 2 years ago
Re-add curl to list of packages in Dockerfile

In an earlier commit [1], I changed the rclone install to use wget
instead of curl and removed c...

github.com/freerange/google-drive-backup - 19a065b9bfebe8a7a4cbdc9f3739d628261d9f2c authored over 2 years ago
Split long command in README onto multiple lines

github.com/freerange/google-drive-backup - ffc52080da5de7b780ba6b50352d0147ffad793e authored over 2 years ago
Add docs for healthchecks.io configuration

github.com/freerange/google-drive-backup - 4c540f26cb6d4ae2f99b7665cec866f8283f938c authored over 2 years ago
Add AWS CLI as an optional requirement

github.com/freerange/google-drive-backup - fe930beed08b39956828a9b2938fd4a736dcab15 authored over 2 years ago
Make Google Drive setup instructions more generic

In preparation for making the repo public.

github.com/freerange/google-drive-backup - 5ae5c2e2a59849b1054023a38028dda022ea4377 authored over 2 years ago
Create week-695

github.com/freerange/site - c837ef395ad5df70c63d6dc7b1c6d3aba5493142 authored over 2 years ago
Install a specific version of rclone

I did try doing this via the apt package manager, but the
latest version of rclone available doe...

github.com/freerange/google-drive-backup - ae52aec96f0c01b8bdd1a7fe256aa373a492e3ca authored over 2 years ago
Add docs re building Docker images on M1 Macs

github.com/freerange/google-drive-backup - b512e95f6614fea44bdb2b6c37181eb161e427b8 authored over 2 years ago
Add S3 provider to rclone config to avoid warning

This is required by newer versions of rclone.

github.com/freerange/google-drive-backup - 8e62623eb3e5baa3bdb95bfe3dcaa18ed79f4a94 authored over 2 years ago
Bump Dockerfile to get newer version of rclone

We were seeing errors from the `rclone sync` command in
local-image/home/backup.sh which I stron...

github.com/freerange/google-drive-backup - 73ba63b2dce208e248c16f25fc06f3f56f213a99 authored over 2 years ago
Update jest to avoid error building fsevent on M1

Note that we could probably remove this entirely since tests are just
the ones from the CDK temp...

github.com/freerange/google-drive-backup - d98aa7375fb6e23b5be6190b3b7f7bf55b95a043 authored over 2 years ago
Update gemset.nix

To include upgrades to rails & capybara.

github.com/freerange/site - d763a10cc9055b65a6245823f7d3c6ec4da84610 authored over 2 years ago
Bump capybara from 3.36.0 to 3.37.1

Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.36.0 to 3.37.1.
- [Release not...

github.com/freerange/site - dd5326b3c5fb8db89fc6ec997b21202e3b5a2fb4 authored over 2 years ago
Bump rails from 6.1.5.1 to 6.1.6

Bumps [rails](https://github.com/rails/rails) from 6.1.5.1 to 6.1.6.
- [Release notes](https://g...

github.com/freerange/site - 1c365f9e6ea4404a6aa2799f9cf42169b63bdcc5 authored over 2 years ago
Add attribution for xkcd.com image on data page

github.com/freerange/site - 26d709e1c988da07847b5ca8367a4a122ae8d511 authored almost 3 years ago
A page on our data projects

I wanted a page we could point potential clients at who may be
interested in some of the data se...

github.com/freerange/site - 6b3a04623c0d4d6a4e9616720b2a1b610692b22c authored almost 3 years ago
Update gemset.nix

To include upgrade to kramdown in
695d76138cf4ecd2df96ed2e84026520f278ec98.

github.com/freerange/site - 0d9ec54d272802053b27b389821f8742edfe31a3 authored almost 3 years ago
Update gemset.nix

To include rails upgrade in 5406e4b6d114ee28659595f7f537437fa94b0d0e.

github.com/freerange/site - 0601ea2d171ab62cb38300abb1f2ea9e97d5c994 authored almost 3 years ago
Bump kramdown from 2.3.2 to 2.4.0

Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.3.2 to 2.4.0.
- [Release notes](h...

github.com/freerange/site - 695d76138cf4ecd2df96ed2e84026520f278ec98 authored almost 3 years ago
Bump rails from 6.1.5 to 6.1.5.1

Bumps [rails](https://github.com/rails/rails) from 6.1.5 to 6.1.5.1.
- [Release notes](https://g...

github.com/freerange/site - 5406e4b6d114ee28659595f7f537437fa94b0d0e authored almost 3 years ago
Update instructions for obtaining Rubygems API key

When OTP is enabled.

github.com/freerange/mocha - ed9c040a9550273e52e78c415de7f5bfbef992d4 authored almost 3 years ago
Remove extraneous backtick in README

github.com/freerange/mocha - 0df9258e342401ee704641cf4f05adaa299f2c68 authored almost 3 years ago
Ignore .yardoc directory

github.com/freerange/mocha - 1a35666f6f825a41be07b689fe5b4ade9d1497b9 authored almost 3 years ago
[skip ci] Update documentation for v1.14.0 release

github.com/freerange/mocha - 0947d5d9ba4f8c9259ec71641384536ad6504de1 authored almost 3 years ago
Bump version to 1.14.0 & prepare for release

I've made this a minor version bump, because technically it does change
some published behaviour...

github.com/freerange/mocha - 08b0dbf5fd2f2b04f87203bbf32ea8ba8532ed5e authored almost 3 years ago
Move development dependencies from gemspec to Gemfile

Gemspec should not contain `RUBY_VERSION` as a condition to switch dependencies,
because it is m...

github.com/freerange/mocha - dd127f7bba4e0e58e96f687e352edc5e4f80f334 authored almost 3 years ago