openall_time_applet 0.0.27 → 0.0.28
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.
- data/VERSION +1 -1
- data/lib/openall_time_applet.rb +1 -1
- data/openall_time_applet.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.28
|
data/lib/openall_time_applet.rb
CHANGED
|
@@ -469,7 +469,7 @@ class Openall_time_applet
|
|
|
469
469
|
yielded_titles = {}
|
|
470
470
|
|
|
471
471
|
#Make a list of all timelogs in the menu.
|
|
472
|
-
@ob.list(:Timelog, "
|
|
472
|
+
@ob.list(:Timelog, "orderby" => "descr") do |timelog|
|
|
473
473
|
task_id = timelog[:task_id].to_i
|
|
474
474
|
yielded_titles[task_id] = {} if !yielded_titles.key?(task_id)
|
|
475
475
|
|
data/openall_time_applet.gemspec
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: openall_time_applet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.28
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Kasper Johansen
|
|
@@ -209,7 +209,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
209
209
|
requirements:
|
|
210
210
|
- - ">="
|
|
211
211
|
- !ruby/object:Gem::Version
|
|
212
|
-
hash:
|
|
212
|
+
hash: 571149335129027176
|
|
213
213
|
segments:
|
|
214
214
|
- 0
|
|
215
215
|
version: "0"
|