mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-19 08:40:12 +01:00
Fix warnings for Ruby 2.2 update
This commit is contained in:
parent
19a3d2091d
commit
0d6e0efcee
3 changed files with 1 additions and 5 deletions
|
|
@ -91,7 +91,7 @@ GEM
|
||||||
gherkin (2.12.2)
|
gherkin (2.12.2)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
hike (1.2.3)
|
hike (1.2.3)
|
||||||
htmlentities (4.3.2)
|
htmlentities (4.3.3)
|
||||||
i18n (0.6.11)
|
i18n (0.6.11)
|
||||||
jquery-rails (3.1.2)
|
jquery-rails (3.1.2)
|
||||||
railties (>= 3.0, < 5.0)
|
railties (>= 3.0, < 5.0)
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,6 @@ module RecurringTodos
|
||||||
end_date: attributes[:end_date],
|
end_date: attributes[:end_date],
|
||||||
ends_on: attributes[:ends_on],
|
ends_on: attributes[:ends_on],
|
||||||
number_of_occurences: attributes[:number_of_occurences],
|
number_of_occurences: attributes[:number_of_occurences],
|
||||||
target: attributes[:target],
|
|
||||||
project: attributes[:project],
|
project: attributes[:project],
|
||||||
context: attributes[:context],
|
context: attributes[:context],
|
||||||
project_id: attributes[:project_id],
|
project_id: attributes[:project_id],
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ module RecurringTodos
|
||||||
builder = RecurringTodosBuilder.new(@admin, {
|
builder = RecurringTodosBuilder.new(@admin, {
|
||||||
'recurring_period' => 'monthly',
|
'recurring_period' => 'monthly',
|
||||||
'description' => 'a repeating todo', # generic
|
'description' => 'a repeating todo', # generic
|
||||||
'recurring_period' => 'monthly',
|
|
||||||
'recurring_target' => 'show_from_date',
|
'recurring_target' => 'show_from_date',
|
||||||
'ends_on' => 'ends_on_end_date',
|
'ends_on' => 'ends_on_end_date',
|
||||||
'end_date' => Time.zone.now + 1.week,
|
'end_date' => Time.zone.now + 1.week,
|
||||||
|
|
@ -44,7 +43,6 @@ module RecurringTodos
|
||||||
builder = RecurringTodosBuilder.new(@admin, {
|
builder = RecurringTodosBuilder.new(@admin, {
|
||||||
'recurring_period' => 'monthly',
|
'recurring_period' => 'monthly',
|
||||||
'description' => 'a repeating todo', # generic
|
'description' => 'a repeating todo', # generic
|
||||||
'recurring_period' => 'monthly',
|
|
||||||
'recurring_target' => 'show_from_date',
|
'recurring_target' => 'show_from_date',
|
||||||
'ends_on' => 'ends_on_end_date',
|
'ends_on' => 'ends_on_end_date',
|
||||||
'end_date' => Time.zone.now + 1.week,
|
'end_date' => Time.zone.now + 1.week,
|
||||||
|
|
@ -64,7 +62,6 @@ module RecurringTodos
|
||||||
builder = RecurringTodosBuilder.new(@admin, {
|
builder = RecurringTodosBuilder.new(@admin, {
|
||||||
'recurring_period' => 'monthly',
|
'recurring_period' => 'monthly',
|
||||||
'description' => 'a repeating todo', # generic
|
'description' => 'a repeating todo', # generic
|
||||||
'recurring_period' => 'monthly',
|
|
||||||
'recurring_target' => 'show_from_date',
|
'recurring_target' => 'show_from_date',
|
||||||
'ends_on' => 'ends_on_end_date',
|
'ends_on' => 'ends_on_end_date',
|
||||||
'end_date' => Time.zone.now + 1.week,
|
'end_date' => Time.zone.now + 1.week,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue