run_ical 0.2.0 → 0.3.0

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: 49eefbe1598579ca478e999afba7631f5119d82d
4
- data.tar.gz: 7a1f3a22e6808f2da35cdcc080e2ace168c8543b
3
+ metadata.gz: 2faccb71da17952d2ba18854aa05cb28413da8ad
4
+ data.tar.gz: d74a844d224e9acb52140aaf0274d54fae6873cd
5
5
  SHA512:
6
- metadata.gz: 4ec2b4b5bdc3d12e8a314f5f0c41fe5ed3fd78285a637a4827d990f1cafe40b43a5624445c44d178f7c19f14a0bbe40b7cb3536efc55abaa10cec5afe6f93d18
7
- data.tar.gz: b99f7c186ed31d04082c665eab05c76ac3c98176a7bfae5053e72a2f9ec739863080365028dd216549932d8d5ffb15d227c9ba14722254389dce957413313dcb
6
+ metadata.gz: 7b852944f9facc0dcec4df0913a0e35411ee61d39b7561543c54a6aea0c788484697847d75b938f6c8aa01c8b442bb0a0ea27d6b459637f362bb6029b295d7be
7
+ data.tar.gz: 204a3e58f5af6979e8572ec7e8f6802c3d48b05abbba901d14fe492b9b23792af18cf3d1859058ed0a015e386e760fc7cabaad2af6b12a9ac5128c42f89d2d61
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- run_ical (0.2.0)
4
+ run_ical (0.3.0)
5
5
  activesupport (>= 5.0.0)
6
6
  icalendar (>= 2.0.0)
7
7
 
@@ -1,3 +1,3 @@
1
1
  module RunIcal
2
- VERSION = "0.2.0"
2
+ VERSION = "0.3.0"
3
3
  end
data/lib/run_ical.rb CHANGED
@@ -33,7 +33,7 @@ module RunIcal
33
33
  e.dtstart = Icalendar::Values::Date.new(date)
34
34
  e.dtend = Icalendar::Values::Date.new(date)
35
35
  e.summary = activity
36
- e.ip_class = "PRIVATE"
36
+ e.ip_class = "PUBLIC"
37
37
 
38
38
  e.alarm do |a|
39
39
  a.summary = activity
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: run_ical
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Cashin