Ecosyste.ms: OpenCollective

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

github.com/voxpupuli/librarian

Librarian - A Framework for Bundlers. Fork to support librarian-puppet
https://github.com/voxpupuli/librarian

Avoid stubs.

6ddc1c89318d3e4184a41e1268b2eb56ef9f2fbf authored almost 11 years ago
Pull the version into its own top-level file.

I should know what the approximate version of the code is at the top-level without having to dri...

a8f2fee27f08effae788c35679e795785b7c6d43 authored almost 11 years ago
Avoid traversing the filesystem so much.

7485522c4cc66b5aafe82839443cc2406a637723 authored almost 11 years ago
Pathname golf.

98a64a7adb43d12d34d15a5c3f9a2218bb8122a9 authored almost 11 years ago
Some notes for the future.

cd602c1350b1d0cbb5204f10b07a2316d9d546f6 authored almost 11 years ago
Merge branch 'njam-issue-163-revise'

f429f1aa554f15e5a22fe01cd50d2d426efb79d9 authored almost 11 years ago
Reduce the number of git ops by caching more.

c7e3e91e5f86b2435362f34bd06130b9713e3426 authored almost 11 years ago
Revert "Add "backports" for "public_send" in ruby < 1.9.1"

This reverts commit 94b76cb1303bdc13e9d3f5688f32695ff4bc6eac.

31e9072fd0cc0dccb423c653988f0aec500e1c91 authored almost 11 years ago
Merge branch 'issue-163' of https://github.com/njam/librarian into njam-issue-163

7025ef863a82ccd1a1307ecd7f1dca4801b33fae authored almost 11 years ago
Fix for ruby-1.8.7.

1d251d3158042caea978fdccfdc121dea7ce4416 authored almost 11 years ago
Some specs for the keyspaced-scoped runtime-cache.

097541ca849e70270ee8950f4b63774eff166fbc authored almost 11 years ago
Add "backports" for "public_send" in ruby < 1.9.1

94b76cb1303bdc13e9d3f5688f32695ff4bc6eac authored almost 11 years ago
Cache repo-shas in runtime_cache for git source

3c4bcd27acf042d3b1b12dc26b3c013966e47a3b authored almost 11 years ago
Fix keyspaceCache-classname in runtime_cache

068b39f7ef82f1c65e1190e41de703849c14e01e authored almost 11 years ago
A keyspace-scoped runtime-cache helper.

4e834981523971378b868fdbabca8c13ef6ef482 authored almost 11 years ago
Some runtime-cache helpers.

401003339882086bac9e6485d9c285ff3b7c6dfa authored almost 11 years ago
Some more tests describing the git-source's behavior.

acd8051f98dfe1ff88fdc004cbdc2f8b82b1be38 authored about 11 years ago
Refactor extract method.

82fe341695a526c2b0f9ddb5ce5eca53fb4053f0 authored about 11 years ago
Librarian::Source::Git::Repository#has_commit?.

a140e6b514f8c6f2e911e14f3b0f4ba1a6464742 authored about 11 years ago
Fix ruby-1.8.7 breakage.

046fbe0028824f5601e4f4292ed641975c631811 authored about 11 years ago
Some introductory functional tests on the git source.

eccc2429a8cfda9cf6520e90becd30deebdb11c0 authored about 11 years ago
Refactor: avoid stubs in tests.

1c552699bab13d0d43c787f759210947315b8736 authored about 11 years ago
Add missing require.

c45eee5a8e458d362ac5f3b79853253d1ba97de8 authored about 11 years ago
Introduce a runtime cache into the environment.

It is a general-purpose runtime cache scoped to the environment instance. It is not persisted an...

6f5d47f8b0a52eb606fea322d998eed7223039bc authored about 11 years ago
Fix ruby-1.8.7 breakage.

701e5324708cb892b8e8318d5ebbc30fab6db860 authored about 11 years ago
Upgrade Travis config for Rubinius.

The -18mode/-19mode syntices are no longer supported.

bf94f498587c9befc2ce5562efe98566d30a2bd8 authored about 11 years ago
Include RubySL for Rubinius.

76dc26e4abf56ed6e4fbfada8b902d9b05bf34c2 authored about 11 years ago
Fix JRuby exception in posix run! method.

Works for jruby-1.7.9 in both 1.8 mode and 1.9 mode.

Fixes #161.

2a62f1b56c1e256b8a124a990617559a098e403c authored about 11 years ago
Style. Remove unnecessary whitespace.

0d4657e7ee9b57913cfe01d028069078e72e9f69 authored about 11 years ago
Style. Parentheses are not required here.

77510487e5d30374e5aa02098057d40dedbaa5b8 authored about 11 years ago
Fix ruby-1.8.7 breakage.

639b7034cb5512aee8eab4abb4158fb5f0edbef7 authored about 11 years ago
Graph algorithms: cyclic?, tsort_cyclic.

8928ba9da7c28ba97e66d819fd656c6f894721f6 authored about 11 years ago
Opt-in support for cyclic resolutions.

In the general case, resolutions of a dependency graph should be acyclic. In this case, detect c...

28bc7bb798142463a47c3ddc3f956b27933fdd5f authored about 11 years ago
Merge pull request #165 from anatol/patch-1

Set the homepage

65416c9ab37be83eaed666f38431ac47285a8cdd authored about 11 years ago
Set the homepage

33181772f7e2fd09ae3d729b24e9d32087a0a7ca authored about 11 years ago
Refactor simplify the resolver implementation.

* Combine the queue and addtl (there was no need for a separation).
* Combine the manifests, dep...

3230c7eace37f0ae17a0a92c55d436e8bbb10a60 authored about 11 years ago
Add missing require.

387eea2b3307ccc6247e74580732863daf757a91 authored about 11 years ago
A slightly stricter regex for finding the git version.

23d77319df6d48a02da695954525069a0da6da5c authored about 11 years ago
Bring a critical method to the top of the list.

745d345449554538f93f32fb1d3d3de33954f4b5 authored about 11 years ago
Prefer return-early style to nested code.

a414c09d8763aa4fc35241c569dcbe9db4e98303 authored about 11 years ago
Merge branch 'rspec_expect_syntax' of https://github.com/durrantm/librarian

6c22a369e4b1001745c3273b54cf6808f2588103 authored about 11 years ago
Improve caching: same git repo/ref and different path = single cached copy.

f47d61d9d321a040d4c24eeb0bf1676c8526b21f authored about 11 years ago
Update rspec to use expect syntax. Also change == to eq and =~ to match or match_array

be497184d68a15969dacdeaff6e3603e586dfc97 authored about 11 years ago
Mark the license in the gemspec.

e698bb8a874650cf42fa1adad65f47f16bd570ae authored over 11 years ago
A good opportunity for a one-liner.

112e3cea3d71e3484d27763c046ff9a9e7477461 authored over 11 years ago
Style.

Keep lines within the 80-char ruler.

baa1516c24ac1af730e49d5a076fb734215fa2c1 authored over 11 years ago
Customize some #inspect methods.

f263ccf8f467fd49e48106a90c508c015a013766 authored over 11 years ago
Bump the version to 0.1.1.

a2ea4e674dd38804007841b208b36b84dcaf8826 authored over 11 years ago
Note recent changes in the change-log.

17b87774898e04334da61170cfcd9ad7bc91a2d2 authored over 11 years ago
Note recent changes in the change-log.

e0773e63ea207ba2f301fd6add0f75cb573ebfe2 authored over 11 years ago
Just a version string for Source::Git::Repository.git_version.

b1fc0cc3b12b3d0e3dfb2079dcc9b6dd030986c2 authored over 11 years ago
Simplify Source::Git::Repository.

c1ab40f3e7e5e6c34287143e59411a9914b401cc authored over 11 years ago
Support env and chdir in Posix.run.

7975026359be70667fc1d388753183a68d8c22da authored over 11 years ago
Source::Git::Repository.git_version.

bf658346fa2402414d30d26309002fefb9a06100 authored over 11 years ago
Per-platform Posix.run.

2d5984e1b63ec7d2b42b4993b427192c4bfe1fd7 authored over 11 years ago
Collect the simple system-level operations into a module.

2ea69928ba053f7c44f30870c167fc71959b7fe9 authored over 11 years ago
Collect the simple system-level operations into a module.

086c0c2ca8143732220179f8a4162addeb57a34f authored over 11 years ago
Explicitly warn upon failing to clone a git repo.

dfc57c20e3a782365a458bff563c1ced85eeaa8e authored over 11 years ago
Specify GIT_DIR when shelling out to git.

Just in case. This avoids any uncomfortable situations where git-dir we think we are using is no...

551b5794a2f44e8998bdcea39fb5840ba9d5bb07 authored over 11 years ago
Rubinius builds work now.

b0fa5f35424eb32d39fa7f77d6b496cc6a24e070 authored over 11 years ago
Possibly fix autoloads in the presence of FakeFS on Rubinius.

8df18254f883934eada060b68d2149fd239f651e authored over 11 years ago
JRuby builds work now.

51f1d1ce0d52ef68b75565c9262935f0b4393734 authored over 11 years ago
JRuby doesn't like Open3.popen3 with a block.

ad0097f231bbc977e1231d296463ea61837748f5 authored over 11 years ago
Get spec failure backtraces in full in CI.

34bafd7d61922836c057295b40fde402b4355435 authored over 11 years ago
#mock in specs is deprecated.

dac4cd5054c4322b54a47a1e6969aee94595e545 authored over 11 years ago
Add missing require.

2d95bf5009f1672ba5a67c4edf65a369134aa61a authored over 11 years ago
Improve the git setup speed in functional specs.

cd88c06d4508ae233d22e6e9c9c76c85c3ad83c6 authored over 11 years ago
Remove unused code.

7850fdbb22f8542a01f6bdab0e4429a6550d26bb authored over 11 years ago
Style.

d1b48876d91a906b901f6c6e066319ae2057a236 authored over 11 years ago
Test Environment#version in adapter environments too.

da1e8759fbf154b3c6131e8c8d18145ad4e479b8 authored over 11 years ago
Put the environment-home spec in its proper place.

5e2c48f918a4abd77fbf021ce2e4ccdef86708c1 authored over 11 years ago
Environment#adapter_version.

b5ae870386c764254aaaff8ca84cb26d791f0f49 authored over 11 years ago
Remove unnecessary code.

7ff15a4363115b84cb81fe0d9c13ba9dff90d89d authored over 11 years ago
Refactor extract method.

6f7f08f7478d3028df43d385901493e00b710c73 authored over 11 years ago
Revert "Cache http classes per-host."

This reverts commit 5987857099de7584ebb677e2112b52fc4a802859.

52ff30b437ccd656db88bbef66bfb607f423313b authored over 11 years ago
A privacy warning.

a1ece4dad28823a07791abb833c70ea3d0ad2d4e authored over 11 years ago
Enforce that the base environment is not an adapter.

96407021691471b0658acf567ab1e2ba80cbe5c3 authored over 11 years ago
Cache http classes per-host.

5987857099de7584ebb677e2112b52fc4a802859 authored over 11 years ago
A simpler version of the same behavior.

75c72a1e84dfd8bc84b7a72c86ef2ba6c0654711 authored over 11 years ago
Refactor extract helper method.

38b66daec46d7967f33e1399ecbaf587e30a9cce authored over 11 years ago
Simplify Environment#dsl_class.

ee5237bd8758ed89101ab17a53e71ae60626279d authored over 11 years ago
Environment#adapter_module and Environment#adapter_name.

bb0fa4a2cff7cca45760720286ad8a92e5c7d8ca authored over 11 years ago
Style.

7687f952ebb9d4f3841468da977684f005c8b976 authored over 11 years ago
Refactor consolidate extracted method.

There is no concrete need for it to remain extracted. There is only one call-site, and the only ...

35749a3cd23062115fce1b98c44270b57c8b8d93 authored over 11 years ago
Whitespace.

a4819ad79b0e3bb2e07b3aff2d4290b78c3e5c8d authored over 11 years ago
Merge branch 'issue_146' of github.com:bradleyd/librarian

c450c50a0c62b150803eebc4fce9dd171ac7d52e authored over 11 years ago
Merge pull request #144 from nickhammond/rake_to_run_specs

Add a default Rake task to run the specs.

6432771b07e12fec3c19a8fadf3e12ea6a8ce6e7 authored over 11 years ago
add newline at the end of the Rakefile

f4c193728b822cdc26104ae2409bd2ab5e998087 authored over 11 years ago
remove color option within default rake task, put 'rspec spec' back in place

d9d27349ef1e57a7aaf76b69917638a18694036c authored over 11 years ago
Removed etc from gemspec. Used #with_env in spec test. Changed #set_home to #default_home. Used #getpwnam to comply with ruby 1.8.7 lack of Dir.home

06ae8c8647759a90170169197a30994300a62c3d authored over 11 years ago
Merge pull request #145 from maestrodev/persist_resolution-nil

resolution can be nil in persist_resolution if dependencies were not resolved

5daad4a48a9add47f4f842ece0fec9c5800c4584 authored over 11 years ago
add #set_home and #user_logged_in to avoid missing home path

eb27a2b18e53a41f7c3abeb093a9d966d69d6b80 authored over 11 years ago
resolution can be nil in persist_resolution if dependencies were not resolved

ba43c9134fec0a1e50e312a1205701a7dd566226 authored over 11 years ago
make rspec the default rake task so you can just run 'rake' to run specs

145a353bd7432303207dc3368443abb185e538ae authored over 11 years ago
A more descriptive summary.

93dbb6b75c59ab86bac33669f8670999278a5b46 authored almost 12 years ago
Bump the version to 0.1.0.

9d4ff67cf353eaba780651692a764f7b67f79940 authored almost 12 years ago
Note recent changes in the change-log.

22bf9143fd84a9fb95a4ced98c2c406ec4603e40 authored almost 12 years ago
Remove unneeded file.

89b9b062bfee97ba3a31a641de92db696356cdbb authored almost 12 years ago
Revert "Test on 1.8.7-p358 too, which is the default on darwin."

This reverts commit a1e2ed7f79359294028987eb0123c7ae13c3ba0a.

Patchlevel constraints aren't sup...

4644621fc20a921ee5db1d5510a659155f63bf14 authored almost 12 years ago
Test on 1.8.7-p358 too, which is the default on darwin.

a1e2ed7f79359294028987eb0123c7ae13c3ba0a authored almost 12 years ago