themactep-grumblr 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
- nbproject
1
+ nbproject
2
+ pkg
@@ -10,10 +10,6 @@
10
10
  http://creativecommons.org/licenses/BSD/
11
11
  =end
12
12
 
13
- app_file = File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__
14
- APP_ROOT = File.expand_path(File.dirname(app_file))
15
- Dir.glob(APP_ROOT + '/../**/').reverse.each { |d| $:.unshift d }
16
-
17
13
  begin
18
14
  require 'rubygems'
19
15
  rescue LoadError
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{grumblr}
8
- s.version = "2.1.0"
8
+ s.version = "2.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Paul Philippov"]
@@ -26,15 +26,15 @@ Gem::Specification.new do |s|
26
26
  "VERSION",
27
27
  "bin/grumblr",
28
28
  "data/grumblr.desktop",
29
- "data/images/audio.bmp",
30
- "data/images/chat.bmp",
31
- "data/images/grumblr.svg",
32
- "data/images/link.bmp",
33
- "data/images/photo.bmp",
34
- "data/images/quote.bmp",
35
- "data/images/spinner.gif",
36
- "data/images/text.bmp",
37
- "data/images/video.bmp",
29
+ "data/grumblr.svg",
30
+ "data/icons/audio.bmp",
31
+ "data/icons/chat.bmp",
32
+ "data/icons/link.bmp",
33
+ "data/icons/photo.bmp",
34
+ "data/icons/quote.bmp",
35
+ "data/icons/spinner.gif",
36
+ "data/icons/text.bmp",
37
+ "data/icons/video.bmp",
38
38
  "grumblr.gemspec",
39
39
  "lib/grumblr/core.rb",
40
40
  "lib/grumblr/ui.rb",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: themactep-grumblr
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Philippov
@@ -59,15 +59,15 @@ files:
59
59
  - VERSION
60
60
  - bin/grumblr
61
61
  - data/grumblr.desktop
62
- - data/images/audio.bmp
63
- - data/images/chat.bmp
64
- - data/images/grumblr.svg
65
- - data/images/link.bmp
66
- - data/images/photo.bmp
67
- - data/images/quote.bmp
68
- - data/images/spinner.gif
69
- - data/images/text.bmp
70
- - data/images/video.bmp
62
+ - data/grumblr.svg
63
+ - data/icons/audio.bmp
64
+ - data/icons/chat.bmp
65
+ - data/icons/link.bmp
66
+ - data/icons/photo.bmp
67
+ - data/icons/quote.bmp
68
+ - data/icons/spinner.gif
69
+ - data/icons/text.bmp
70
+ - data/icons/video.bmp
71
71
  - grumblr.gemspec
72
72
  - lib/grumblr/core.rb
73
73
  - lib/grumblr/ui.rb