papercallio 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f9c2e52e464d261914720d3230754467c11fc776
4
- data.tar.gz: 6c0e9fb3c2dd341c51bd900e631559639a727296
3
+ metadata.gz: b6cee3ecf95f39c4c1848c07bf6ffad221c74b62
4
+ data.tar.gz: a97dbc23ad1767d9b7fff6aa500c6dea367763c8
5
5
  SHA512:
6
- metadata.gz: 0ed9987cadc658161c692d6d2ae3e6b5cc4605edc541e922a46f6ae12b547ff97974373a515f1facb92b29374cd5901eaeb0c8ceee1d13a169101788924e9e35
7
- data.tar.gz: cfbb81b183f33559d5bc88c8e8cfd716750089facdea63a274ef5ee491eee906bd2fa6d463504e7bb8d3b0f8f6868598caf98529a8a8ad02905d280d86905e55
6
+ metadata.gz: 1bdfd98da5a1b51ededa0f16d006192cf207840fab6615ecd7fcba6332378d6c07830bf4186bec6fdef964905bf5ef527dbbbad793350d244eb7bbfe52043d41
7
+ data.tar.gz: 436399f33a6e855d36d74c5b26d575d42c78f158f69407c2bd8365920fbb5342d41bed8ab9c69f3cbc49a879d4b403f387c6db6d38c31e5a41a2d26dfdb24cc6
data/.gitignore CHANGED
@@ -50,3 +50,7 @@ build-iPhoneSimulator/
50
50
  .rvmrc
51
51
 
52
52
  *.csv
53
+ *.xls
54
+ *.xlsx
55
+ *.ods
56
+ *.csv#
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- papercallio (0.4.0)
4
+ papercallio (0.4.1)
5
5
  descriptive_statistics (~> 2.5)
6
6
  gli (= 2.16.0)
7
7
  httparty (~> 0.15)
@@ -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|
@@ -1,3 +1,3 @@
1
1
  module Papercallio
2
- VERSION = '0.4.0'
2
+ VERSION = '0.4.1'
3
3
  end
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.0
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-06 00:00:00.000000000 Z
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.10
158
+ rubygems_version: 2.6.8
159
159
  signing_key:
160
160
  specification_version: 4
161
161
  summary: Gem to use the papercallio API