perforce 1.0.0 → 1.0.1

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/lib/perforce.rb CHANGED
@@ -272,7 +272,7 @@ class Perforce
272
272
  end
273
273
  end
274
274
 
275
- @use_pwd_symlinks = true
275
+ @use_pwd_symlinks = false
276
276
  class << self
277
277
  #
278
278
  # Whether the current directory as reported to the perforce server
data/perforce.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
 
2
2
  Gem::Specification.new { |t|
3
3
  t.name = "perforce"
4
- t.version = "1.0.0"
4
+ t.version = "1.0.1"
5
5
  t.summary = "Streamlined wrapper for p4ruby"
6
6
  t.author = "James M. Lawrence"
7
7
  t.email = "quixoticsycophant@gmail.com"
data/test/test_main.rb CHANGED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: perforce
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James M. Lawrence
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-09-08 00:00:00 -04:00
12
+ date: 2008-10-02 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  requirements: []
62
62
 
63
63
  rubyforge_project: perforce
64
- rubygems_version: 1.2.0
64
+ rubygems_version: 1.3.0
65
65
  signing_key:
66
66
  specification_version: 2
67
67
  summary: Streamlined wrapper for p4ruby