conflict 0.2.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/conflict/domain.rb +1 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -34,7 +34,7 @@ end
34
34
 
35
35
  spec = Gem::Specification.new do |s|
36
36
  s.name = 'conflict'
37
- s.version = '0.2.0'
37
+ s.version = '1.0.0'
38
38
  s.author = 'Dennis Byrne'
39
39
  s.email = 'dbyrne@thoughtworks.com'
40
40
  s.platform = Gem::Platform::RUBY
@@ -82,7 +82,7 @@ class Event
82
82
  yaml_as "tag:java.yaml.org,2002:object:com.thoughtworks.conflict.Event"
83
83
 
84
84
  def to_xml
85
- '<event client="' + self.client + '" action="' + self.action + '" resource="' + self.resource + '" />'
85
+ '<event client="' + self.client.gsub("<", "&lt;") + '" action="' + self.action + '" resource="' + self.resource.gsub("<", "&lt;") + '" />'
86
86
  end
87
87
 
88
88
  def expires
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: conflict
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.0
7
- date: 2007-08-17 00:00:00 -05:00
6
+ version: 1.0.0
7
+ date: 2007-09-27 00:00:00 -05:00
8
8
  summary: Notifies a developer of conflicts between his/her work and that of other developers
9
9
  require_paths:
10
10
  - lib