hourglass 0.0.1-java → 0.0.2-java
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/hourglass.gemspec +2 -2
- data/lib/hourglass/runner.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/hourglass.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "hourglass"
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.2"
|
|
9
9
|
s.platform = "java"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.authors = ["Jeremy Stephens"]
|
|
13
|
-
s.date = "2012-05-
|
|
13
|
+
s.date = "2012-05-02"
|
|
14
14
|
s.description = "Hourglass is a simple GUI application for tracking time spent on activities."
|
|
15
15
|
s.email = "jeremy.f.stephens@vanderbilt.edu"
|
|
16
16
|
s.executables = ["hourglass"]
|
data/lib/hourglass/runner.rb
CHANGED
|
@@ -68,7 +68,7 @@ module Hourglass
|
|
|
68
68
|
|
|
69
69
|
def initialize(shell_wrapper)
|
|
70
70
|
@shell_wrapper = shell_wrapper
|
|
71
|
-
@browser = Swt::Browser.new(shell_wrapper.shell, Swt::SWT::
|
|
71
|
+
@browser = Swt::Browser.new(shell_wrapper.shell, Swt::SWT::NONE)
|
|
72
72
|
@browser.add_open_window_listener(self)
|
|
73
73
|
@browser.add_close_window_listener(self)
|
|
74
74
|
@browser.add_visibility_window_listener(self)
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: hourglass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.2
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
8
8
|
- Jeremy Stephens
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2012-05-
|
|
13
|
+
date: 2012-05-02 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: sinatra
|