p4ruby 2017.1.1699426 → 2021.1.2156749

Sign up to get free protection for your applications and to get access to all the features.
data/lib/P4/version.rb CHANGED
@@ -1,3 +1,3 @@
1
- class P4
2
- Version = VERSION = '2017.1.1699426'
3
- end
1
+ class P4
2
+ Version = VERSION = '2021.1.2156749'
3
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: p4ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2017.1.1699426
4
+ version: 2021.1.2156749
5
5
  platform: ruby
6
6
  authors:
7
7
  - Perforce Software, Inc.
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-11 00:00:00.000000000 Z
11
+ date: 2021-07-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Ruby extensions to the C++ Perforce API.
14
14
  email: support@perforce.com
@@ -46,28 +46,28 @@ files:
46
46
  - ext/P4/undefdups.h
47
47
  - lib/P4.rb
48
48
  - lib/P4/version.rb
49
- homepage: https://swarm.workshop.perforce.com/projects/perforce-software-p4ruby/
49
+ homepage: https://github.com/perforce/p4ruby
50
50
  licenses:
51
51
  - MIT
52
- metadata: {}
53
- post_install_message:
52
+ metadata:
53
+ documentation_uri: https://www.perforce.com/manuals/p4ruby/Content/P4Ruby/Home-p4ruby.html
54
+ post_install_message:
54
55
  rdoc_options: []
55
56
  require_paths:
56
57
  - lib
57
58
  required_ruby_version: !ruby/object:Gem::Requirement
58
59
  requirements:
59
- - - '>='
60
+ - - ">="
60
61
  - !ruby/object:Gem::Version
61
62
  version: '0'
62
63
  required_rubygems_version: !ruby/object:Gem::Requirement
63
64
  requirements:
64
- - - '>='
65
+ - - ">="
65
66
  - !ruby/object:Gem::Version
66
67
  version: '0'
67
68
  requirements: []
68
- rubyforge_project:
69
- rubygems_version: 2.4.8
70
- signing_key:
69
+ rubygems_version: 3.2.15
70
+ signing_key:
71
71
  specification_version: 4
72
72
  summary: Ruby extensions to the C++ Perforce API
73
73
  test_files: []