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
Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
108 commits
Select commit Hold shift + click to select a range
0e926ef
clean out top dir a little, rewrite readme in MD
jphenow Aug 6, 2012
3d75075
revised gemspec
jphenow Aug 6, 2012
5133d86
readme fix and warn
jphenow Aug 6, 2012
da79294
rvmrc for safe bundling
jphenow Aug 6, 2012
f9d840b
add version, fix gemspec and bundle up the gemfile
jphenow Aug 6, 2012
0c98f96
our broken twins ical feed (I think)
jphenow Aug 6, 2012
13e6517
better gitignore
jphenow Aug 6, 2012
bbc93fe
adding travis
jphenow Aug 6, 2012
b9a0a07
cleaning rakefile/specs getting specs to pass, adding appropriate dep…
jphenow Aug 6, 2012
82b5456
remove unnecessary Rakefile crap
jphenow Aug 6, 2012
52d3774
add travis icon and future rubygems URL
jphenow Aug 6, 2012
65ec5ce
Replaced some top-file copy notice
jphenow Aug 6, 2012
24ec8ad
whitespace mostly
jphenow Aug 7, 2012
8bd32d4
whitespace and initial test around mn twins ical...which works :(
jphenow Aug 7, 2012
ff38aab
changed get_zone to find_zone! if rails is v3.1.x
benoist Dec 6, 2011
f618c18
Replace .rvmrc with .ruby-version and .ruby-gemset.
kjwierenga Jun 23, 2016
17ec61d
Make specific version of active support a development dependency.
kjwierenga Jun 23, 2016
474afd3
Upgrade tzinfo.
kjwierenga Jun 23, 2016
92e7476
Add ZenTest as development dependency (so we can use autotest). Addin…
kjwierenga Jun 23, 2016
dc4dfbe
Merge branch 'jphenow-master' into develop
kjwierenga Jun 23, 2016
4e179a9
changed get_zone to find_zone! if rails is v3.1.x
benoist Dec 6, 2011
8ac33ca
Merge branch 'use-autotest' into develop
kjwierenga Jun 23, 2016
f29103a
The recurrence_id should not be set on an occurrence. The occurrence …
kjwierenga Jun 23, 2016
bda5c32
Add spec for various calendars with specific instance (that have recu…
kjwierenga Jun 24, 2016
d4b9c3a
Implement RiCal::Component::Calendar#occurrences to compute all occur…
kjwierenga Jun 24, 2016
3b3c236
Also pass `options` to the OccurrenceEnumerator#each method.
kjwierenga Jun 24, 2016
9529caa
Add spec for various edge cases (i.e. recurring events outside range …
kjwierenga Jun 27, 2016
538ee77
Refactor so edge cases are handled correctly, also improving efficien…
kjwierenga Jun 27, 2016
22d585b
Update README.md explaining what has been added.
kjwierenga Jun 29, 2016
d2d4b70
Merge branch 'feature/calendar-occurrences' into develop
kjwierenga Jun 29, 2016
6b1fa84
Remove Gemfile.lock. It should not be checked into version control fo…
kjwierenga Jun 29, 2016
bf27d55
Bump minor version to 0.9.0
kjwierenga Jun 29, 2016
e950dbf
Merge branch 'release/0.9.0' into develop
kjwierenga Jun 29, 2016
013b04d
Merge branch 'release/0.9.0'
kjwierenga Jun 29, 2016
a3d2f23
Add spec-its for backward compatibility.
kjwierenga Jul 6, 2016
2d5345a
Add more specs for special situations.
kjwierenga Jul 6, 2016
ce291aa
Add optional passing of options to #bounded? method so it can be call…
kjwierenga Aug 25, 2016
c3b5d19
Raise an exception when the component is unbounded. This prevent gett…
kjwierenga Aug 25, 2016
b4da2da
Merge branch 'feature/raise-exception-on-unbounded-calendar' into dev…
kjwierenga Aug 25, 2016
83b1af0
Update README for new release 0.9.1
kjwierenga Aug 25, 2016
3d0c9c2
Merge branch 'release/0.9.1'
kjwierenga Aug 25, 2016
58422c9
Merge branch 'release/0.9.1' into develop
kjwierenga Aug 25, 2016
8c96281
Bump patch level to 0.9.1
kjwierenga Aug 25, 2016
33dfd22
Merge branch 'hotfix/0.9.1' into develop
kjwierenga Aug 25, 2016
0b596f2
Add specs for case where count is negative or zero.
kjwierenga Aug 26, 2016
4d46a0e
If count is less than zero, set it to zero.
kjwierenga Aug 26, 2016
099ff75
Merge branch 'feature/handle-negative-count' into develop
kjwierenga Aug 26, 2016
72bdb81
Bump patch level to 0.9.2
kjwierenga Aug 26, 2016
54f0499
Update kerkdienstgemist.nl changelog.
kjwierenga Aug 26, 2016
5912faf
Merge branch 'release/0.9.2' into develop
kjwierenga Aug 26, 2016
bf993a1
Refactor be_true to be_truthy
kjwierenga Aug 31, 2016
9b13d43
Refactor `stub!` to `stub` and `mock` to `double`.
kjwierenga Aug 31, 2016
60fce85
Add some backward compatibility gems to silence deprecation warnings.
kjwierenga Aug 31, 2016
b01f89c
Merge branch 'feature/refactor-deprecations' into develop
kjwierenga Aug 31, 2016
9e86d32
Improved spec.
kjwierenga Aug 31, 2016
625c386
Add new test case to test reversal of instances. Optimization uses so…
kjwierenga Aug 31, 2016
9f3615f
New test case for large numbers of instances.
kjwierenga Aug 31, 2016
b4f84b9
Optimize for the case where a count has been specified. Cut loops sho…
kjwierenga Sep 1, 2016
6efef55
Update README.
kjwierenga Sep 1, 2016
f0c61b0
Merge branch 'feature/optimize-for-many-instances' into develop
kjwierenga Sep 1, 2016
be5fef9
Update README
kjwierenga Sep 1, 2016
2f9f2a3
Bump patch level for release 0.9.3
kjwierenga Sep 1, 2016
b769d61
Merge branch 'release/0.9.3' into develop
kjwierenga Sep 1, 2016
5e45927
Rename instances method to event_instances. Rename component_instance…
kjwierenga Sep 15, 2016
7899a70
Add spec for failing use case. First occurrence is overriden by insta…
kjwierenga Sep 15, 2016
a046445
Can't limit count on call to add_instances. Even though we have found…
kjwierenga Sep 15, 2016
1d40acb
No need to return yielded occurrences.
kjwierenga Sep 15, 2016
747388d
Refactor by renaming yielded_* to found_*.
kjwierenga Sep 15, 2016
aa69bc5
Merge branch 'feature/fix-original-start-at-after-starting' into develop
kjwierenga Sep 15, 2016
cf95bf0
Update README.md
kjwierenga Sep 15, 2016
2a0be60
Bump patch level to 0.9.4
kjwierenga Sep 15, 2016
25a6975
Merge branch 'release/0.9.4' into develop
kjwierenga Sep 15, 2016
b6c1ba1
whitespace
kjwierenga Sep 20, 2017
217e7a0
textual change to trigger CodeShip CI
kjwierenga Sep 20, 2017
b55c179
Bugfix for Ambiguous Local Time
dustacio Jul 1, 2011
53cfc72
Bump ruby version to 2.2.8
LeipeLeon Sep 20, 2017
212a8a2
Use newer autotest and configure it
LeipeLeon Sep 20, 2017
32ab797
UPdate .travis.yml
LeipeLeon Sep 20, 2017
00dcc68
Remove RUBY_VERSION switch which patched the 1.9
LeipeLeon Sep 20, 2017
14675af
Update homepage of gem
LeipeLeon Sep 20, 2017
f56a53f
rename gemset
kjwierenga Sep 28, 2018
afcf367
Merge branch 'feature/enh/ruby_2_2' into develop
kjwierenga Sep 28, 2018
d1779ea
add spec for dumping and loading event (marshalling)
kjwierenga Sep 28, 2018
16743c3
[enh] add _dump and _load methods to serialize and deserialize events
kjwierenga Sep 28, 2018
524d19f
Merge branch 'feature/enh/marshal-event' into develop
kjwierenga Sep 28, 2018
7e1b6ab
Release 0.9.5
kjwierenga Sep 28, 2018
d7bc466
continu changelog in CHANGELOG.md
kjwierenga Sep 28, 2018
1cab62f
bump patch level to 0.9.5
kjwierenga Sep 28, 2018
54347c3
Merge branch 'release/0.9.5' into develop
kjwierenga Sep 28, 2018
3538dee
chore(ruby): ⬆️ ruby >= 2.6.7
LeipeLeon Dec 13, 2023
4360c8e
chore: cleanup
LeipeLeon Dec 13, 2023
84dde2a
add: appraisals gem to test multiple integrations
LeipeLeon Dec 13, 2023
8b23e26
add: Github Action
LeipeLeon Dec 13, 2023
7bd421b
chore(package): ⬆️ tzinfo ~> 2, < 3
LeipeLeon Dec 13, 2023
f8e063d
fix compatibilty with tz_info
phoet Feb 19, 2021
671da80
handle nil
phoet Feb 19, 2021
a7b0cf6
Time.parse -> DateTime.parse
jkraemer Apr 28, 2021
ae8a852
fix spec
jkraemer Apr 28, 2021
c28d6ce
Merge pull request #4 from kdgm/feature/tzinfo_2_0
LeipeLeon Jun 12, 2024
ee1ee00
appraisal add activesupport 6.0
LeipeLeon Jun 12, 2024
c3d53da
GHA: Add ruby 3.3
LeipeLeon Jun 12, 2024
d2d812e
move changes int ochangelog
LeipeLeon Jun 12, 2024
3bb76fa
feat: make it tzinfo 1.x compatible
LeipeLeon Jun 12, 2024
63efd95
add info how to run on development machine
LeipeLeon Jun 12, 2024
03df246
WIP README
LeipeLeon Jun 12, 2024
902ce4b
fix rake rical:gen_propmodules
LeipeLeon Jun 12, 2024
b48c587
refactor
LeipeLeon Jun 12, 2024
d61a448
WIP
LeipeLeon Jun 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .rspec
Empty file.
1 change: 1 addition & 0 deletions .ruby-gemset
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
kjwierenga-ri_cal
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.9.3
5 changes: 0 additions & 5 deletions .rvmrc

This file was deleted.

8 changes: 6 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ PATH
remote: .
specs:
ri_cal (0.8.8)
activesupport (~> 3.0.15)
tzinfo

GEM
remote: https://rubygems.org/
specs:
ZenTest (4.11.1)
activesupport (3.0.16)
awesome_print (1.0.2)
diff-lcs (1.1.3)
Expand All @@ -20,12 +20,16 @@ GEM
rspec-expectations (2.11.2)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.1)
tzinfo (0.3.33)
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (~> 0.1)

PLATFORMS
ruby

DEPENDENCIES
ZenTest
activesupport (~> 3.0.15)
awesome_print
rake
ri_cal!
Expand Down
3 changes: 2 additions & 1 deletion ri_cal.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ A Google group for discussion of this library has been set up http://groups.goog
gem.version = RiCal::VERSION

gem.add_dependency 'tzinfo'
gem.add_dependency 'activesupport', "~> 3.0.15"

gem.add_development_dependency 'activesupport', "~> 3.0.15"
gem.add_development_dependency 'rake'
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'ZenTest'
gem.add_development_dependency 'awesome_print'

if gem.respond_to? :specification_version then
Expand Down