timeboss 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/timeboss/version.rb +1 -1
- data/lib/timeboss.rb +1 -1
- data/spec/{calendar → lib/timeboss/calendar}/day_spec.rb +0 -0
- data/spec/{calendar → lib/timeboss/calendar}/quarter_spec.rb +0 -0
- data/spec/{calendar → lib/timeboss/calendar}/support/monthly_unit_spec.rb +0 -0
- data/spec/{calendar → lib/timeboss/calendar}/support/unit_spec.rb +0 -0
- data/spec/{calendar → lib/timeboss/calendar}/week_spec.rb +0 -0
- data/spec/{calendars → lib/timeboss/calendars}/broadcast_spec.rb +0 -0
- data/spec/{calendars → lib/timeboss/calendars}/gregorian_spec.rb +0 -0
- data/spec/{calendars_spec.rb → lib/timeboss/calendars_spec.rb} +0 -0
- metadata +17 -17
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6d4780b44297b7a8ca671619625c7c868a1ca3293452c0be5e3fede1fc533da8
|
|
4
|
+
data.tar.gz: '0668065a605519760653ede09a54ce458e4ed78ec7a34bec5013a0fe7e4ffb2f'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ce4fe447803b784adea3a2f397d031a669fc158046659b98b0994e8f707707c32b87930815cf5cae2774b03950f801033c355dea4efaf685b0b9e23e099e65f
|
|
7
|
+
data.tar.gz: 4b73ad3248db6c0e4c359b433bf011c1ce20647a5611415b7b56969e96d2b5aa62ea33d5247491aced44fa0f2dfc529300deac36d1dbd20370482d0b48ef232b
|
data/lib/timeboss/version.rb
CHANGED
data/lib/timeboss.rb
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: timeboss
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kevin McDonald
|
|
@@ -201,14 +201,14 @@ files:
|
|
|
201
201
|
- lib/timeboss/calendars/broadcast.rb
|
|
202
202
|
- lib/timeboss/calendars/gregorian.rb
|
|
203
203
|
- lib/timeboss/version.rb
|
|
204
|
-
- spec/calendar/day_spec.rb
|
|
205
|
-
- spec/calendar/quarter_spec.rb
|
|
206
|
-
- spec/calendar/support/monthly_unit_spec.rb
|
|
207
|
-
- spec/calendar/support/unit_spec.rb
|
|
208
|
-
- spec/calendar/week_spec.rb
|
|
209
|
-
- spec/calendars/broadcast_spec.rb
|
|
210
|
-
- spec/calendars/gregorian_spec.rb
|
|
211
|
-
- spec/calendars_spec.rb
|
|
204
|
+
- spec/lib/timeboss/calendar/day_spec.rb
|
|
205
|
+
- spec/lib/timeboss/calendar/quarter_spec.rb
|
|
206
|
+
- spec/lib/timeboss/calendar/support/monthly_unit_spec.rb
|
|
207
|
+
- spec/lib/timeboss/calendar/support/unit_spec.rb
|
|
208
|
+
- spec/lib/timeboss/calendar/week_spec.rb
|
|
209
|
+
- spec/lib/timeboss/calendars/broadcast_spec.rb
|
|
210
|
+
- spec/lib/timeboss/calendars/gregorian_spec.rb
|
|
211
|
+
- spec/lib/timeboss/calendars_spec.rb
|
|
212
212
|
- spec/spec_helper.rb
|
|
213
213
|
- timeboss.gemspec
|
|
214
214
|
homepage: https://github.com/kevinstuffandthings/timeboss
|
|
@@ -235,12 +235,12 @@ signing_key:
|
|
|
235
235
|
specification_version: 4
|
|
236
236
|
summary: Broadcast Calendar navigation in Ruby made simple
|
|
237
237
|
test_files:
|
|
238
|
-
- spec/calendar/day_spec.rb
|
|
239
|
-
- spec/calendar/quarter_spec.rb
|
|
240
|
-
- spec/calendar/support/monthly_unit_spec.rb
|
|
241
|
-
- spec/calendar/support/unit_spec.rb
|
|
242
|
-
- spec/calendar/week_spec.rb
|
|
243
|
-
- spec/calendars/broadcast_spec.rb
|
|
244
|
-
- spec/calendars/gregorian_spec.rb
|
|
245
|
-
- spec/calendars_spec.rb
|
|
238
|
+
- spec/lib/timeboss/calendar/day_spec.rb
|
|
239
|
+
- spec/lib/timeboss/calendar/quarter_spec.rb
|
|
240
|
+
- spec/lib/timeboss/calendar/support/monthly_unit_spec.rb
|
|
241
|
+
- spec/lib/timeboss/calendar/support/unit_spec.rb
|
|
242
|
+
- spec/lib/timeboss/calendar/week_spec.rb
|
|
243
|
+
- spec/lib/timeboss/calendars/broadcast_spec.rb
|
|
244
|
+
- spec/lib/timeboss/calendars/gregorian_spec.rb
|
|
245
|
+
- spec/lib/timeboss/calendars_spec.rb
|
|
246
246
|
- spec/spec_helper.rb
|