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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 831c365fbfb604461b5bf06fa2b175489d117bee
4
- data.tar.gz: 2ec28a2c2281442cc15654b6339afa6e96a9b377
3
+ metadata.gz: bbd7893e2f92bad2b33d3b7a411e0727755352c4
4
+ data.tar.gz: 4d7a9a9cfb325f8ba7a14afab95cc85db8a22f52
5
5
  SHA512:
6
- metadata.gz: cb2f83a8a3087f418546b65508edb29e3f2037dbb861479fccead06e69c3891ba2508d96a5d0df3e15d3df85065ccd90c5f5d544e5ea02fb97fcd8b74456e945
7
- data.tar.gz: 6e73736e10659616cd4a046c9ded2d01dec72f50700f4f62c60d155546fc98b9d848ab98350d24d03185d1ba4f9397c08a6497717bc7f95fa2535e1eecf4b1cc
6
+ metadata.gz: 45a7d303cb699588e706f339520d241d8db29afec1d371bf16ddf645f4c8f795f08d780d69d76401fae0681c5e71f2d1442221ecdedb1e81aeecaf4c345a8b57
7
+ data.tar.gz: efe974fdc298777ba995595d8dcbbb3ad54ebcc52024d339c4f0219171a1f0104f7626f241b914ef3a1e23f3290c7dfd4b518cf4a861fd5b410db0c92881ff9e
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.1"
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.1
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