crowdtilt 1.0.5 → 1.0.6
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 +8 -8
- metadata +25 -13
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NmQ1YWY0NDZkYWZmOWUwNzRjYzI4ZjMzMzFkOGU1MTQwNWRhYmE0YQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZTEyNTU4OTRkNzlmMjlkNzQ1ODE4Yjk5ODRjMDZhNzkzNjE1OGViOQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ODQxMGRkY2ExMjFhN2MyNzdmODdhN2ZlOGM2ZjI5MWJkODVkOGUyYzEyZjFj
|
10
|
+
NDQxNjgyYjM3MjNmNWMxMTczMjhlOWUwYjBhNzNmZjc5MmE2MGM1ZWE0ZTBh
|
11
|
+
OGMyM2RkZGZjZmFiNDg4NDNiOWNlNjhmNDFmZmQ3ODMwNDQyMjk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NDM3OTE4ZTFkOTMzZGYyNDBiMDJjNjhmZjhjMjE1Yjk3NzhjZGZkZjEzNTUy
|
14
|
+
YzQ4Yjg5ODU2MDk4MTk2MWIyMzhkNjE5YzgzMjc3MmRlYjUyMTdiMTg3NGM5
|
15
|
+
MTcwMDE5N2IwYjFiZmM1YzgyYzgzMTZhYTkzMDllMTMzNTEzMWM=
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: crowdtilt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marc St Raymond
|
@@ -30,58 +30,70 @@ dependencies:
|
|
30
30
|
name: faraday
|
31
31
|
requirement: !ruby/object:Gem::Requirement
|
32
32
|
requirements:
|
33
|
-
- -
|
33
|
+
- - ~>
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.
|
35
|
+
version: 0.9.1
|
36
36
|
type: :runtime
|
37
37
|
prerelease: false
|
38
38
|
version_requirements: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
|
-
- -
|
40
|
+
- - ~>
|
41
41
|
- !ruby/object:Gem::Version
|
42
|
-
version: 0.
|
42
|
+
version: 0.9.1
|
43
43
|
- !ruby/object:Gem::Dependency
|
44
44
|
name: faraday_middleware
|
45
45
|
requirement: !ruby/object:Gem::Requirement
|
46
46
|
requirements:
|
47
|
-
- -
|
47
|
+
- - ~>
|
48
48
|
- !ruby/object:Gem::Version
|
49
|
-
version: 0.9.
|
49
|
+
version: 0.9.1
|
50
50
|
type: :runtime
|
51
51
|
prerelease: false
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
53
53
|
requirements:
|
54
|
-
- -
|
54
|
+
- - ~>
|
55
55
|
- !ruby/object:Gem::Version
|
56
|
-
version: 0.9.
|
56
|
+
version: 0.9.1
|
57
57
|
- !ruby/object:Gem::Dependency
|
58
58
|
name: activesupport
|
59
59
|
requirement: !ruby/object:Gem::Requirement
|
60
60
|
requirements:
|
61
|
+
- - ~>
|
62
|
+
- !ruby/object:Gem::Version
|
63
|
+
version: '3.2'
|
61
64
|
- - ! '>='
|
62
65
|
- !ruby/object:Gem::Version
|
63
|
-
version:
|
66
|
+
version: 3.2.0
|
64
67
|
type: :runtime
|
65
68
|
prerelease: false
|
66
69
|
version_requirements: !ruby/object:Gem::Requirement
|
67
70
|
requirements:
|
71
|
+
- - ~>
|
72
|
+
- !ruby/object:Gem::Version
|
73
|
+
version: '3.2'
|
68
74
|
- - ! '>='
|
69
75
|
- !ruby/object:Gem::Version
|
70
|
-
version:
|
76
|
+
version: 3.2.0
|
71
77
|
- !ruby/object:Gem::Dependency
|
72
78
|
name: json
|
73
79
|
requirement: !ruby/object:Gem::Requirement
|
74
80
|
requirements:
|
81
|
+
- - ~>
|
82
|
+
- !ruby/object:Gem::Version
|
83
|
+
version: '1.8'
|
75
84
|
- - ! '>='
|
76
85
|
- !ruby/object:Gem::Version
|
77
|
-
version: 1.8.
|
86
|
+
version: 1.8.0
|
78
87
|
type: :runtime
|
79
88
|
prerelease: false
|
80
89
|
version_requirements: !ruby/object:Gem::Requirement
|
81
90
|
requirements:
|
91
|
+
- - ~>
|
92
|
+
- !ruby/object:Gem::Version
|
93
|
+
version: '1.8'
|
82
94
|
- - ! '>='
|
83
95
|
- !ruby/object:Gem::Version
|
84
|
-
version: 1.8.
|
96
|
+
version: 1.8.0
|
85
97
|
description: A lightweight ruby wrapper for the Tilt API
|
86
98
|
email: support.api@tilt.com
|
87
99
|
executables: []
|