kgem 0.1.2 → 0.1.3

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/Rakefile CHANGED
@@ -6,7 +6,7 @@ require 'rake/gempackagetask'
6
6
 
7
7
  spec = Gem::Specification.new do |s|
8
8
  s.name = "kgem"
9
- s.version = "0.1.2"
9
+ s.version = "0.1.3"
10
10
  s.author = "ruby.twiddler"
11
11
  s.email = "ruby.twiddler at gmail.com"
12
12
  s.homepage = "http://github.com/rubytwiddler/kgem/wiki"
Binary file
@@ -12,7 +12,7 @@ APP_FILE = File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__
12
12
  APP_NAME = File.basename(APP_FILE).sub(/\.rb/, '')
13
13
  APP_DIR = File::dirname(File.expand_path(File.dirname(APP_FILE)))
14
14
  LIB_DIR = File::join(APP_DIR, "lib")
15
- APP_VERSION = "0.1.2"
15
+ APP_VERSION = "0.1.3"
16
16
 
17
17
 
18
18
  # standard libs
@@ -50,7 +50,7 @@ task :install_menu do
50
50
  [Desktop Entry]
51
51
  Name=Kgem
52
52
  Comment=Ruby Gem Tool with KDE GUI
53
- Exec=kgem %f
53
+ Exec=kgem.rb %f
54
54
  Icon=kgem
55
55
  Terminal=false
56
56
  Type=Application
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kgem
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - ruby.twiddler
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-14 00:00:00 +09:00
18
+ date: 2010-09-15 00:00:00 +09:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -47,19 +47,19 @@ extensions:
47
47
  extra_rdoc_files:
48
48
  - README
49
49
  files:
50
- - bin/kgem.rb
51
50
  - bin/gemcmdwin.rb
51
+ - bin/kgem.rb
52
52
  - bin/gemcmdwin-super.rb
53
- - lib/downloadedwin.rb
54
- - lib/gemhelpdlg.rb
55
- - lib/gemviews.rb
56
- - lib/installedwin.rb
57
- - lib/mylibs.rb
58
- - lib/previewwin.rb
59
53
  - lib/searchwin.rb
60
- - lib/settings.rb
54
+ - lib/mylibs.rb
61
55
  - lib/gemitem.rb
56
+ - lib/gemviews.rb
57
+ - lib/installedwin.rb
58
+ - lib/downloadedwin.rb
62
59
  - lib/gemcmddlgs.rb
60
+ - lib/settings.rb
61
+ - lib/gemhelpdlg.rb
62
+ - lib/previewwin.rb
63
63
  - README
64
64
  - MIT-LICENSE
65
65
  - Rakefile