simple_calendar 2.2.0 → 2.2.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0cb97fa05082bdaa301e5d13bb75b0bc888531ad
|
4
|
+
data.tar.gz: c0e8070b8ce3705e582fdc9bd24e430a4b22822f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 878dd38f42449b3c813c0036c3e32638cbfd550e27790a76cc110aca05299a7057eef33fe4c1e2ae4937d04d4013f5c729398f331cb44ab2513debe662d735d7
|
7
|
+
data.tar.gz: 4ce2c239c63d8803aa078e5d1a88546099a9111ebdfa884726ef80d29a0aa221a509bf3dc27f3d800833a0436e0ab8c5d3c68edf86933bb5f82c58b90481306e
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<div class="simple-calendar">
|
2
2
|
<div class="calendar-heading">
|
3
3
|
<%= link_to t('simple_calendar.previous', default: 'Previous'), calendar.url_for_previous_view %>
|
4
|
-
<span class="calendar-title">Week <%=
|
4
|
+
<span class="calendar-title">Week <%= calendar.week_number %></span>
|
5
5
|
<%= link_to t('simple_calendar.next', default: 'Next'), calendar.url_for_next_view %>
|
6
6
|
</div>
|
7
7
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_calendar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Chris Oliver
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|