svn-campfire-notifier 0.3.2 → 0.3.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.
@@ -16,9 +16,6 @@ class SVNCampfireNotifier
|
|
16
16
|
parts = []
|
17
17
|
parts << ["#{SALUTATIONS.random}, #{project.author.capitalize} just committed revision #{project.revision} of #{project.name}: https://fngtps.com/browser/#{project.name}/changesets/#{project.revision}"]
|
18
18
|
parts << ["#{Wrap.wrap(project.log)}\n\n#{project.changed.strip}", {:type => :paste}]
|
19
|
-
if image_url = GoogleImage.feeling_lucky(project)
|
20
|
-
parts << [image_url]
|
21
|
-
end
|
22
19
|
parts
|
23
20
|
end
|
24
21
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: svn-campfire-notifier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 21
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 3
|
10
|
+
version: 0.3.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Manfred Stienstra
|
@@ -15,8 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-
|
19
|
-
default_executable:
|
18
|
+
date: 2011-07-26 00:00:00 Z
|
20
19
|
dependencies:
|
21
20
|
- !ruby/object:Gem::Dependency
|
22
21
|
name: broach
|
@@ -65,7 +64,6 @@ files:
|
|
65
64
|
- lib/svn_campfire_notifier/project.rb
|
66
65
|
- lib/svn_campfire_notifier/wrap.rb
|
67
66
|
- bin/svn-campfire-notifier
|
68
|
-
has_rdoc: true
|
69
67
|
homepage:
|
70
68
|
licenses: []
|
71
69
|
|
@@ -95,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
93
|
requirements: []
|
96
94
|
|
97
95
|
rubyforge_project:
|
98
|
-
rubygems_version: 1.
|
96
|
+
rubygems_version: 1.8.5
|
99
97
|
signing_key:
|
100
98
|
specification_version: 3
|
101
99
|
summary: A post-commit hook for Subversion that notifies Campfire of commits.
|