metaverse 0.1.8.2 → 0.1.8.3

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: 3a5e41df2ea88c909275b11aa0ac8032ca499252
4
- data.tar.gz: ca3ad71c545e61e0fc19befcbd35ffee0b8f5797
3
+ metadata.gz: 4b468a784b262b4be7d1da53471a2e13e9bfc004
4
+ data.tar.gz: a31d1d8533fc1bbda195e25584d4f8d025c22a6a
5
5
  SHA512:
6
- metadata.gz: d78afc42f7191f22dd06d684f3e609a710d1d255db0f705b0446040495a9235ec1d910aab8e03af99218d934344b16199dcec05a818f076328fdb454f3581736
7
- data.tar.gz: c83f60a0e7b20429f189f9e77e5a6ea301573949e0fb39d0306b90f7eba791573470d1f1d2de04213dccc6215907a0e70b3c27dbc2814a51bd63bb55a2e45fd4
6
+ metadata.gz: e8f7c2074ca00e7ef51a19ff990156b920a1318c862c35cc8a189566959bdbc589491ef011034c4387f8ebd60553f27a3453614baa0f9851746232e5c48c5cf6
7
+ data.tar.gz: 87755d5291a28f9b018af3bd7ffbb2ec751700c75d81e99671922f2a5436858064ee5259302f0d6f0293364eb9d7b296dabe35a21e7f670ed8edb050ba751131
@@ -53,7 +53,7 @@ module Metaverse
53
53
  Dir.chdir(@repo.workdir) do
54
54
  branch_name = `git branch | sed -n '/\* /s///p'`
55
55
  #TODO Look into why the command returns an empty string in a new repo
56
- if branch_name = ''
56
+ if branch_name == ''
57
57
  branch_name = 'master'
58
58
  end
59
59
 
@@ -1,3 +1,3 @@
1
1
  module Metaverse
2
- VERSION = "0.1.8.2"
2
+ VERSION = "0.1.8.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: metaverse
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.2
4
+ version: 0.1.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Omar Kamali