ecm_courses2 0.2.1 → 0.2.2

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: 6ac9d692a0dbca8da096616acc55313f6700ea55
4
- data.tar.gz: 534696d10a6bd8d17bd70b86978886d657252918
3
+ metadata.gz: af90d92a5ca446e33fff9af435cd299ba9412471
4
+ data.tar.gz: eb9d3db8347293335f9e60633e1756f0ad836e84
5
5
  SHA512:
6
- metadata.gz: bffeba15c668991b20f93746ffe0ec691411881f9e3e34d30c4c1d1d771b79e34443e85d5579eed2c9cebcc2133801cbb565a16016a590a0b279373f8f822174
7
- data.tar.gz: 2480820d04d8424237dc6d44c168420d27f791d5673955b4d2010b8451618b654e1ea2e8251fce1ea8bce8d23901544f014358b2f9c94e2ffad86ea17b447c43
6
+ metadata.gz: d52b879d5bc3fb8b0cbd17ac61f1fd80b179f74ce73cc39f873284499c102bbf6dcfcfc8ada3921924b48916ed6d04a664589812d85328911b100522e69eb6aa
7
+ data.tar.gz: 9b876f7fa3782b58aae2123119851112f82bb187b7aaeeb14dbf5c3d5a398fa61ea672f67fb231cebe2701f550292695f4f2b26c6e93ef7bf05dc1d60c235117
@@ -9,7 +9,7 @@
9
9
  = month_calendar_pagination(date)
10
10
  = month_calendar date, course_dates, display_method: :course, start_day: :monday
11
11
  .bottom-margin-4
12
- = link_to(url_for(format: :ics), class: 'btn btn-default') do
12
+ = link_to(url_for(format: :ics, nocache: true), class: 'btn btn-default') do
13
13
  %span.glyphicon.glyphicon-calendar
14
14
  = url_for(format: :ics)
15
15
 
@@ -1,5 +1,5 @@
1
1
  module Ecm
2
2
  module Courses
3
- VERSION = '0.2.1'.freeze
3
+ VERSION = '0.2.2'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecm_courses2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roberto Vasquez Angel