fluxbox_apps_menu 1.1.0 → 1.1.1

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.
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluxbox_apps_menu (1.0.0)
5
- inifile
4
+ fluxbox_apps_menu (1.1.1)
5
+ inifile (~> 3.0)
6
6
  thor
7
7
 
8
8
  GEM
@@ -10,7 +10,7 @@ GEM
10
10
  specs:
11
11
  inifile (3.0.0)
12
12
  rake (10.1.1)
13
- thor (0.17.0)
13
+ thor (0.19.1)
14
14
 
15
15
  PLATFORMS
16
16
  ruby
@@ -49,7 +49,7 @@ module FluxboxAppsMenu
49
49
  end
50
50
 
51
51
  def terminal?
52
- @ini['Desktop Entry']['Terminal'] == 'true'
52
+ %w(true 0).include? @ini['Desktop Entry']['Terminal'].to_s
53
53
  end
54
54
 
55
55
  def categories
@@ -1,3 +1,3 @@
1
1
  module FluxboxAppsMenu
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluxbox_apps_menu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-08-03 00:00:00.000000000 Z
12
+ date: 2014-11-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler