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.
Files changed (2) hide show
  1. checksums.yaml +8 -8
  2. metadata +25 -13
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- N2FlZjM1YjYzODliYTQzMzViYjNiZWQ0NDU2NjJjOTFkOGE5N2M4Mw==
4
+ NmQ1YWY0NDZkYWZmOWUwNzRjYzI4ZjMzMzFkOGU1MTQwNWRhYmE0YQ==
5
5
  data.tar.gz: !binary |-
6
- NGE2YzE2ZWY0ZGNlODhjZjJjZGQyZmY4NTJkNGUwYmRiN2ViMTlhZg==
6
+ ZTEyNTU4OTRkNzlmMjlkNzQ1ODE4Yjk5ODRjMDZhNzkzNjE1OGViOQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NmU3OGM3YjRjMDVlY2MwNTZmYmY0OGY5NjhjNmQzMjYwYjI5NjQ3NThmNDA5
10
- ODljYjBkYWViM2QxMTk3ZTc1MTQ1YThmNDkyOWYzOWE2MGY0ZTcwNzU1OGQz
11
- YWU0ZjIyYmUwZWIyYmIxYzE3MzVlYjM5NmM1MmVlYjQwZjcyZWM=
9
+ ODQxMGRkY2ExMjFhN2MyNzdmODdhN2ZlOGM2ZjI5MWJkODVkOGUyYzEyZjFj
10
+ NDQxNjgyYjM3MjNmNWMxMTczMjhlOWUwYjBhNzNmZjc5MmE2MGM1ZWE0ZTBh
11
+ OGMyM2RkZGZjZmFiNDg4NDNiOWNlNjhmNDFmZmQ3ODMwNDQyMjk=
12
12
  data.tar.gz: !binary |-
13
- ZjU2ZThmNjQ0ZjAzODM5NTNjMDE3ZGFjMTgzODA5YWVkZmZmMTIyZGVkYTU0
14
- MmEyOTEyOTJiZDcxN2RkNmE5ODIxOTdiMDE4NWJjZjBiYjcxMzNkZjc0YzBj
15
- ZDgyYjUzODBjMTAxMzc5NjNjZTJlYTJiMDNmOTM5MzczMzE4NmE=
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.5
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.8.8
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.8.8
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.0
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.0
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: 4.0.2
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: 4.0.2
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.1
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.1
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: []