Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test against multiple rails versions #15

Open
wants to merge 751 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 14, 2013

  1. Upgrade to 4.3.0

    kjvarga committed Nov 14, 2013
    Configuration menu
    Copy the full SHA
    9316cbf View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2013

  1. Update README to describe some new features.

    Support integer timestamps.
    Upgrade to v4.3.1
    kjvarga committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    f3e1b60 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2013

  1. Fix list numbers and format in README

    David Rodríguez committed Dec 18, 2013
    Configuration menu
    Copy the full SHA
    4b4680e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #135 from deivid-rodriguez/patch-1

    Fix list numbers and format in README
    kjvarga committed Dec 18, 2013
    Configuration menu
    Copy the full SHA
    f42e4bb View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2014

  1. Merge branch 'mo-uncompressed_index' of https://github.com/roadtrippe…

    …rs/sitemap_generator into uncompressed-sitemaps
    
    Conflicts:
    	Gemfile.lock
    	VERSION
    kjvarga committed Jan 3, 2014
    Configuration menu
    Copy the full SHA
    2fb334e View commit details
    Browse the repository at this point in the history
  2. Remove deprecated methods and the SitemapNamer class.

    Add comments.
    Replace :gzip_zero with a :compress option.
    Upgrade to version 5 beta.
    Modify the SimpleNamer to strip .gz extensions if not compressing
    kjvarga committed Jan 3, 2014
    Configuration menu
    Copy the full SHA
    03c73bc View commit details
    Browse the repository at this point in the history
  3. Move the summary output to the location object.

    Move compress option to the location object.
    More cleanup of deprecated methods.
    kjvarga committed Jan 3, 2014
    Configuration menu
    Copy the full SHA
    fe6c87a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2014

  1. Remove SitemapNamer class & all instances and start using SimpleNamer.

    Mimic the old SitemapNamer behaviour in the SitemapLocation
    kjvarga committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    ed07840 View commit details
    Browse the repository at this point in the history
  2. Fix the location specs

    kjvarga committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    36bd61e View commit details
    Browse the repository at this point in the history
  3. Fix the FileAdaptor

    * Don't use ends_with?
    kjvarga committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    d2433fa View commit details
    Browse the repository at this point in the history
  4. Fix the LinkSet specs

    kjvarga committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    cc76f09 View commit details
    Browse the repository at this point in the history
  5. Remove remaining SitemapNamer instances.

    All specs passing!
    kjvarga committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    8f6569b View commit details
    Browse the repository at this point in the history
  6. Remove add_links deprecated method.

    Remove deprecated config and tests.
    kjvarga committed Jan 4, 2014
    Configuration menu
    Copy the full SHA
    c24b1ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    944f5f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2014

  1. Set compress value on location objects when set

    Add specs
    Update README
    kjvarga committed Jan 6, 2014
    Configuration menu
    Copy the full SHA
    8ebabda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72c01cd View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2014

  1. Move bytesize and ellipsis methods to Utilities

    * Pass link count in the call to write() so we can display it in the summary line
    * Fix referencing filesize and class constant in summary
    kjvarga committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    3515d8d View commit details
    Browse the repository at this point in the history
  2. Upgrade to 5.0.0.beta1

    kjvarga committed Jan 7, 2014
    Configuration menu
    Copy the full SHA
    5e344b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2014

  1. expose fog_path_style configuration

    setting path_style to true is necessary to make bucket with dots in the
    name work on https and avoid ssl certificate problems
    paolochiodi committed Jan 9, 2014
    Configuration menu
    Copy the full SHA
    11915ad View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2014

  1. Add FogAdapter

    laurynas committed Jan 15, 2014
    Configuration menu
    Copy the full SHA
    9e378ca View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2014

  1. Merge pull request #137 from paolochiodi/master

    expose fog_path_style configuration
    kjvarga committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    1ae8088 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55c2a1d View commit details
    Browse the repository at this point in the history
  3. Support FOG_PATH_STYLE ENV variable in S3Adapter, like all the other …

    …options.
    
    Update README
    kjvarga committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    e64d77f View commit details
    Browse the repository at this point in the history
  4. Upgrade to 5.0.0

    kjvarga committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    2fc0b26 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2014

  1. added Capistrano 3.x tasks

    hobofan committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    8e0a649 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2014

  1. Merge pull request #141 from hobofan/master

    added Capistrano 3.x tasks
    kjvarga committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    200f4c6 View commit details
    Browse the repository at this point in the history
  2. * Remove yahoo_app_id accessor

    * Move verbose attr_accessor to attr_writer as we already have a custom reader
    * Remove sitemaps_host from attr_accessors as we have custom methods for both reading and writing
    * Fix number helper rounding spec that breaks in Ruby 2
    kjvarga committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    d5f4be6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/laurynas/sitemap_generator

    …into laurynas-master
    kjvarga committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    c5798e8 View commit details
    Browse the repository at this point in the history
  4. Update README

    Don't delete the files after upload because we need them to read the file size.
    TODO: Handle this more elegantly.  Perhaps set the file size into the location from the FileAdapter.
    kjvarga committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    94209e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ccc37b View commit details
    Browse the repository at this point in the history
  6. Upgrade to 5.0.1

    kjvarga committed Mar 4, 2014
    Configuration menu
    Copy the full SHA
    3ee4fc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2014

  1. Fixes #147: Set file size limit to the more conservative 10,000,000 b…

    …ytes rather than 10,485,760.
    kjvarga committed Apr 2, 2014
    Configuration menu
    Copy the full SHA
    cb6af39 View commit details
    Browse the repository at this point in the history
  2. Upgrade to v5.0.2

    kjvarga committed Apr 2, 2014
    Configuration menu
    Copy the full SHA
    d614bef View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2014

  1. Configuration menu
    Copy the full SHA
    237f482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a895d46 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2014

  1. added live

    BenMorganIO committed May 13, 2014
    Configuration menu
    Copy the full SHA
    e107e5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7e70da View commit details
    Browse the repository at this point in the history
  3. typo

    BenMorganIO committed May 13, 2014
    Configuration menu
    Copy the full SHA
    ee50c26 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93c839d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2014

  1. Merge pull request #158 from BenMorganIO/master

    Adds live and require_subscription to video sitemap
    kjvarga committed May 14, 2014
    Configuration menu
    Copy the full SHA
    1940422 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2014

  1. Improve video sitemaps README

    kjvarga committed May 15, 2014
    Configuration menu
    Copy the full SHA
    3550d6c View commit details
    Browse the repository at this point in the history
  2. Upgrade to v5.0.3

    kjvarga committed May 15, 2014
    Configuration menu
    Copy the full SHA
    02af64c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #151 from sealocal/master

    Fix links to types of sitemaps in README
    kjvarga committed May 15, 2014
    Configuration menu
    Copy the full SHA
    5e85041 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2014

  1. Don’t include media element by default

    Upgrade to v5.0.4
    kjvarga committed May 20, 2014
    Configuration menu
    Copy the full SHA
    7a2ecfc View commit details
    Browse the repository at this point in the history

Commits on May 30, 2014

  1. Add license to gemspec, is MIT

    bf4 committed May 30, 2014
    Configuration menu
    Copy the full SHA
    ff995bf View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2014

  1. Merge pull request #162 from bf4/add_license_to_gemspec

    Add license to gemspec, is MIT
    kjvarga committed Jun 5, 2014
    Configuration menu
    Copy the full SHA
    bae8b1e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2014

  1. Allow any Fog storage options for S3 adapter

    mdalton committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    8837033 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2014

  1. added code to fetch the stage to help determine the correct environme…

    …nt to run during capistrano tasks
    EntilZha committed Jul 12, 2014
    Configuration menu
    Copy the full SHA
    9c0a871 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. Merge pull request #168 from EntilZha/master

    Fix Capistrano Tasks to Use Stage
    kjvarga committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    3eeb899 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #167 from kcdragon/feature-allow-any-fog-storage-o…

    …ptions-for-s3
    
    Allow any Fog storage options for S3 adapter
    kjvarga committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    4d94b5d View commit details
    Browse the repository at this point in the history
  3. Upgrade to v5.0.5

    kjvarga committed Jul 30, 2014
    Configuration menu
    Copy the full SHA
    8849dc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2014

  1. Update links to sitemaps.org/protocol.html

    Used to be sitemaps.org/protocol.php
    charlespeach committed Aug 11, 2014
    Configuration menu
    Copy the full SHA
    1cdb877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a90a61b View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2014

  1. Merge pull request #174 from charlespeach/bugfix/sitemap.org-links

    Bugfix/sitemap.org links
    kjvarga committed Sep 11, 2014
    Configuration menu
    Copy the full SHA
    d690976 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2014

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

Commits on Oct 15, 2014

  1. Merge pull request #181 from sagarjunnarkar/master

    Whenever gem link added in README.md 👍
    kjvarga committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    f222fcc View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2014

  1. Update README.md to close code escaping on l666, now the reference-st…

    …yle links will work.
    pskrz committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    b92a1b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #183 from pskrz/master

    Update README.md to close code escaping on l666, now the reference-style...
    kjvarga committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    0adb33b View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2014

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

Commits on Jan 24, 2015

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

Commits on May 6, 2015

  1. Require 'fog/storage' rather than 'fog'

    This makes it possible to use the fog-aws gem to allow sitemaps to be
    uploaded to s3, rather than using the root fog gem. fog-aws has far
    fewer dependencies than the fog gem itself so is the preferred option in
    projects that don't already have fog as a dependency.
    jstorimer committed May 6, 2015
    Configuration menu
    Copy the full SHA
    4f210c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2015

  1. [ci skip] Fix comment

    yui-knk committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    e902aec View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2015

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

Commits on Jul 15, 2015

  1. Merge pull request #201 from yui-knk/fix/comment

    [ci skip] Fix comment
    kjvarga committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    2c5d82d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #196 from jstorimer/just-require-fog-storage

    Require 'fog/storage' rather than 'fog'
    kjvarga committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    943c7a0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #189 from dlackty/iam-profile

    Supports AWS IAM profile
    kjvarga committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    e88ea05 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #185 from Shuttlerock/master

    Implement respond_to? in SitemapGenerator::Sitemap
    kjvarga committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    f8e79ed View commit details
    Browse the repository at this point in the history
  5. Merge pull request #202 from keitaoouchi/fix/hreflang_element_to_opti…

    …onal
    
    Change 'hreflang' to optional element
    kjvarga committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    2fd6fd9 View commit details
    Browse the repository at this point in the history
  6. Add spec for respond_to?

    Update README
    Update references to fog-aws
    kjvarga committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    c1a9c20 View commit details
    Browse the repository at this point in the history
  7. Upgrade to 5.1.0

    Document mobile sitemaps option
    kjvarga committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    0ac6abc View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2015

  1. Update verbose instructions

    kjvarga committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    0282512 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2015

  1. Remove empty 'adapters' file

    damn committed Oct 3, 2015
    Configuration menu
    Copy the full SHA
    2b3f26d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2015

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

Commits on Dec 1, 2015

  1. AWS S3 adapter using the bare aws-sdk gem

    An alternate adapter to the S3Adapter for those using the plain old
    bare 'aws-sdk' gem without 'fog'. This class modelled on that adapter
    but also sets up the S3 object to return the following additional HTTP
    headers:
    
    * Cache-Control: private, max-age=0, no-cache
    * Content-Type: application/x-gzip
    
    for completeness.
    
    No integration test created, as noted in the s3_adapter_spec.rb, it
    would be of limited use.
    
    IAM authentication is not yet supported.
    lucas-nelson committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    31e756b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2015

  1. Fixes bing ping url

    samuelpismel committed Dec 3, 2015
    Configuration menu
    Copy the full SHA
    115a582 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2015

  1. Add link to README.md

    brchristian committed Dec 25, 2015
    Configuration menu
    Copy the full SHA
    86b6520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf5d1a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2016

  1. Use Sitemap namespace for Capistrano

    Victor Ng KP committed Jun 12, 2016
    Configuration menu
    Copy the full SHA
    cb3cdd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2016

  1. Merge pull request #223 from brchristian/patch-2

    Add links to Rails and Install sections
    kjvarga authored Aug 10, 2016
    Configuration menu
    Copy the full SHA
    e7e73e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #220 from samuelpismel/master

    Fixes bing ping url
    kjvarga authored Aug 10, 2016
    Configuration menu
    Copy the full SHA
    26dd8f7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #222 from brchristian/patch-1

    Add link to README.md
    kjvarga authored Aug 10, 2016
    Configuration menu
    Copy the full SHA
    75ef2c8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #219 from lucas-nelson/master

    AWS S3 adapter using the bare aws-sdk gem
    kjvarga authored Aug 10, 2016
    Configuration menu
    Copy the full SHA
    22d02aa View commit details
    Browse the repository at this point in the history
  5. Merge pull request #212 from damn/master

    Remove empty 'adapters' file
    kjvarga authored Aug 10, 2016
    Configuration menu
    Copy the full SHA
    bd26778 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2016

  1. Update README.md

    balexand authored Aug 22, 2016
    Configuration menu
    Copy the full SHA
    ece7897 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2016

  1. Merge pull request #251 from balexand/patch-1

    Update README.md - `:create_index` option defaults to `:auto`
    kjvarga authored Sep 23, 2016
    Configuration menu
    Copy the full SHA
    7972e21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #217 from mintuhouse/patch-1

    Load the rake task instead of requiring them
    kjvarga authored Sep 23, 2016
    Configuration menu
    Copy the full SHA
    bd58dd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06e4449 View commit details
    Browse the repository at this point in the history
  4. Upgrade to 5.2.0

    Update gemspec dependency versions
    kjvarga committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    39b850b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2017

  1. Move changelog into CHANGES.md

    Move deprecation notice to end of README
    Add an index
    Add docs for using `group` without a block
    kjvarga committed Feb 6, 2017
    Configuration menu
    Copy the full SHA
    0372b98 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

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

Commits on Feb 9, 2017

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

Commits on Feb 11, 2017

  1. Default max_sitemap_links to SitemapGenerator::MAX_SITEMAP_LINKS

    Simplify some logic
    kjvarga committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    b0a2348 View commit details
    Browse the repository at this point in the history
  2. Add specs

    Convert 'before :each do' to just 'before do'
    Simplify tests which specify max sitemap links to use the new values
    kjvarga committed Feb 11, 2017
    Configuration menu
    Copy the full SHA
    b0c97c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2017

  1. Clean up .gitignore

    Remove .autotest, no idea what that was for it was added by Adam in 2014!
    kjvarga committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    e1c3cde View commit details
    Browse the repository at this point in the history
  2. Use ruby 1.9.3

    Update gems
    Add webmock and prevent external calls
    kjvarga committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    b6d4ac6 View commit details
    Browse the repository at this point in the history
  3. Remove S3Adapter spec because fog-aws gem cannot be installed due to …

    …requiring a later version of nokogiri than we have, and I have the latest (?)
    kjvarga committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    742da04 View commit details
    Browse the repository at this point in the history
  4. Revert "Remove S3Adapter spec because fog-aws gem cannot be installed…

    … due to requiring a later version of nokogiri than we have, and I have the latest (?)"
    
    This reverts commit 742da04.
    kjvarga committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    223656f View commit details
    Browse the repository at this point in the history
  5. Define dependencies in gemspec and tell bundler to use the gemspec

    Clean up gemspec and don't include test files
    Clean up the Gemfile - don't need rake
    Remove unused blueprint.rb file
    Simplify spec_helper.rb
    Move sitemap specs into spec/sitemaps/ directory
    Change be_true and be_false to be(true) and be(false)
    Make the rails? method return a boolean value
    kjvarga committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    949bc9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    febd08a View commit details
    Browse the repository at this point in the history
  7. Fix the S3Adapter spec

    Seems we have to require 'fog/core/services_mixin'
    kjvarga committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    e9d8237 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb7d3c9 View commit details
    Browse the repository at this point in the history
  9. Convert specs to RSpec 3.5.4 syntax with Transpec

    This conversion is done by Transpec 3.3.0 with the following command:
        transpec
    
    * 601 conversions
        from: obj.should
          to: expect(obj).to
    
    * 464 conversions
        from: == expected
          to: eq(expected)
    
    * 32 conversions
        from: obj.should_not
          to: expect(obj).not_to
    
    * 14 conversions
        from: lambda { }.should
          to: expect { }.to
    
    * 13 conversions
        from: =~ /pattern/
          to: match(/pattern/)
    
    * 7 conversions
        from: lambda { }.should_not
          to: expect { }.not_to
    
    For more details: https://github.com/yujinakayama/transpec#supported-conversions
    kjvarga committed Feb 12, 2017
    Configuration menu
    Copy the full SHA
    bb06208 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea4f2f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2017

  1. Configuration menu
    Copy the full SHA
    66f4ee2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ce258e View commit details
    Browse the repository at this point in the history
  3. WIP update for rspec syntax

    kjvarga committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    bbb1fd7 View commit details
    Browse the repository at this point in the history
  4. More spec fixes & syntax fixes

    Down to 4 failing
    kjvarga committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    c1aee6a View commit details
    Browse the repository at this point in the history
  5. All passing!

    kjvarga committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    5d8e55f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62cd39f View commit details
    Browse the repository at this point in the history
  7. Document new option

    Set version to 5.3.0
    kjvarga committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    d1f16a1 View commit details
    Browse the repository at this point in the history
  8. Pull #221: Use Rails::VERSION to detect being in Rails. Because when …

    …using action_mailer without Rails the rails-sanitizer-html gem defines a Rails module
    kjvarga committed Feb 13, 2017
    Configuration menu
    Copy the full SHA
    269dc5b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d9f51b8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #241 from victorngkp/use_sitemap_namespace_for_cap…

    …istrano
    
    Use Sitemap namespace for Capistrano
    kjvarga authored Feb 13, 2017
    Configuration menu
    Copy the full SHA
    8821bdd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8939938 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8233f8e View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Describe recent changes

    kjvarga committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    afd5fc4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #262 from kjvarga/configurable_max_sitemaps_links

    Configurable max sitemaps links
    kjvarga authored Feb 21, 2017
    Configuration menu
    Copy the full SHA
    4886628 View commit details
    Browse the repository at this point in the history
  3. Add rake as a dev dependency

    kjvarga committed Feb 21, 2017
    Configuration menu
    Copy the full SHA
    ac41b3a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ceb9721 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Use HTTPS in Gemfile

    PanisSupraOmnia authored Feb 22, 2017
    Configuration menu
    Copy the full SHA
    3377416 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #263 from ChallahuAkbar/patch-1

    Use HTTPS in Gemfile
    kjvarga authored Feb 22, 2017
    Configuration menu
    Copy the full SHA
    dcaeb56 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2017

  1. Release v5.3.1

    Ensure files have 644 permissions when building - no file changes were detected by Git for this
    kjvarga committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    4a9e0d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2017

  1. Update README.md

    Fixing small typo
    vishalnarkhede authored Mar 18, 2017
    Configuration menu
    Copy the full SHA
    b487ebf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #269 from vishalnarkhede/patch-1

    Update README.md
    kjvarga authored Mar 18, 2017
    Configuration menu
    Copy the full SHA
    d60651c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2017

  1. AwsSdkAdapter default using credential resolver

    In the current behavior,
    you can not use instance profiles and task role
    in the instance that creates the sitemap.
    
    aws-sdk-ruby v2 is auto detected using credentials.
    
    According to the behavior of aws-sdk-ruby v2
    unless you specify anything,
    explicitly specify that you use the specified credentials.
    
    Backwards compatibility is preserved because
    environment variables are used in the
    default behavior of aws-sdk-ruby v2.
    takatoshi-maeda committed Mar 19, 2017
    Configuration menu
    Copy the full SHA
    5f7ee6b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2017

  1. Fix typo...

    takatoshi-maeda committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    0c813d5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

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

Commits on Jun 5, 2017

  1. Configuration menu
    Copy the full SHA
    eba32f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #276 from dlackty/fix-up-load-error

    Fix up workaround for fog-core 1.2.0
    kjvarga authored Jun 5, 2017
    Configuration menu
    Copy the full SHA
    efce274 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. Comment out debugger gem

    kjvarga committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    4d8c70f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d4d7780 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74bcb18 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #282 from kjvarga/kvarga-fix-circle-build

    Fix Circle CI build
    kjvarga authored Jun 6, 2017
    Configuration menu
    Copy the full SHA
    8439ae8 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Enable to set roles to execute rake tasks

    Describe how to set sitemap_roles
    ysksn committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    92a9934 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Merge pull request #285 from ysksn/sitemap_role

    Enable to set :sitemap_roles
    kjvarga authored Jul 26, 2017
    Configuration menu
    Copy the full SHA
    1b949dd View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Don't limit compatible versions of Rails/Ruby
    kjvarga authored Jul 26, 2017
    Configuration menu
    Copy the full SHA
    37f6ac4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. Fix Ruby 2.0.0+ compatibility.

    YAML::ENGINE is not available since Ruby 2.0.0+, when Syck was removed
    from stdlib and replaced by Psych.
    voxik committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    7ed6281 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2017

  1. Merge pull request #270 from tokubai/auto-switch-aws-sdk-credential

    AwsSdkAdapter default using aws-sdk-ruby default credential resolver
    kjvarga authored Sep 23, 2017
    Configuration menu
    Copy the full SHA
    8086093 View commit details
    Browse the repository at this point in the history
  2. If the Rails application isn't loaded, skip including URL helpers.

    Overhaul Rails detection methods
    kjvarga committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    551f6b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b5ea74 View commit details
    Browse the repository at this point in the history
  4. Rename spec file

    kjvarga committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    e1065f0 View commit details
    Browse the repository at this point in the history
  5. Simplify AwsSdkAdapter

    Do not attempt to require the SDK.  Instead, detect the classes that we use and have the user do their own require.
    kjvarga committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    1a68996 View commit details
    Browse the repository at this point in the history
  6. Fix warning

    kjvarga committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    e3c2cae View commit details
    Browse the repository at this point in the history
  7. Add byebug for debugging

    kjvarga committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    56b6229 View commit details
    Browse the repository at this point in the history
  8. Add AwsSdkAdapter spec

    kjvarga committed Sep 23, 2017
    Configuration menu
    Copy the full SHA
    8bc9943 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2017

  1. Unpin gemspec gem versions. I should always be testing with the lates…

    …t external dependencies.
    kjvarga committed Sep 24, 2017
    Configuration menu
    Copy the full SHA
    1efbfe5 View commit details
    Browse the repository at this point in the history
  2. Updated AwsSdkAdapter specs

    kjvarga committed Sep 24, 2017
    Configuration menu
    Copy the full SHA
    963539b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #291 from voxik/fix-ruby2-compatibility

    Fix Ruby 2.0.0+ compatibility.
    kjvarga authored Sep 24, 2017
    Configuration menu
    Copy the full SHA
    e491a35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    987af9b View commit details
    Browse the repository at this point in the history
  5. Add doc string

    kjvarga committed Sep 24, 2017
    Configuration menu
    Copy the full SHA
    0686912 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04f4885 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da32f60 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2017

  1. Configuration menu
    Copy the full SHA
    76b2fb1 View commit details
    Browse the repository at this point in the history
  2. List changes

    kjvarga committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    01bb522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48eff49 View commit details
    Browse the repository at this point in the history
  4. When a group is reusing the current sitemap, always finalize the site…

    …map at the group block. Closes #278
    
    Use add when adding default links so that if the sitemap is full, it can create a new sitemap
    kjvarga committed Sep 25, 2017
    Configuration menu
    Copy the full SHA
    24f3620 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df1e556 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Configuration menu
    Copy the full SHA
    972bd20 View commit details
    Browse the repository at this point in the history
  2. Include fog-aws for testing

    kjvarga committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    e03a939 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Update table of contents

    Remove Rails < 2 instructions
    Update Ruby syntax
    Remove some old sections to simplify
    Add docs for adapters
    kjvarga committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    6cbdbdc View commit details
    Browse the repository at this point in the history
  2. Update license

    kjvarga committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    d29b992 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99d89d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    640a733 View commit details
    Browse the repository at this point in the history
  5. Upgrade to version 6.0.0

    kjvarga committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    9dee6f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f8ba4c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6edcf5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

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

Commits on Dec 26, 2017

  1. yaml_as is deprecated in Ruby 2.4, removed in 2.5

    Replace with yaml_tag as directed by the deprecation warning.
    mattbrictson committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    5b6e915 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Merge pull request #298 from mattbrictson/replace-yaml_as-with-yaml_tag

    Use `yaml_tag` instead of `yaml_as`, which was deprecated in Ruby 2.4 and removed in 2.5
    kjvarga authored Jan 13, 2018
    Configuration menu
    Copy the full SHA
    175ea4b View commit details
    Browse the repository at this point in the history
  2. Upgrade to v6.0.1

    kjvarga committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    0007e3b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #295 from tiagoamaro/patch-1

    Add explanation about rake tasks autoloading on Rails
    kjvarga authored Jan 13, 2018
    Configuration menu
    Copy the full SHA
    c668c9c View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Configuration menu
    Copy the full SHA
    8cec764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45a946f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71100a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    45dfdb9 View commit details
    Browse the repository at this point in the history
  2. ⚠️ instance variable @default_host, @sitemaps_host, @yield_sitemap, @…

    …sitemaps_path, @adapter, @verbose, @protect_index, @sitemap_index, @added_default_links, @created_group, @sitemap not initialized
    amatsuda committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    6b919aa View commit details
    Browse the repository at this point in the history
  3. Prefer composition over inheritance with BigDecimal

    Because BigDecimal.new has been deprecated in favor of Kernel.BigDecimal
    just as other Ruby core Numeric classes.
    
    This eliminates the following warning:
    
    > warning: BigDecimal.new is deprecated; use Kernel.BigDecimal method instead.
    amatsuda committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    2698ea2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. Fix anchor link in Readme

    3b7 committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    2eab9f9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #307 from 3b7/readme-update

    Fix anchor link in Readme
    kjvarga authored Apr 18, 2018
    Configuration menu
    Copy the full SHA
    0b847f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Fix rails instructions in README

    The config block has been moved from environment.rb to application.rb some years back
    TomK32 authored Jun 27, 2018
    Configuration menu
    Copy the full SHA
    d6a810a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. Merge pull request #310 from TomK32/patch-1

    Fix rails instructions in README
    kjvarga authored Jan 10, 2019
    Configuration menu
    Copy the full SHA
    b1f80f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #305 from amatsuda/bigdecimal

    Prefer composition over inheritance with BigDecimal
    kjvarga authored Jan 10, 2019
    Configuration menu
    Copy the full SHA
    87d2b71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5414443 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aab1c3c View commit details
    Browse the repository at this point in the history
  5. Upgrade to v6.0.2

    kjvarga committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    92c612c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

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

Commits on May 10, 2019

  1. Added Google Storage Adapter

    raviy06 committed May 10, 2019
    Configuration menu
    Copy the full SHA
    0360f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6286dee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d3d9a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Update README and test

    kjvarga committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    ecf9aa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2329ab5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9865bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd2c1f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67147cd View commit details
    Browse the repository at this point in the history
  6. Merge pull request #340 from kjvarga/kvarga/pull-326-google-cloud-sto…

    …rage
    
    Google Cloud Storage support
    kjvarga authored Dec 26, 2019
    Configuration menu
    Copy the full SHA
    4c381d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Fix Ruby 2.7 deprecation warning on using Kernel#open for URLs

    The warning is:
    
        /var/local/bundle/ruby/2.7.0/gems/sitemap_generator-6.1.0/lib/sitemap_generator/link_set.rb:298: warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open
    
    See https://bugs.ruby-lang.org/issues/16438 for details
    Envek committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    9c4a4bb View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

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

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    1412556 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2adc68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3352c4a View commit details
    Browse the repository at this point in the history
  4. Upgrade to v6.1.1

    kjvarga committed May 26, 2020
    Configuration menu
    Copy the full SHA
    e650aa2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Fix NoMethodError error on Ruby 2.4 and older. Fixes #352

    NoMethodError: private method `open' called for URI:Module was raised on older rubies as URI.open was added only in Ruby 2.5: https://rubyreferences.github.io/rubychanges/2.5.html#network-and-web
    Envek committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    459e90f View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Merge pull request #353 from Envek/fix/old-rubies-uri-open

    Fix NoMethodError error on Ruby 2.4 and older.
    kjvarga authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    67c1c85 View commit details
    Browse the repository at this point in the history
  2. Upgrade to 6.1.2

    kjvarga committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    0e8e35e View commit details
    Browse the repository at this point in the history
  3. Ignore byebug history file

    kjvarga committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    28dd22c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Update README.md

    add a alternates options sample code
    sean2121 authored and Shoji tokunaga committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    8afbd1b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #373 from sean2121/master

    Update README.md
    kjvarga authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    54243c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    ac7feaf View commit details
    Browse the repository at this point in the history
  2. Fix directory name

    kjvarga committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    2a5da49 View commit details
    Browse the repository at this point in the history
  3. Use https

    kjvarga committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    1c6932f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e94df3 View commit details
    Browse the repository at this point in the history
  5. Try 2.8

    kjvarga committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    3752500 View commit details
    Browse the repository at this point in the history
  6. Try 2.7

    kjvarga committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    74ffd3e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0d7eb6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d2c192 View commit details
    Browse the repository at this point in the history
  9. Update dependencies

    kjvarga committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    e271005 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    61a29a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9a9067d View commit details
    Browse the repository at this point in the history
  12. Update lock file

    kjvarga committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    58153d6 View commit details
    Browse the repository at this point in the history
  13. Use Ruby 3.1

    kjvarga committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    de287d5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4b2e466 View commit details
    Browse the repository at this point in the history
  15. Cleanup config

    kjvarga committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    2d4391f View commit details
    Browse the repository at this point in the history
  16. Add CircleCI config for testing multiple rubies (#383)

    * Add CircleCI config for testing multiple rubies
    
    * Fix directory name
    
    * Use https
    
    * Try to specify bundler version
    
    * Try 2.8
    
    * Try 2.7
    
    * Remove ruby version from the lock file
    
    * Include lock file so the build works
    
    * Update dependencies
    
    * Add the junit formatter so the orb works
    
    * Allow caching and use bundler version from lock files
    
    * Update lock file
    
    * Use Ruby 3.1
    
    * Fix the error assertion for ruby 3.1
    
    * Cleanup config
    kjvarga authored Jan 9, 2022
    Configuration menu
    Copy the full SHA
    9331866 View commit details
    Browse the repository at this point in the history
  17. WIP

    kjvarga committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    287939a View commit details
    Browse the repository at this point in the history
  18. Passing tests

    kjvarga committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    1e53b17 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dce32c8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    62d910e View commit details
    Browse the repository at this point in the history
  21. Loosen version

    kjvarga committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    fa15a9d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ca85549 View commit details
    Browse the repository at this point in the history
  23. Install appraisal using gem

    kjvarga committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    ffd7e29 View commit details
    Browse the repository at this point in the history
  24. Use a 1x1 matrix for now

    kjvarga committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    c25ab16 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4eac859 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    aeee0bd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9ff94ec View commit details
    Browse the repository at this point in the history
  28. Use expect syntax

    kjvarga committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    984ddcb View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7281b1b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    80ac239 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2e1f0b7 View commit details
    Browse the repository at this point in the history
  32. Include ruby 3.1

    kjvarga committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    e483eef View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    937685c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dbe9fa View commit details
    Browse the repository at this point in the history
  3. Fail if gemspec is missing; remove ruby orb; don't commit gemfiles so…

    … they can be generated in CI for each version of ruby
    kjvarga committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    8dcf0ec View commit details
    Browse the repository at this point in the history
  4. Remove appraisal gem and manage gemspecs manually; use specific versi…

    …on of nokogiri for ruby 2.5
    kjvarga committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    253434a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4533035 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a40838e View commit details
    Browse the repository at this point in the history
  7. Use snake case

    kjvarga committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    ad70e8a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d3d34b6 View commit details
    Browse the repository at this point in the history
  9. Improve test name

    kjvarga committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    9feebc3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c0aa68e View commit details
    Browse the repository at this point in the history
  11. Add a CI badge to README

    kjvarga committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    f4f3271 View commit details
    Browse the repository at this point in the history