conflict-calendars 0.1.2 → 0.1.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7aa9cf1862ff62680a2000304318f3236f10dba1
4
- data.tar.gz: c88ed93929ec68835c7ea8161f93559ccdcc64b2
3
+ metadata.gz: 62c48a599617b11eeaa345f16874531f0c72e404
4
+ data.tar.gz: 6d7a84c0ba8bdb383b717e84ccd7a37f482d3756
5
5
  SHA512:
6
- metadata.gz: a73e9a5c82b1ed91b140ff56a74f982df57868d9dc14d359abd9be8793c95cf56aa0a85d111106709f8c0bcb8f6b8426db26489ad53a00f93283414b99163e7b
7
- data.tar.gz: 83cf0a475a869b8de10084577097b350c29ebc1f115a0c12c7928baef237e7ba3e3eda24354024c0e626b031afeee312153a20fab646d53d11c7cb086209ff90
6
+ metadata.gz: 6bb5c34c51f6a5b9b9f01cab169929f0e4c293a9a0988a85083f3b8b25ea2ca67de72e4f4f62a297a15b94e0c24830ff782e68d71b3dce725ccbe41dba4ff5eb
7
+ data.tar.gz: 401d6f2c177bb660fd38bd5eb0c5676933313d4da00cc57fd8c3544971682136e3271c43fe9880d8a4d4654b962ea5d46d1870b2a2b5e52615095546dbffc484
@@ -1,5 +1,5 @@
1
1
  module Conflict
2
2
  module Calendars
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
@@ -1,9 +1,8 @@
1
1
  require "conflict/calendars/version"
2
2
  require "set"
3
3
 
4
- module Conflict
5
- module Calendars
6
-
4
+ module Ccs
5
+
7
6
  class Calendar
8
7
 
9
8
  attr_reader :name, :start_time, :end_time
@@ -16,7 +15,6 @@ module Conflict
16
15
 
17
16
  end
18
17
 
19
-
20
18
  class Conflicts
21
19
 
22
20
  include Enumerable
@@ -60,6 +58,7 @@ module Conflict
60
58
  end
61
59
 
62
60
  class Graph
61
+
63
62
  def initialize(edges)
64
63
  @edges = edges
65
64
  end
@@ -95,7 +94,7 @@ module Conflict
95
94
  xe |= [ve]
96
95
  end
97
96
  end
98
- end
97
+
98
+ end
99
99
 
100
100
  end
101
- end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conflict-calendars
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tsao