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

sporkmonger / addressable / 251

Builds Branch Commit Type Ran Committer Via Coverage
251 master Add a couple template specs to make coveralls :smile: Pull #174 27 Mar 2015 10:34PM UTC sferik travis-ci pending completion   set done
250 master Refactor reset of `@uri_string` and `@hash` These instance variables are reset in a few different places, so I moved that procedure into a private method to reduce duplication. Pull #174 27 Mar 2015 09:05PM UTC sferik travis-ci pending completion   set done
249 master Remove instance variable instead of setting it nil Since nil is a meaningful value for some instance variables (e.g. `@normalized_fragment`), I needed to make a distinction between values that are nil and undefined. I believe this implementation ... Pull #174 27 Mar 2015 09:00PM UTC sferik travis-ci pending completion   set done
248 master Replace instance_variable_defined? with defined? Using the defined? keyword instead of the Object#instance_variable_defined? method is about 50% faster, according to this benchmark: ```ruby require 'benchmark/ips' @a = true def defined defin... Pull #174 27 Mar 2015 08:36PM UTC sferik travis-ci pending completion   set done
247 master Replace instance_variable_defined? with defined? Using the defined? keyword instead of the Object#instance_variable_defined? method is about 50% faster, according to this benchmark: require 'benchmark/ips' @a = true def defined ... Pull #174 27 Mar 2015 08:32PM UTC sferik travis-ci pending completion   set done
246 master Replace instance_variable_defined? with defined? Using the defined? keyword instead of the Object#instance_variable_defined? method is about 50% faster, according to this benchmark: require 'benchmark/ips' @a = true def defined ... Pull #174 27 Mar 2015 08:27PM UTC sferik travis-ci pending completion   set done
245 master Memoize @normalized_fragment In the case where a fragment is present but empty (e.g. "http://example.com#"), the normalized_fragment method returns nil, so it can't be memoized with ||=. This patch fixes this problem, so the @normalized_fragment ... Pull #174 27 Mar 2015 08:15PM UTC sferik travis-ci pending completion   set done
244 master Assigning to the `hostname` with an `IPAddr` object is now supported. push 27 Mar 2015 06:54PM UTC sporkmonger travis-ci pending completion   set done
243 master Memoize @normalized_fragment In the case where a fragment is present but empty (e.g. "http://example.com#"), the normalized_fragment method returns nil, so it can't be memoized with ||=. This patch fixes this problem, so the @normalized_fragment ... Pull #174 27 Mar 2015 06:42PM UTC sferik travis-ci pending completion   set done
242 master Memoize @normalized_fragment In the case where a fragment is present but empty (e.g. "http://example.com#"), the normalized_fragment method returns nil, so it can't be memoized with ||=. This patch fixes this problem, so the @normalized_fragment ... Pull #174 27 Mar 2015 06:37PM UTC sferik travis-ci pending completion   set done
241 master Address code coverage lapses in 'lib/addressable/uri.rb' push 27 Mar 2015 06:33PM UTC sporkmonger travis-ci pending completion   set done
240 master Don't require SimpleCov from the Gemfile. push 27 Mar 2015 06:04PM UTC sporkmonger travis-ci pending completion   set done
239 master Replacing RCov with Simplecov and excluding specs from Coveralls. push 27 Mar 2015 05:29PM UTC sporkmonger travis-ci pending completion   set done
238 master Now possible to call `require 'addressable'` Calling `require 'addressable'` will now load both the `Addressable::URI` and `Addressable::Template` classes. The old method of calling `require 'addressable/uri'` is still the recommended mechanism ... push 27 Mar 2015 04:45PM UTC sporkmonger travis-ci pending completion   set done
237 addressable-2.3.8 Updating gemspec file list. push 27 Mar 2015 04:28PM UTC sporkmonger travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • …
  • 40
  • 41
  • 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

© 2025 Coveralls, Inc