bosh_common 1.2624.0 → 1.2640.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/common/version.rb +1 -1
  3. metadata +13 -20
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2d74d4d41e031a1a053f538b82ff04b2cde4bbca
4
+ data.tar.gz: dcf441c24be7b6d19978d2a069bd23378c12528a
5
+ SHA512:
6
+ metadata.gz: 514ad0189f11bb0e303a97649013def2fe4ea04d4cc99873f18803f94f327b73da2910cf1717b6aa49389af142cfed80b5cbfb0e2bf79b3dc3409d81f6278bfe
7
+ data.tar.gz: b7d287ef2f4970a1bb268353809dc349571207d9cf45519ff77da9ab8c2395a7f90d8c638e3f1fb7a242754be8522c9e2726d07a0f289b348ffde5d58814b4b3
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Common
3
- VERSION = '1.2624.0'
3
+ VERSION = '1.2640.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,40 +1,38 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh_common
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2624.0
5
- prerelease:
4
+ version: 1.2640.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - VMware
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2014-07-01 00:00:00.000000000 Z
11
+ date: 2014-07-08 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: semi_semantic
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ~>
17
+ - - "~>"
20
18
  - !ruby/object:Gem::Version
21
19
  version: 1.1.0
22
20
  type: :runtime
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ~>
24
+ - - "~>"
28
25
  - !ruby/object:Gem::Version
29
26
  version: 1.1.0
30
- description: ! 'BOSH common
31
-
32
- 03f604'
27
+ description: |-
28
+ BOSH common
29
+ 986896
33
30
  email: support@cloudfoundry.com
34
31
  executables: []
35
32
  extensions: []
36
33
  extra_rdoc_files: []
37
34
  files:
35
+ - README
38
36
  - lib/common/common.rb
39
37
  - lib/common/deep_copy.rb
40
38
  - lib/common/errors.rb
@@ -56,33 +54,28 @@ files:
56
54
  - lib/common/version/semi_semantic_version.rb
57
55
  - lib/common/version/stemcell_version.rb
58
56
  - lib/common/version/version_list.rb
59
- - README
60
57
  homepage: https://github.com/cloudfoundry/bosh
61
58
  licenses:
62
59
  - Apache 2.0
60
+ metadata: {}
63
61
  post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
67
65
  required_ruby_version: !ruby/object:Gem::Requirement
68
- none: false
69
66
  requirements:
70
- - - ! '>='
67
+ - - ">="
71
68
  - !ruby/object:Gem::Version
72
69
  version: 1.9.3
73
70
  required_rubygems_version: !ruby/object:Gem::Requirement
74
- none: false
75
71
  requirements:
76
- - - ! '>='
72
+ - - ">="
77
73
  - !ruby/object:Gem::Version
78
74
  version: '0'
79
- segments:
80
- - 0
81
- hash: -965661164883750689
82
75
  requirements: []
83
76
  rubyforge_project:
84
- rubygems_version: 1.8.23.2
77
+ rubygems_version: 2.2.2
85
78
  signing_key:
86
- specification_version: 3
79
+ specification_version: 4
87
80
  summary: BOSH common
88
81
  test_files: []