mikemarsian-ruby_bosh 0.13.1 → 0.13.2
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.
- checksums.yaml +4 -4
- data/{README → README.md} +0 -0
- data/ruby_bosh.gemspec +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bbd7893e2f92bad2b33d3b7a411e0727755352c4
|
|
4
|
+
data.tar.gz: 4d7a9a9cfb325f8ba7a14afab95cc85db8a22f52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45a7d303cb699588e706f339520d241d8db29afec1d371bf16ddf645f4c8f795f08d780d69d76401fae0681c5e71f2d1442221ecdedb1e81aeecaf4c345a8b57
|
|
7
|
+
data.tar.gz: efe974fdc298777ba995595d8dcbbb3ad54ebcc52024d339c4f0219171a1f0104f7626f241b914ef3a1e23f3290c7dfd4b518cf4a861fd5b410db0c92881ff9e
|
data/{README → README.md}
RENAMED
|
File without changes
|
data/ruby_bosh.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "mikemarsian-ruby_bosh"
|
|
3
|
-
s.version = "0.13.
|
|
3
|
+
s.version = "0.13.2"
|
|
4
4
|
|
|
5
5
|
s.require_paths = ["lib"]
|
|
6
6
|
s.authors = ["Original author: Pradeep Elankumaran. Update for ruby 2: Mike Polischuk"]
|
|
@@ -9,12 +9,12 @@ Gem::Specification.new do |s|
|
|
|
9
9
|
s.email = "mike@polischuk.com"
|
|
10
10
|
s.extra_rdoc_files = [
|
|
11
11
|
"LICENSE",
|
|
12
|
-
"README"
|
|
12
|
+
"README.md"
|
|
13
13
|
]
|
|
14
14
|
s.licenses = ['MIT']
|
|
15
15
|
s.files = [
|
|
16
16
|
"LICENSE",
|
|
17
|
-
"README",
|
|
17
|
+
"README.md",
|
|
18
18
|
"Rakefile",
|
|
19
19
|
"autotest/discover.rb",
|
|
20
20
|
"lib/ruby_bosh.rb",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mikemarsian-ruby_bosh
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.13.
|
|
4
|
+
version: 0.13.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 'Original author: Pradeep Elankumaran. Update for ruby 2: Mike Polischuk'
|
|
@@ -114,10 +114,10 @@ executables: []
|
|
|
114
114
|
extensions: []
|
|
115
115
|
extra_rdoc_files:
|
|
116
116
|
- LICENSE
|
|
117
|
-
- README
|
|
117
|
+
- README.md
|
|
118
118
|
files:
|
|
119
119
|
- LICENSE
|
|
120
|
-
- README
|
|
120
|
+
- README.md
|
|
121
121
|
- Rakefile
|
|
122
122
|
- autotest/discover.rb
|
|
123
123
|
- lib/ruby_bosh.rb
|