uk_academic_calendar 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/lib/uk_academic_calendar/version.rb +1 -1
- metadata +10 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7aa36c9ba0f969516eac1444d2e813e0d93d6b7245cfb541389194f01b46a071
|
4
|
+
data.tar.gz: ab41634252915a46d51a32d3f41dbd5c0c2b87a273d4fde6080f8b68f0e1cf30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 15fd067c6b0d6a70c8b79ec9c55da321a39bee5007d922e18c9eadda423b28ec5b45880606ae915d1d64a79060b49e84369b80d8e0e8048c4aeb9aeddd662959
|
7
|
+
data.tar.gz: 3a0c358137540b78d5a3c44e53b7e18f9526f5241da34c1a94a399da2c533efd1a425ec686ac8034772ebd0d660d9f5006be818cc6f29833aa413ea90a712038
|
data/README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# UKAcademicCalendar
|
2
2
|
|
3
|
+
<div style="display:flex;">
|
4
|
+
<a href="https://badge.fury.io/rb/uk_academic_calendar"><img src="https://badge.fury.io/rb/uk_academic_calendar.svg" alt="Gem Version" height="18"></a>
|
5
|
+
</div>
|
6
|
+
|
3
7
|
Designed to assist in Ruby programs dealing with the UK Academic Calendar, i.e. the Sept - Sept academic year, and the 3 'terms' (Autumn, Spring, Summer).
|
4
8
|
|
5
9
|
## Installation
|
@@ -54,10 +58,6 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
54
58
|
- Considering the above, implementation of e.g., `#teachable_days` and `#non_teachable_days` returning sorted sets of applicable dates
|
55
59
|
- Setting of 'contexts' so terms understand what dates to apply for a given 'context' (e.g. a particular local authority)
|
56
60
|
|
57
|
-
## Contributing
|
58
|
-
|
59
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/uk_academic_calendar.
|
60
|
-
|
61
61
|
## License
|
62
62
|
|
63
63
|
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: uk_academic_calendar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-02-
|
11
|
+
date: 2024-02-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: abstract_class
|
@@ -28,16 +28,22 @@ dependencies:
|
|
28
28
|
name: activesupport
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '6.1'
|
34
|
+
- - "<"
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: 8.x
|
34
37
|
type: :runtime
|
35
38
|
prerelease: false
|
36
39
|
version_requirements: !ruby/object:Gem::Requirement
|
37
40
|
requirements:
|
38
|
-
- - "
|
41
|
+
- - ">="
|
39
42
|
- !ruby/object:Gem::Version
|
40
43
|
version: '6.1'
|
44
|
+
- - "<"
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: 8.x
|
41
47
|
- !ruby/object:Gem::Dependency
|
42
48
|
name: easter
|
43
49
|
requirement: !ruby/object:Gem::Requirement
|