effective_committees 0.10.1 → 0.10.2
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 +4 -4
- data/lib/effective_committees/version.rb +1 -1
- data/lib/effective_committees.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2fd31ce754295f7529be717b124429515ed649a8543d32451691af6422c398f
|
|
4
|
+
data.tar.gz: cc662c3f297b8a38cc932e37ba8a674d6aea33f89c12a92b366e309941c73696
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a09155f4f86ac05b6ec64bb73dca7e90f7c3c52854e4fe9374b80aa5aa0535500a989261be6a331a0b2b4c89c070e7826a8c29dd17c5e3014ac4a2b6cd12f8fa
|
|
7
|
+
data.tar.gz: b59ee585600a9114a60bebef17a532dafdcb0304d7924312c0846d33c278cbbd7b73fc14ad5d2f30e06b0b3882d5b0c9f0d3a8cc6404dbcef2932020ebc89135
|
data/lib/effective_committees.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_committees
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: rails
|
|
@@ -283,7 +282,6 @@ homepage: https://github.com/code-and-effect/effective_committees
|
|
|
283
282
|
licenses:
|
|
284
283
|
- MIT
|
|
285
284
|
metadata: {}
|
|
286
|
-
post_install_message:
|
|
287
285
|
rdoc_options: []
|
|
288
286
|
require_paths:
|
|
289
287
|
- lib
|
|
@@ -298,8 +296,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
298
296
|
- !ruby/object:Gem::Version
|
|
299
297
|
version: '0'
|
|
300
298
|
requirements: []
|
|
301
|
-
rubygems_version:
|
|
302
|
-
signing_key:
|
|
299
|
+
rubygems_version: 4.0.17
|
|
303
300
|
specification_version: 4
|
|
304
301
|
summary: Committees are groups of users that can all share files.
|
|
305
302
|
test_files: []
|