Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: utahstreetlabs/activevalidators
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: travis/activevalidators
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 9 files changed
  • 2 contributors

Commits on Apr 27, 2011

  1. add my .rvmrc

    bcm committed Apr 27, 2011
    Configuration menu
    Copy the full SHA
    3c53ffa View commit details
    Browse the repository at this point in the history
  2. ignore .bundle

    bcm committed Apr 27, 2011
    Configuration menu
    Copy the full SHA
    50a5f51 View commit details
    Browse the repository at this point in the history
  3. add postal code validator

    based on the phone validator, the only country it knows about is :us
    bcm committed Apr 27, 2011
    Configuration menu
    Copy the full SHA
    0b34f14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daba503 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2011

  1. Configuration menu
    Copy the full SHA
    7c4e8f1 View commit details
    Browse the repository at this point in the history
  2. Merge commit 'daba503c2436318f86a7635883632f51f6605cf7'

    Conflicts:
    	.gitignore
    	Gemfile.lock
    	activevalidators.gemspec
    bcm committed May 12, 2011
    Configuration menu
    Copy the full SHA
    4364f25 View commit details
    Browse the repository at this point in the history
  3. add my .rspec

    bcm committed May 12, 2011
    Configuration menu
    Copy the full SHA
    3f3ea21 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2011

  1. Configuration menu
    Copy the full SHA
    57b1daa View commit details
    Browse the repository at this point in the history
  2. Add tests and cleanup.

    Added tests for usps formats and checksums.
    Consolidated validation into shared examples.
    Fixed a couple of assumptions based on tests.
    z00b committed Jul 12, 2011
    Configuration menu
    Copy the full SHA
    2ce3877 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from robzuber/usps-tracking-numbers

    USPS tracking number validation
    bcm committed Jul 12, 2011
    Configuration menu
    Copy the full SHA
    0d98227 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2011

  1. copious-specific version bump

    z00b committed Jul 14, 2011
    Configuration menu
    Copy the full SHA
    6bce7b1 View commit details
    Browse the repository at this point in the history
  2. Allow record-based carrier selection.

    In order to allow conditional validation of a tracking_number field, allow an additional field on the same
    record to be used to store the name of the carrier associated with the tracking number.
    
    Currently one of 'ups' or 'usps'.
    z00b committed Jul 14, 2011
    Configuration menu
    Copy the full SHA
    240699f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from robzuber/record-based-carrier-selection

    Record-based carrier selection
    bcm committed Jul 14, 2011
    Configuration menu
    Copy the full SHA
    ff2fbfd View commit details
    Browse the repository at this point in the history
  4. copious-specific version bump

    z00b committed Jul 14, 2011
    Configuration menu
    Copy the full SHA
    18734b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2011

  1. Configuration menu
    Copy the full SHA
    bba33c0 View commit details
    Browse the repository at this point in the history
  2. copious-specific version bump

    z00b committed Jul 16, 2011
    Configuration menu
    Copy the full SHA
    36e5411 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2011

  1. Merge pull request #3 from robzuber/usps-makes-me-crazy

    try to accomodate the discrepancies between publications 91 and 109
    bcm committed Jul 17, 2011
    Configuration menu
    Copy the full SHA
    106b305 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2011

  1. Merge branch 'master' of github.com:utahstreetlabs/activevalidators

    Conflicts:
    	activevalidators.gemspec
    bcm committed Aug 31, 2011
    Configuration menu
    Copy the full SHA
    d79001b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from robzuber/usps-makes-me-crazy

    copious-specific version bump
    bcm committed Aug 31, 2011
    Configuration menu
    Copy the full SHA
    d929b44 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2011

  1. Configuration menu
    Copy the full SHA
    f05bfac View commit details
    Browse the repository at this point in the history
Loading