glimmer-cs-timer 1.0.0 → 1.1.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/README.md +61 -24
- data/VERSION +1 -1
- data/glimmer-cs-timer.gemspec +0 -0
- data/lib/views/glimmer/timer.rb +0 -1
- data/vendor/jars/org/yaml/snakeyaml/1.26/snakeyaml-1.26.jar +0 -0
- metadata +48 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c04bf114e47ace932bb40217bdaedfa6cd5202832060ba0b6e50aa724b71072b
|
4
|
+
data.tar.gz: ecf81c9dd38c783fbdc94b9015176e2b005d60ae88dc0fef4f2b9c284870ab6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 215e1cd05890f51a247a0acf4c48df57bf3dd3b9054fc357c079990139361952aee553da130411057ad81e2169d3017e3d61285a951cfc01cc5200a6363e7ce7
|
7
|
+
data.tar.gz: f2ba5800a4710e17a7b82e0596ce43437a0c72255127d351b02f38186642837daaaaf7db0b5c56fe77c5e32c1e2ab9392f8868c75f22f4eb57c9cfc38f6cc805
|
data/CHANGELOG.md
ADDED
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# <img src="https://raw.githubusercontent.com/AndyObtiva/glimmer-cs-timer/master/images/glimmer-timer-logo.png" height=80 /> Glimmer Timer
|
2
|
-
## [<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=40 /> Glimmer Custom Shell](https://github.com/AndyObtiva/glimmer#custom-shell-gem)
|
2
|
+
## [<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=40 /> Glimmer Custom Shell](https://github.com/AndyObtiva/glimmer-dsl-swt#custom-shell-gem)
|
3
3
|
|
4
4
|
**Mac Version**
|
5
5
|
|
@@ -10,35 +10,64 @@
|
|
10
10
|
<br>
|
11
11
|
<br>
|
12
12
|

|
13
|
+
|
14
|
+
<br>
|
15
|
+
<br>
|
16
|
+
<br>
|
17
|
+
|
18
|
+
**Linux Version**
|
13
19
|
<br>
|
14
|
-
|
20
|
+
<br>
|
21
|
+
<br>
|
22
|
+

|
23
|
+
|
24
|
+
<br>
|
25
|
+
Glimmer Timer is a sample desktop GUI application built with Glimmer (JRuby Desktop Development GUI Library).
|
15
26
|
|
16
27
|
Currently supports a countdown timer only.
|
17
28
|
|
18
|
-
[<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer-cs-timer/master/images/glimmer-timer-logo.png" height=40 /> Download Mac Version](https://www.dropbox.com/s/
|
29
|
+
[<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer-cs-timer/master/images/glimmer-timer-logo.png" height=40 /> Download Mac Version](https://www.dropbox.com/s/t9q2znziupgqmt2/Timer-1.1.0.dmg?dl=1)
|
30
|
+
|
31
|
+
[<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer-cs-timer/master/images/glimmer-timer-logo.png" height=40 /> Download Windows Version](https://www.dropbox.com/s/f0epkjarz4l1u5a/Timer-1.1.0.msi?dl=1)
|
19
32
|
|
20
|
-
|
33
|
+
## Usage
|
21
34
|
|
22
|
-
|
35
|
+
### App Installer
|
23
36
|
|
24
|
-
|
25
|
-
- Mac
|
26
|
-
- Windows
|
37
|
+
Download and install the right installer for your platform:
|
38
|
+
- [Mac DMG File](https://www.dropbox.com/s/t9q2znziupgqmt2/Timer-1.1.0.dmg?dl=1)
|
39
|
+
- [Windows MSI File](https://www.dropbox.com/s/f0epkjarz4l1u5a/Timer-1.1.0.msi?dl=1)
|
27
40
|
|
28
|
-
|
41
|
+
Run by simply opening up the Timer application installed on your system.
|
29
42
|
|
30
|
-
|
31
|
-
- JRuby version required by Glimmer
|
32
|
-
- Java version required by Glimmer
|
43
|
+
### Command Gem
|
33
44
|
|
34
|
-
|
45
|
+
The `timer` command can be obtained from the [glimmer-cs-timer](https://rubygems.org/gems/glimmer-cs-timer) [JRuby](https://www.jruby.org/) gem and works on Mac and Linux:
|
35
46
|
|
36
|
-
|
47
|
+
- Ensure [Glimmer pre-requisites](https://github.com/AndyObtiva/glimmer-dsl-swt#pre-requisites)
|
48
|
+
- `gem install glimmer-cs-timer` (if you don't have [RVM](https://rvm.io), then prefix with `jruby -S` or run `jgem` instead)
|
49
|
+
- `timer`
|
50
|
+
|
51
|
+
## Development
|
52
|
+
|
53
|
+
### Pre-requisites
|
54
|
+
|
55
|
+
If you would like to reuse as a library instead of a standalone application, here are the pre-requisites needed:
|
56
|
+
|
57
|
+
- [Glimmer DSL for SWT](https://github.com/AndyObtiva/glimmer-dsl-swt) application, [Glimmer](https://github.com/AndyObtiva/glimmer-dsl-swt) custom shell, or another [Glimmer](https://github.com/AndyObtiva/glimmer-dsl-swt) custom widget
|
58
|
+
- JRuby version required by [Glimmer](https://github.com/AndyObtiva/glimmer-dsl-swt)
|
59
|
+
- Java version required by [Glimmer](https://github.com/AndyObtiva/glimmer-dsl-swt)
|
60
|
+
|
61
|
+
### Setup
|
62
|
+
|
63
|
+
To setup for use in another [Glimmer](https://github.com/AndyObtiva/glimmer-dsl-swt) application, [Glimmer](https://github.com/AndyObtiva/glimmer-dsl-swt) custom shell, or another [Glimmer](https://github.com/AndyObtiva/glimmer-dsl-swt) custom widget, follow the instructions below.
|
64
|
+
|
65
|
+
#### Glimmer Application
|
37
66
|
|
38
67
|
Add the following to a Glimmer application `Gemfile`:
|
39
68
|
|
40
69
|
```ruby
|
41
|
-
gem 'glimmer-cs-timer', '1.
|
70
|
+
gem 'glimmer-cs-timer', '1.1.0'
|
42
71
|
```
|
43
72
|
|
44
73
|
Run:
|
@@ -49,7 +78,7 @@ jruby -S bundle
|
|
49
78
|
|
50
79
|
(or just `bundle` if using RVM)
|
51
80
|
|
52
|
-
|
81
|
+
#### Glimmer Custom Shell or Glimmer Custom Widget
|
53
82
|
|
54
83
|
When reusing in a Glimmer custom shell or custom widget, you can follow the same steps for Glimmer application, and then add a require statement to your library file:
|
55
84
|
|
@@ -57,15 +86,23 @@ When reusing in a Glimmer custom shell or custom widget, you can follow the same
|
|
57
86
|
require 'glimmer-cs-timer'
|
58
87
|
# ... more require statements follow
|
59
88
|
```
|
89
|
+
|
90
|
+
## Change Log
|
91
|
+
|
92
|
+
[CHANGELOG.md](CHANGELOG.md)
|
93
|
+
|
60
94
|
## Contributing to glimmer-cs-timer
|
61
95
|
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
96
|
+
- Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
|
97
|
+
- Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
|
98
|
+
- Fork the project.
|
99
|
+
- Start a feature/bugfix branch.
|
100
|
+
- Ensure [Glimmer pre-requisites](https://github.com/AndyObtiva/glimmer-dsl-swt#pre-requisites)
|
101
|
+
- `gem install bundler` (if you don't have [RVM](https://rvm.io), then prefix with `jruby -S` or run `jgem` instead)
|
102
|
+
- `bundle`
|
103
|
+
- Run app via `bin/timer` or `glimmer bin/glimmer-cs-timer` to ensure it works.
|
104
|
+
- Commit and push until you are happy with your contribution.
|
105
|
+
- If the changes include highly sophisticated pure model logic, then please cover it with [rspec](https://github.com/rspec/rspec) tests.
|
69
106
|
|
70
107
|
## Copyright
|
71
108
|
|
@@ -75,6 +112,6 @@ Copyright (c) 2020 Andy Maleh.
|
|
75
112
|
|
76
113
|
--
|
77
114
|
|
78
|
-
[<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=40 />](https://github.com/AndyObtiva/glimmer) Built with [Glimmer](https://github.com/AndyObtiva/glimmer) (
|
115
|
+
[<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=40 />](https://github.com/AndyObtiva/glimmer) Built with [Glimmer DSL for SWT](https://github.com/AndyObtiva/glimmer-dsl-swt) (JRuby Desktop Development GUI Library)
|
79
116
|
|
80
117
|
Icon made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon"> www.flaticon.com</a>
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.1.0
|
Binary file
|
data/lib/views/glimmer/timer.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: glimmer-cs-timer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andy Maleh
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-09-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
15
15
|
requirements:
|
16
|
-
- - "
|
16
|
+
- - ">="
|
17
|
+
- !ruby/object:Gem::Version
|
18
|
+
version: 4.17.2.0
|
19
|
+
- - "<"
|
17
20
|
- !ruby/object:Gem::Version
|
18
|
-
version: 0.
|
21
|
+
version: 5.0.0.0
|
19
22
|
name: glimmer-dsl-swt
|
20
|
-
type: :runtime
|
21
23
|
prerelease: false
|
24
|
+
type: :runtime
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: 4.17.2.0
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
32
|
+
version: 5.0.0.0
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
requirement: !ruby/object:Gem::Requirement
|
29
35
|
requirements:
|
@@ -31,8 +37,8 @@ dependencies:
|
|
31
37
|
- !ruby/object:Gem::Version
|
32
38
|
version: 3.5.0
|
33
39
|
name: rspec
|
34
|
-
type: :development
|
35
40
|
prerelease: false
|
41
|
+
type: :development
|
36
42
|
version_requirements: !ruby/object:Gem::Requirement
|
37
43
|
requirements:
|
38
44
|
- - "~>"
|
@@ -45,8 +51,8 @@ dependencies:
|
|
45
51
|
- !ruby/object:Gem::Version
|
46
52
|
version: 1.7.0
|
47
53
|
name: git-glimmer
|
48
|
-
type: :development
|
49
54
|
prerelease: false
|
55
|
+
type: :development
|
50
56
|
version_requirements: !ruby/object:Gem::Requirement
|
51
57
|
requirements:
|
52
58
|
- - '='
|
@@ -59,13 +65,27 @@ dependencies:
|
|
59
65
|
- !ruby/object:Gem::Version
|
60
66
|
version: 2.3.9
|
61
67
|
name: jeweler
|
62
|
-
type: :development
|
63
68
|
prerelease: false
|
69
|
+
type: :development
|
64
70
|
version_requirements: !ruby/object:Gem::Requirement
|
65
71
|
requirements:
|
66
72
|
- - '='
|
67
73
|
- !ruby/object:Gem::Version
|
68
74
|
version: 2.3.9
|
75
|
+
- !ruby/object:Gem::Dependency
|
76
|
+
requirement: !ruby/object:Gem::Requirement
|
77
|
+
requirements:
|
78
|
+
- - '='
|
79
|
+
- !ruby/object:Gem::Version
|
80
|
+
version: 2.0.5
|
81
|
+
name: warbler
|
82
|
+
prerelease: false
|
83
|
+
type: :development
|
84
|
+
version_requirements: !ruby/object:Gem::Requirement
|
85
|
+
requirements:
|
86
|
+
- - '='
|
87
|
+
- !ruby/object:Gem::Version
|
88
|
+
version: 2.0.5
|
69
89
|
- !ruby/object:Gem::Dependency
|
70
90
|
requirement: !ruby/object:Gem::Requirement
|
71
91
|
requirements:
|
@@ -73,8 +93,22 @@ dependencies:
|
|
73
93
|
- !ruby/object:Gem::Version
|
74
94
|
version: '0'
|
75
95
|
name: simplecov
|
96
|
+
prerelease: false
|
76
97
|
type: :development
|
98
|
+
version_requirements: !ruby/object:Gem::Requirement
|
99
|
+
requirements:
|
100
|
+
- - ">="
|
101
|
+
- !ruby/object:Gem::Version
|
102
|
+
version: '0'
|
103
|
+
- !ruby/object:Gem::Dependency
|
104
|
+
requirement: !ruby/object:Gem::Requirement
|
105
|
+
requirements:
|
106
|
+
- - ">="
|
107
|
+
- !ruby/object:Gem::Version
|
108
|
+
version: '0'
|
109
|
+
name: glimmer-cs-gladiator
|
77
110
|
prerelease: false
|
111
|
+
type: :development
|
78
112
|
version_requirements: !ruby/object:Gem::Requirement
|
79
113
|
requirements:
|
80
114
|
- - ">="
|
@@ -90,17 +124,20 @@ extra_rdoc_files:
|
|
90
124
|
- LICENSE.txt
|
91
125
|
- README.md
|
92
126
|
files:
|
127
|
+
- CHANGELOG.md
|
93
128
|
- LICENSE.txt
|
94
129
|
- README.md
|
95
130
|
- VERSION
|
96
131
|
- bin/glimmer-cs-timer
|
97
132
|
- bin/timer
|
133
|
+
- glimmer-cs-timer.gemspec
|
98
134
|
- images/glimmer-timer-logo.png
|
99
135
|
- lib/glimmer-cs-timer.rb
|
100
136
|
- lib/views/glimmer/timer.rb
|
101
137
|
- package/macosx/Timer.icns
|
102
138
|
- package/windows/Timer.ico
|
103
139
|
- sounds/alarm1.wav
|
140
|
+
- vendor/jars/org/yaml/snakeyaml/1.26/snakeyaml-1.26.jar
|
104
141
|
- vendor/org/yaml/snakeyaml/1.26/snakeyaml-1.26.jar
|
105
142
|
homepage: http://github.com/AndyObtiva/glimmer-cs-timer
|
106
143
|
licenses:
|
@@ -123,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
123
160
|
- !ruby/object:Gem::Version
|
124
161
|
version: '0'
|
125
162
|
requirements: []
|
126
|
-
rubygems_version: 3.
|
163
|
+
rubygems_version: 3.1.4
|
127
164
|
signing_key:
|
128
165
|
specification_version: 4
|
129
166
|
summary: Timer - Glimmer Custom Shell
|