simple_calendar 2.1.1 → 2.1.2
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: 59b9224b682fc303439eb8ee366e809fc4f99e1e
|
4
|
+
data.tar.gz: 395cb5bdf0aeba36baab1720be6e23669791482a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56ebcd47b429ac45294d7d62006c00e1310781c471f3d40c896e8c03b8d87b6eaf8ea316872209139e474b2a75e40ff45099f3422cf349b8d7c22d11a3911908
|
7
|
+
data.tar.gz: 655c8e1fe2c2cab341d7fe279b3974929fc2a2afd227c740a230fb9069ff027119f55976f30f0d88837ba8c61bdc6642ad70bd0511fd40972a822501a87997f6
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<div class="simple-calendar">
|
2
|
-
<%= link_to "Previous", calendar.url_for_previous_view %>
|
2
|
+
<%= link_to I18n.t('simple_calendar.previous', :default => "Previous"), calendar.url_for_previous_view %>
|
3
3
|
<%= I18n.t("date.month_names")[start_date.month] %> <%= start_date.year %>
|
4
|
-
<%= link_to "Next", calendar.url_for_next_view %>
|
4
|
+
<%= link_to I18n.t('simple_calendar.next', :default => "Next"), calendar.url_for_next_view %>
|
5
5
|
|
6
6
|
<table class="table table-striped">
|
7
7
|
<thead>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<div class="simple-calendar">
|
2
|
-
<%= link_to "Previous", calendar.url_for_previous_view %>
|
2
|
+
<%= link_to I18n.t('simple_calendar.previous', :default => "Previous"), calendar.url_for_previous_view %>
|
3
3
|
<%= I18n.t("date.month_names")[start_date.month] %> <%= start_date.year %>
|
4
|
-
<%= link_to "Next", calendar.url_for_next_view %>
|
4
|
+
<%= link_to I18n.t('simple_calendar.next', :default => "Next"), calendar.url_for_next_view %>
|
5
5
|
|
6
6
|
<table class="table table-striped">
|
7
7
|
<thead>
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<div class="simple-calendar">
|
2
|
-
<%= link_to "Previous", calendar.url_for_previous_view %>
|
2
|
+
<%= link_to I18n.t('simple_calendar.previous', :default => "Previous"), calendar.url_for_previous_view %>
|
3
3
|
Week <%= start_date.strftime("%U").to_i %>
|
4
|
-
<%= link_to "Next", calendar.url_for_next_view %>
|
4
|
+
<%= link_to I18n.t('simple_calendar.next', :default => "Next"), calendar.url_for_next_view %>
|
5
5
|
|
6
6
|
<table class="table table-striped">
|
7
7
|
<thead>
|
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.1.
|
4
|
+
version: 2.1.2
|
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-05-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
94
|
version: '0'
|
95
95
|
requirements: []
|
96
96
|
rubyforge_project: simple_calendar
|
97
|
-
rubygems_version: 2.
|
97
|
+
rubygems_version: 2.5.1
|
98
98
|
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: A simple Rails 3 and Rails 4 calendar
|