ubiquity 0.0.4 → 0.0.5

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NWNiNjc4YWU0Y2MwN2U4N2EwZWExZDY4ZmUzN2NjYzlhOGVlMDIwZg==
4
+ M2IyNTQzMTdmNmI5NDM0Y2MwZjEzNTQzMmZhY2E2MDA5NTI2MzkwNQ==
5
5
  data.tar.gz: !binary |-
6
- YWMxMDM5Mjc5ODA1OGQyZTg1MmNhYTU0NDdhMGM4MDZjZGE5MmVmYw==
6
+ Njk5ZTc3YjU3YWI1MTUxN2VkYWViZGJkN2UwNmVmZjgzMmM5MmYwZg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZmYyZjk2ZTU5MTdlNjUzYmY3NDFjNzViZDFkZTRkYTkxNGUxZDIzYWU0N2Zm
10
- ZTMxOGEzZmUzYTY4NGIxYWQ2NzEzMTRlZTg2MzE5NmUyNTU0YWFmNmMxYmMz
11
- ZWNhMmYwNjA2MWNiOGQwZDUwNzU2MTczYTJjOTA5MjNkZTM1ZWQ=
9
+ MGUxNGIyYzc4ODYyYzJiYjRlYTMxMDYwODQ1OTQzNWNhNzhmMGJiM2ExMWIz
10
+ ZjIxMzJiNjAxNWM5NTcwMzY4NjZmMTZlYjYyNTFhZTZhNWE3Mjc0MmE5ZTQ3
11
+ OTM1ZjAzZWQ2NGQ4MDcwNmE5YjEyZGE3M2NlYWNkYmEzZmVkMzQ=
12
12
  data.tar.gz: !binary |-
13
- MWI4YWY1YzVjMWQ5M2M2N2I2NTg1NTZjNTIyZjVhYWYyNjZhOGQ0NzcwN2Rk
14
- MmM3NTNlNmM0MjBmN2U1MTYxNWMwNGFjMmUwOTI5Y2ZmYzNjNjMwMDY0NzIx
15
- ZDBhYjgxYTkyYWExZDc3YTk4M2YzN2QyY2Q2NzkxOGQxZTlhZGU=
13
+ ZTM0MzYxNDljOWI1NGMyODUwNjRiM2VlMmQ1YWFiN2NjMzI2ODVkOTMxMWZh
14
+ MmRjNzcxZmU4NTAxMDEwYzRmZmMxODkwN2FmNTNkZjczYzhiN2JlOGVjZGM5
15
+ MTJkZWJkNTVmNjQ0MmRjYmEwYWMyOWY3NjdjYzkyM2VhNTYzYzQ=
@@ -1,3 +1,3 @@
1
1
  module Ubiquity
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/ubiquity.gemspec CHANGED
@@ -12,5 +12,5 @@ Gem::Specification.new do |spec|
12
12
  spec.homepage = 'https://github.com/lucacervasio/ubiquity'
13
13
  spec.license = 'MIT'
14
14
 
15
- spec.add_dependency('sourcify', '~> 0.6', '>= 0.6.0.rc4')
15
+ spec.add_dependency('sourcify', '0.6.0.rc4')
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ubiquity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luca Cervasio
@@ -14,20 +14,14 @@ dependencies:
14
14
  name: sourcify
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
18
- - !ruby/object:Gem::Version
19
- version: '0.6'
20
- - - ! '>='
17
+ - - '='
21
18
  - !ruby/object:Gem::Version
22
19
  version: 0.6.0.rc4
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
- - - ~>
28
- - !ruby/object:Gem::Version
29
- version: '0.6'
30
- - - ! '>='
24
+ - - '='
31
25
  - !ruby/object:Gem::Version
32
26
  version: 0.6.0.rc4
33
27
  description: A ruby library for running code on remote nodes.