visionmedia-growl 1.0.2 → 1.0.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/History.rdoc +4 -0
- data/growl.gemspec +4 -5
- data/lib/growl/growl.rb +1 -1
- data/lib/growl/version.rb +1 -1
- metadata +4 -4
data/History.rdoc
CHANGED
data/growl.gemspec
CHANGED
|
@@ -2,26 +2,25 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{growl}
|
|
5
|
-
s.version = "1.0.
|
|
5
|
+
s.version = "1.0.3"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["TJ Holowaychuk"]
|
|
9
|
-
s.date = %q{2009-
|
|
9
|
+
s.date = %q{2009-07-25}
|
|
10
10
|
s.description = %q{growlnotify bindings}
|
|
11
11
|
s.email = %q{tj@vision-media.ca}
|
|
12
12
|
s.extra_rdoc_files = ["lib/growl/growl.rb", "lib/growl/images/error.png", "lib/growl/images/info.png", "lib/growl/images/ok.png", "lib/growl/images/warning.png", "lib/growl/version.rb", "lib/growl.rb", "README.rdoc", "tasks/docs.rake", "tasks/gemspec.rake", "tasks/spec.rake"]
|
|
13
13
|
s.files = ["examples/growl.rb", "growl.gemspec", "History.rdoc", "lib/growl/growl.rb", "lib/growl/images/error.png", "lib/growl/images/info.png", "lib/growl/images/ok.png", "lib/growl/images/warning.png", "lib/growl/version.rb", "lib/growl.rb", "Manifest", "Rakefile", "README.rdoc", "spec/fixtures/icon.icns", "spec/fixtures/image.png", "spec/growl_spec.rb", "spec/spec_helper.rb", "tasks/docs.rake", "tasks/gemspec.rake", "tasks/spec.rake"]
|
|
14
|
-
s.has_rdoc = true
|
|
15
14
|
s.homepage = %q{http://github.com/visionmedia/growl}
|
|
16
15
|
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Growl", "--main", "README.rdoc"]
|
|
17
16
|
s.require_paths = ["lib"]
|
|
18
17
|
s.rubyforge_project = %q{growl}
|
|
19
|
-
s.rubygems_version = %q{1.3.
|
|
18
|
+
s.rubygems_version = %q{1.3.5}
|
|
20
19
|
s.summary = %q{growlnotify bindings}
|
|
21
20
|
|
|
22
21
|
if s.respond_to? :specification_version then
|
|
23
22
|
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
24
|
-
s.specification_version =
|
|
23
|
+
s.specification_version = 3
|
|
25
24
|
|
|
26
25
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
27
26
|
else
|
data/lib/growl/growl.rb
CHANGED
data/lib/growl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: visionmedia-growl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- TJ Holowaychuk
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-
|
|
12
|
+
date: 2009-07-25 00:00:00 -07:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
|
|
@@ -52,7 +52,7 @@ files:
|
|
|
52
52
|
- tasks/docs.rake
|
|
53
53
|
- tasks/gemspec.rake
|
|
54
54
|
- tasks/spec.rake
|
|
55
|
-
has_rdoc:
|
|
55
|
+
has_rdoc: false
|
|
56
56
|
homepage: http://github.com/visionmedia/growl
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options:
|
|
@@ -81,7 +81,7 @@ requirements: []
|
|
|
81
81
|
rubyforge_project: growl
|
|
82
82
|
rubygems_version: 1.2.0
|
|
83
83
|
signing_key:
|
|
84
|
-
specification_version:
|
|
84
|
+
specification_version: 3
|
|
85
85
|
summary: growlnotify bindings
|
|
86
86
|
test_files: []
|
|
87
87
|
|