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 rails 6.1 compatiblility #24

Closed
wants to merge 108 commits into from

Commits on Aug 6, 2012

  1. Configuration menu
    Copy the full SHA
    0e926ef View commit details
    Browse the repository at this point in the history
  2. revised gemspec

    jphenow committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    3d75075 View commit details
    Browse the repository at this point in the history
  3. readme fix and warn

    jphenow committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    5133d86 View commit details
    Browse the repository at this point in the history
  4. rvmrc for safe bundling

    jphenow committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    da79294 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9d840b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c98f96 View commit details
    Browse the repository at this point in the history
  7. better gitignore

    jphenow committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    13e6517 View commit details
    Browse the repository at this point in the history
  8. adding travis

    jphenow committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    bbc93fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b9a0a07 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    82b5456 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    52d3774 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    65ec5ce View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2012

  1. whitespace mostly

    jphenow committed Aug 7, 2012
    Configuration menu
    Copy the full SHA
    24ec8ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bd32d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2016

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

Commits on Jun 23, 2016

  1. Configuration menu
    Copy the full SHA
    f618c18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17ec61d View commit details
    Browse the repository at this point in the history
  3. Upgrade tzinfo.

    kjwierenga committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    474afd3 View commit details
    Browse the repository at this point in the history
  4. Add ZenTest as development dependency (so we can use autotest). Addin…

    …g .rspec file triggers loading autotest/rspec2.
    kjwierenga committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    92e7476 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc4dfbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e179a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ac33ca View commit details
    Browse the repository at this point in the history
  8. The recurrence_id should not be set on an occurrence. The occurrence …

    …is not an override of the original recurring event.
    kjwierenga committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    f29103a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Add spec for various calendars with specific instance (that have recu…

    …rrence_id set) which act as exceptions/overrides for a recurring event.
    kjwierenga committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    bda5c32 View commit details
    Browse the repository at this point in the history
  2. Implement RiCal::Component::Calendar#occurrences to compute all occur…

    …rences for a complete calendar. This allows implementation of specific instances with modified properties overriding an occurrence of a recurring event.
    kjwierenga committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    d4b9c3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b3c236 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2016

  1. Add spec for various edge cases (i.e. recurring events outside range …

    …moved into range by specific instance,
    kjwierenga committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    9529caa View commit details
    Browse the repository at this point in the history
  2. Refactor so edge cases are handled correctly, also improving efficien…

    …cy by (correctly) scoping to individual UID's.
    kjwierenga committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    538ee77 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2016

  1. Configuration menu
    Copy the full SHA
    22d585b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2d4b70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b1fa84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf27d55 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e950dbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    013b04d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

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

Commits on Aug 25, 2016

  1. Add optional passing of options to #bounded? method so it can be call…

    …ed in CalendarOccurrences module.
    kjwierenga committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    ce291aa View commit details
    Browse the repository at this point in the history
  2. Raise an exception when the component is unbounded. This prevent gett…

    …ing into an endless loop in `component.each`.
    kjwierenga committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    c3b5d19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4da2da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83b1af0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d0c9c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58422c9 View commit details
    Browse the repository at this point in the history
  7. Bump patch level to 0.9.1

    kjwierenga committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    8c96281 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33dfd22 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. Configuration menu
    Copy the full SHA
    0b596f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d46a0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    099ff75 View commit details
    Browse the repository at this point in the history
  4. Bump patch level to 0.9.2

    kjwierenga committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    72bdb81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54f0499 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5912faf View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2016

  1. Configuration menu
    Copy the full SHA
    bf993a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b13d43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60fce85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b01f89c View commit details
    Browse the repository at this point in the history
  5. Improved spec.

    kjwierenga committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    9e86d32 View commit details
    Browse the repository at this point in the history
  6. Add new test case to test reversal of instances. Optimization uses so…

    …rting of instances to handle this case correctly.
    kjwierenga committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    625c386 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f3615f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. Configuration menu
    Copy the full SHA
    b4f84b9 View commit details
    Browse the repository at this point in the history
  2. Update README.

    kjwierenga committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    6efef55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0c61b0 View commit details
    Browse the repository at this point in the history
  4. Update README

    kjwierenga committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    be5fef9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f9f2a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b769d61 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. Rename instances method to event_instances. Rename component_instance…

    …s variable to instances.
    kjwierenga committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    5e45927 View commit details
    Browse the repository at this point in the history
  2. Add spec for failing use case. First occurrence is overriden by insta…

    …nce. Original start at is before `starting`. This results in incorrect first occurrence.
    kjwierenga committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    7899a70 View commit details
    Browse the repository at this point in the history
  3. Can't limit count on call to add_instances. Even though we have found…

    … enough occurrences in call to add_occurrences. We might still find an instance that occurs before any of the 'normal' occurrences.
    kjwierenga committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    a046445 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d40acb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    747388d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa69bc5 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    kjwierenga committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    cf95bf0 View commit details
    Browse the repository at this point in the history
  8. Bump patch level to 0.9.4

    kjwierenga committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    2a0be60 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    25a6975 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. whitespace

    kjwierenga committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    b6c1ba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    217e7a0 View commit details
    Browse the repository at this point in the history
  3. Bugfix for Ambiguous Local Time

    Nov 6, 2011 between 1-2am occurs twice and causes ambigous
    local time exception.
    
    This fix was suggested here:
    
    http://groups.google.com/group/rical_gem/browse_thread/thread/dbfd63c6d671d486
    dustacio authored and LeipeLeon committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    b55c179 View commit details
    Browse the repository at this point in the history
  4. Bump ruby version to 2.2.8

    LeipeLeon committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    53cfc72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    212a8a2 View commit details
    Browse the repository at this point in the history
  6. UPdate .travis.yml

    LeipeLeon committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    32ab797 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Remove RUBY_VERSION switch which patched the 1.9

    Hereby we're not compatible w/ 1.8.x anymore
    LeipeLeon authored and kjwierenga committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    00dcc68 View commit details
    Browse the repository at this point in the history
  2. Update homepage of gem

    LeipeLeon authored and kjwierenga committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    14675af View commit details
    Browse the repository at this point in the history
  3. rename gemset

    kjwierenga committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    f56a53f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    afcf367 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1779ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    16743c3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    524d19f View commit details
    Browse the repository at this point in the history
  8. Release 0.9.5

    kjwierenga committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    7e1b6ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d7bc466 View commit details
    Browse the repository at this point in the history
  10. bump patch level to 0.9.5

    kjwierenga committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    1cab62f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    54347c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    3538dee View commit details
    Browse the repository at this point in the history
  2. chore: cleanup

    - delete .ruby-version/gemset
    - delete travis.yml
    - delete empty .rspec
    - improve gemspec
    LeipeLeon committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    4360c8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84dde2a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. add: Github Action

    LeipeLeon committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8b23e26 View commit details
    Browse the repository at this point in the history
  2. chore(package): ⬆️ tzinfo ~> 2, < 3

    drop support for tzinfo < 2
    this also drops support for active_support < 6.1
    LeipeLeon committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7bd421b View commit details
    Browse the repository at this point in the history
  3. fix compatibilty with tz_info

    phoet authored and LeipeLeon committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f8e063d View commit details
    Browse the repository at this point in the history
  4. handle nil

    phoet authored and LeipeLeon committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    671da80 View commit details
    Browse the repository at this point in the history
  5. Time.parse -> DateTime.parse

    jkraemer authored and LeipeLeon committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a7b0cf6 View commit details
    Browse the repository at this point in the history
  6. fix spec

    jkraemer authored and LeipeLeon committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ae8a852 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Merge pull request #4 from kdgm/feature/tzinfo_2_0

    fix `tzinfo 2.0` regressions
    LeipeLeon authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c28d6ce View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    ee1ee00 View commit details
    Browse the repository at this point in the history
  2. GHA: Add ruby 3.3

    LeipeLeon committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c3d53da View commit details
    Browse the repository at this point in the history
  3. move changes int ochangelog

    LeipeLeon committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d2d812e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bb76fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63efd95 View commit details
    Browse the repository at this point in the history
  6. WIP README

    LeipeLeon committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    03df246 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    902ce4b View commit details
    Browse the repository at this point in the history
  8. refactor

    LeipeLeon committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b48c587 View commit details
    Browse the repository at this point in the history
  9. WIP

    LeipeLeon committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d61a448 View commit details
    Browse the repository at this point in the history