glimmer-dsl-swt 4.27.0.0 → 4.27.0.1

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
  SHA256:
3
- metadata.gz: 9aab7b5e9c41bf232186fd30f3bb904ae1423104ccba819eb3f79f0a4b7f0654
4
- data.tar.gz: 843c255af7431b5201cbe77cf66299841b0b78b4612b1c56a2ac8d46456f6510
3
+ metadata.gz: ad47a99034eacf77b9ea1726e783dc6e14907deedb0ee8114a044ea283f7a5a1
4
+ data.tar.gz: bd32bc806f306eb65ee37270bae97f650545159b0225a14c9fcd8f9603a44f0c
5
5
  SHA512:
6
- metadata.gz: f820fbe5f2ca9c74a5e5b5eab8a26e1ac25b17cac98ee7adddf66238d5185f699ae5398b8847cc20c9a3115b34c44ebb08b34db48de449898a81db776e3aba20
7
- data.tar.gz: 6ba56ddf4c8ec48a96ca37d71169a0942e4a28b5667b04ccf812bb0d1b0ec2abc220afe587034bfb8c4c31d02de204e080f02c76e7ddf1de7193d3bb293060f0
6
+ metadata.gz: 9b67597fef7f3df0fb07160182756a5e1c9937f5b8be60322a163bd297ca8c303e328f69657425cba1c11011e84741b58083eaa5722b2188800506694d1ad328
7
+ data.tar.gz: 02fcd6df52677d7525bb9568add9f11430461e9b5d6a6eddf3a111d4e86d022d95a05452f81ab73004e107fa913a720fd4e387c31323942f3400c27f66e17a35
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.27.0.1
4
+
5
+ - Avoid displaying confusing "No such file or directory" message when scaffolding fails due to missing GitHub user configuration (by displaying a friendly message for when either GitHub user or Git user is missing)
6
+
3
7
  ## 4.27.0.0
4
8
 
5
9
  - Upgrade to SWT 4.27
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # [<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=85 />](https://github.com/AndyObtiva/glimmer) Glimmer DSL for SWT 4.27.0.0
1
+ # [<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=85 />](https://github.com/AndyObtiva/glimmer) Glimmer DSL for SWT 4.27.0.1
2
2
  ## JRuby Desktop Development GUI Framework
3
3
  ### The Quickest Way From Zero To GUI
4
4
  [![Gem Version](https://badge.fury.io/rb/glimmer-dsl-swt.svg)](http://badge.fury.io/rb/glimmer-dsl-swt)
@@ -28,7 +28,7 @@ Featured in JRuby Cookbook](http://shop.oreilly.com/product/9780596519650.do) an
28
28
 
29
29
  ![Eclipse SWT RCP NASA Mars Rover](/images/glimmer-eclipse-swt-rcp-nasa-mars-rover.png)
30
30
 
31
- [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.27.0.0 includes [SWT 4.27](https://download.eclipse.org/eclipse/downloads/drops4/R-4.27-202303020300/), which was released on Mar 2, 2023. Gem version numbers are in sync with the SWT library versions. The first two digits represent the SWT version number. The last two digits represent the minor and patch versions of Glimmer DSL for SWT.
31
+ [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) 4.27.0.1 includes [SWT 4.27](https://download.eclipse.org/eclipse/downloads/drops4/R-4.27-202303020300/), which was released on Mar 2, 2023. Gem version numbers are in sync with the SWT library versions. The first two digits represent the SWT version number. The last two digits represent the minor and patch versions of Glimmer DSL for SWT.
32
32
 
33
33
  **Starting in version 4.20.0.0, [Glimmer DSL for SWT](https://rubygems.org/gems/glimmer-dsl-swt) comes with the new [***Shine***](/docs/reference/GLIMMER_GUI_DSL_SYNTAX.md#shine) syntax** for highly intuitive and visually expressive View/Model Attribute Mapping, relying on `<=>` for bidirectional (two-way) data-binding and `<=` for unidirectional (one-way) data-binding, providing an alternative to the `bind` keyword. That was [originally conceived back in 2007](https://andymaleh.blogspot.com/2007/12/data-shining-in-glimmer.html).
34
34
 
@@ -345,7 +345,7 @@ jgem install glimmer-dsl-swt
345
345
 
346
346
  Or this command if you want a specific version:
347
347
  ```
348
- jgem install glimmer-dsl-swt -v 4.27.0.0
348
+ jgem install glimmer-dsl-swt -v 4.27.0.1
349
349
  ```
350
350
 
351
351
  `jgem` is JRuby's version of `gem` command.
@@ -373,7 +373,7 @@ Note: if you're using activerecord or activesupport, keep in mind that Glimmer u
373
373
 
374
374
  Add the following to `Gemfile`:
375
375
  ```
376
- gem 'glimmer-dsl-swt', '~> 4.27.0.0'
376
+ gem 'glimmer-dsl-swt', '~> 4.27.0.1'
377
377
  ```
378
378
 
379
379
  And, then run:
@@ -396,7 +396,7 @@ glimmer
396
396
  ```
397
397
 
398
398
  ```
399
- Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.27.0.0
399
+ Glimmer (JRuby Desktop Development GUI Framework) - JRuby Gem: glimmer-dsl-swt v4.27.0.1
400
400
 
401
401
  Usage: glimmer [--bundler] [--pd] [--quiet] [--debug] [--log-level=VALUE] [[ENV_VAR=VALUE]...] [[-jruby-option]...] (application.rb or task[task_args]) [[application2.rb]...]
402
402
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.27.0.0
1
+ 4.27.0.1
Binary file
@@ -150,7 +150,7 @@ module Glimmer
150
150
  system "jruby -S gem install bundler --no-document" if OS.windows? # resolves freezing issue with warbler and bundler 2.2.29 included in JRuby
151
151
  system "jruby -S gem install juwelier -v2.4.9 --no-document" unless juwelier_exists?
152
152
  system "jruby -S juwelier --markdown --rspec --summary '#{gem_summary}' --description '#{gem_summary}' #{gem_name}"
153
- return puts('Your Git user.name and/or github.user are missing! Please add in for Juwelier to help Glimmer with Scaffolding.') if `git config --get github.user`.strip.empty? && `git config --get user.name`.strip.empty?
153
+ return puts('Your Git user.name and/or github.user are missing! Please add in for Juwelier to help Glimmer with Scaffolding.') if `git config --get github.user`.strip.empty? || `git config --get user.name`.strip.empty?
154
154
  cd gem_name
155
155
  rm_rf 'lib'
156
156
  write '.gitignore', GITIGNORE
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glimmer-dsl-swt
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.27.0.0
4
+ version: 4.27.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Maleh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-21 00:00:00.000000000 Z
11
+ date: 2023-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement