believer 0.2.24 → 0.2.25

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 +8 -8
  2. data/lib/believer/version.rb +1 -1
  3. metadata +13 -13
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NGJkMDJlYjE3NWQ5NmI5OGU4YWVkYzJlZGIxNjQyMTcxY2NiZDUyMA==
4
+ YzE4ZjliMDI5MzRmNTEzZmU2MTNjODhkNDVkZDlhZWZhZTBjOGZmMw==
5
5
  data.tar.gz: !binary |-
6
- ZTI5N2YyZDgwNThjZjI4ZmI1ZWNmMTU0OWVhOTBkMDA3MzBiYjc2NA==
6
+ ZGZmODQzNDQ2MzQ5NDE5ZWU5YzA3MDc5ZDMwNjQzY2YzYjNkZGJjMg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NzdjODFlM2M4NGJkOTdiNWVlYWIzZDMyY2M4NThiODQwYTQyNjdjZGIwZTcy
10
- N2JhOWYxN2VhMDZiZWE4ZTZlNjg1NjMwOTkwNDViMTJkZmYyZjgwZDI0YzM5
11
- MTI1MDA0OTQ1NmZhMDIxZTVhYWUyYWE5N2VjZjdlM2Y0NTk4OGQ=
9
+ YmE5ZDIzOTE5NjIwZTgwNzQ2YTQ2YzhlYWE2ODcwNjE1ZmY4YmMxNjAzNzQ0
10
+ MGFlMThkNjUzMzUyZDE1NmM2NDY3NTUwZTM4ZjlmYTA2OTZiYTFmZGIyZDIz
11
+ NDcyYzZhMTlkNDZjODRiMjVkNmYwZmEyYWJlN2YwMzRiYzZiMDE=
12
12
  data.tar.gz: !binary |-
13
- M2IzYWVlNzZhYzQzZGYzNGU1YWIzMjU5ODliZjZiOWJlOTYzY2FiZjgxMTRj
14
- YzU5NDA3YjJkY2UwMzY5NTZhMTllYTg3MzIzZDRkYjM5MzdiMmJiYjNmNzFh
15
- NDQ1ZDRlYTdkNmVmMjRlNTA4YzgwZDdkNTQ3ZmM1ZTZhZTAxZmY=
13
+ ODhkNzdlMmUxOTE1ZWZiMGEyY2ExZTI0NzQ2ZDcyOTQ5OTA3OTNjNTExZWYz
14
+ Y2YzMzI2MmQzODU4N2E2N2M1YzI0MDI0ZWUyOTA3MzgxMDQ3YTQ2ZmJhMmMz
15
+ Yjk5NDIyNzA0MjlmYmI0YWNiY2U3NjhjMGMwZGQ1NDQ4ZjIxOWM=
@@ -1,5 +1,5 @@
1
1
  module Believer
2
2
  module Version
3
- VERSION = '0.2.24'
3
+ VERSION = '0.2.25'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: believer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.24
4
+ version: 0.2.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jerphaes van Blijenburgh
@@ -14,70 +14,70 @@ dependencies:
14
14
  name: activemodel
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: cql-rb
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - ! '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - ! '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: connection_pool
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ~>
45
+ - - ! '>='
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ~>
52
+ - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ~>
59
+ - - ! '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ~>
66
+ - - ! '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rspec
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ~>
73
+ - - ! '>='
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ~>
80
+ - - ! '>='
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
83
  - !ruby/object:Gem::Dependency
@@ -98,14 +98,14 @@ dependencies:
98
98
  name: rails-observers
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - ~>
101
+ - - ! '>='
102
102
  - !ruby/object:Gem::Version
103
103
  version: '0'
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - ~>
108
+ - - ! '>='
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  description: ! 'An Object Relational Mapping library for CQL3 '