housefire 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- data/VERSION +1 -1
- metadata +4 -4
data/Rakefile
CHANGED
@@ -6,10 +6,10 @@ begin
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
7
7
|
gem.name = "housefire"
|
8
8
|
gem.summary = %Q{Send ticket notifications to Campfire}
|
9
|
-
gem.description = %Q{
|
9
|
+
gem.description = %Q{Get your Lighthouse ticket changes into Campfire.}
|
10
10
|
gem.email = "dave@wegoto12.com"
|
11
11
|
gem.homepage = "http://github.com/dbgrandi/housefire"
|
12
|
-
gem.authors = ["
|
12
|
+
gem.authors = ["David Grandinetti"]
|
13
13
|
gem.files = FileList['[A-Z]*',
|
14
14
|
'lib/**/*.rb',
|
15
15
|
'bin/housefire']
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.2
|
metadata
CHANGED
@@ -5,11 +5,11 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 2
|
9
|
+
version: 0.0.2
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
|
-
-
|
12
|
+
- David Grandinetti
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
@@ -67,7 +67,7 @@ dependencies:
|
|
67
67
|
version: "0"
|
68
68
|
type: :runtime
|
69
69
|
version_requirements: *id004
|
70
|
-
description:
|
70
|
+
description: Get your Lighthouse ticket changes into Campfire.
|
71
71
|
email: dave@wegoto12.com
|
72
72
|
executables:
|
73
73
|
- housefire
|