• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pewniak747 / deep_fetch / 32

Builds Branch Commit Type Ran Committer Via Coverage
32 master Save the result of {}.fetch(arg, &block) Fix the bug that {:foo => 0}.deep_fetch(:foo, :bar) { :error } returns 0 Pull #3 19 Aug 2015 06:17PM UTC vzvu3k6k travis-ci pending completion
31 master Save the result of {}.fetch(arg, &block) Fix the bug that {:foo => nil}.deep_fetch(:foo, :bar) { :error } returns nil Pull #3 19 Aug 2015 06:13PM UTC vzvu3k6k travis-ci pending completion
30 master Check type of arg before indexing array Pull #6 18 Aug 2015 08:21PM UTC rossta travis-ci pending completion
29 master don't require coveralls push 03 Mar 2014 06:26PM UTC Tomasz Pewiński travis-ci pending completion
28 master rescue missing coveralls push 03 Mar 2014 06:06PM UTC Tomasz Pewiński travis-ci pending completion
27 master use coveralls only on mri push 03 Mar 2014 05:55PM UTC Tomasz Pewiński travis-ci pending completion
25 master Silence warning on running `rake test` When we ran `rake test`, it warned: Warning: you should require 'minitest/autorun' instead. Warning: or add 'gem "minitest"' before 'require "minitest/autorun"' Pull #4 18 Jan 2014 01:58AM UTC vzvu3k6k travis-ci pending completion
24 master Fix a problem in accessing something other than Hash in Array When you access something other than Hash in Array like this: {:foo => [:bar, [:baz]]}.deep_fetch(:foo, 1, 0){:default_value} it raises NoMethodError, because [:baz] doesn't have `de... Pull #3 18 Jan 2014 01:53AM UTC vzvu3k6k travis-ci pending completion
23 master Fix a problem in accessing something other than Hash in Array When you access array in array like this: {:foo => [:bar, [:baz]]}.deep_fetch(:foo, 1, 0) it fails, because [:baz] doesn't have `deep_fetch` method. This commit fixes this problem b... Pull #3 18 Jan 2014 01:46AM UTC vzvu3k6k travis-ci pending completion
22 master Fix a problem in accessing array in array When you access array in array like this: {:foo => [:bar, [:baz]]}.deep_fetch(:foo, 1, 0) it fails, because [:baz] doesn't have `deep_fetch` method. This commit fixes this problem by use loop instead o... Pull #3 14 Jan 2014 02:47PM UTC vzvu3k6k travis-ci pending completion
21 master prettify README push 05 Oct 2013 11:16AM UTC pewniak747 travis-ci pending completion
20 master moved dev dependencies to gemspec push 16 Sep 2013 05:38PM UTC pewniak747 travis-ci pending completion
18 master bump version push 19 Jul 2013 07:58PM UTC pewniak747 travis-ci pending completion
17 master refactoring push 19 Jul 2013 03:24PM UTC pewniak747 travis-ci pending completion
16 master bump version push 19 Jul 2013 03:10PM UTC pewniak747 travis-ci pending completion
  • ← Previous
  • 1
  • 2
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc