papercallio 0.4.0 → 0.4.1
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/.gitignore +4 -0
- data/Gemfile.lock +1 -1
- data/bin/papercallio +1 -1
- data/lib/papercallio/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6cee3ecf95f39c4c1848c07bf6ffad221c74b62
|
4
|
+
data.tar.gz: a97dbc23ad1767d9b7fff6aa500c6dea367763c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1bdfd98da5a1b51ededa0f16d006192cf207840fab6615ecd7fcba6332378d6c07830bf4186bec6fdef964905bf5ef527dbbbad793350d244eb7bbfe52043d41
|
7
|
+
data.tar.gz: 436399f33a6e855d36d74c5b26d575d42c78f158f69407c2bd8365920fbb5342d41bed8ab9c69f3cbc49a879d4b403f387c6db6d38c31e5a41a2d26dfdb24cc6
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
data/bin/papercallio
CHANGED
@@ -58,7 +58,7 @@ command :submissions do |c|
|
|
58
58
|
:desc => 'Sort results. Possible values are: state, rating, ratings_count, title, created_at, talk_format_id, audience_level, confidence'
|
59
59
|
c.flag 'filter', :default_value => [],
|
60
60
|
:arg_name => 'filter',
|
61
|
-
:desc => "Filter results based on comments by reviewers. Can use multiple, ex. --filter='top_talk' --filter='top_ignite' --filter='open_space'" ,
|
61
|
+
:desc => "Filter results based on comments by reviewers. Can use multiple, ex. --filter='top_talk' --filter='top_ignite' --filter='open_space' NOTE: will only work when --include_ratings is used and even then when the user's role has the 'see ratings' privilege in papercall." ,
|
62
62
|
:multiple => true
|
63
63
|
|
64
64
|
c.action do |global_options,options,args|
|
data/lib/papercallio/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: papercallio
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- aaronblythe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-07-
|
11
|
+
date: 2017-07-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
155
155
|
version: '0'
|
156
156
|
requirements: []
|
157
157
|
rubyforge_project:
|
158
|
-
rubygems_version: 2.6.
|
158
|
+
rubygems_version: 2.6.8
|
159
159
|
signing_key:
|
160
160
|
specification_version: 4
|
161
161
|
summary: Gem to use the papercallio API
|