gtk3app 1.1.0 → 1.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a45c813c86913bc16390755fc94b11da427711a2
4
- data.tar.gz: f6ec81905eea7a33cf41d7374af3a4efee73a1a9
3
+ metadata.gz: 94164cc8e54164bae2a271b59bd511296eb5633e
4
+ data.tar.gz: 2250deef659249faa60ec4a9a08664e948f01da8
5
5
  SHA512:
6
- metadata.gz: 8985d91fc0d3430b09da0c9c2a245a374ab631505556202de5ffafc5829f21a51dcfca5299ee8699e7269cbb05c7d6427b4fe6c1f0fe49a7eca83d3f8e06bc75
7
- data.tar.gz: 168cc6bca6e67a3ad2807d6decb7e7ccef70a576bee8a3668850a4e384436289087cc9f7c672a704960e3ee3eb62604aa1bce98f4348289b9a6a2a1e8ca332ab
6
+ metadata.gz: f6ce280cba8c67e7633d63156c49ac009832e889c77e0f3cea3f19e54d20cb7562bcd0aa62bbc7e4da274a9ac7c05d26cfaf19357046d08b64969d793c393c9f
7
+ data.tar.gz: 5032e1169d47fe11f633da380a726b50d42a177b69b0a77e4d56ed66140997669bcfb8741bfe9d96b0512faa221d4ebf028bdaf13209487475cd8ad4462f3c13
data/data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -4,7 +4,6 @@ module Gtk3App
4
4
  using Rafini::Exception
5
5
 
6
6
  UserSpace::OPTIONS[:parser] = YAML
7
- UserSpace::OPTIONS[:config] = "config-#{VERSION}"
8
7
  UserSpace::OPTIONS[:ext] = 'yml'
9
8
 
10
9
  def self.config(mod)
@@ -16,6 +15,7 @@ module Gtk3App
16
15
  appname = mod.name.downcase
17
16
  appname.prepend('gtk3app/') unless mod==Gtk3App
18
17
  # UserSpace does its thing...
18
+ UserSpace::OPTIONS[:config] = "config-#{version}"
19
19
  user_space = UserSpace.new(appname: appname, appdir: appdir)
20
20
  user_space.install unless user_space.version == version
21
21
  user_space.configures(config)
@@ -1,3 +1,3 @@
1
1
  module Gtk3App
2
- VERSION = '1.1.0'
2
+ VERSION = '1.2.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gtk3app
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - carlosjhr64