papercall 0.12.0 → 0.13.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5f26c16e050d54577249551aed1a2f49730f3e5e
4
- data.tar.gz: ee2e887df4e006967f3e83483c58cec12d217e26
3
+ metadata.gz: fd0a857b50d9ee99575ffa9448af55f9bd5f625e
4
+ data.tar.gz: 8737113738cf9fcf63f6f0839257d2f6322a7e2c
5
5
  SHA512:
6
- metadata.gz: 59a12802cd6f7562f98f8017af415601547bf74a456b85aec1824d34ebd51857201dcc07ce8c7eb331c499b36ee9ea89148f6e0b3bddca59ab284523eed9fc62
7
- data.tar.gz: 819b0049819e300ca868e15a208929a0be9507a3004e4390d23d9e7c79f445399d26a903666df5889e3d1f8103403b5562e40036ab723f0d8333c73a7047ba78
6
+ metadata.gz: 6d9b97722e818baf0d5672b0d1f70036f1c0abe3ffde28dd2ec2792d203a3b292524bd11bf3b74d1ada3b1ee8b29f074b02bb35aa11df2287d15e395898218c8
7
+ data.tar.gz: 65e1a23e97123bb37c7dc533b93bb0c6f9b04be850561bcf2197ca7b0b82c059f267d46f39c766e8406224dce7bc21b597be20a3f3eb28f6fc341b916a13826d
data/README.md CHANGED
@@ -60,7 +60,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
60
60
 
61
61
  ## Contributing
62
62
 
63
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/papercall. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
63
+ Bug reports and pull requests are welcome on GitHub at https://github.com/joelmheim/papercall. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
64
64
 
65
65
 
66
66
  ## License
@@ -45,6 +45,10 @@ module Papercall
45
45
  @analysis['talksWithLessThanThreeReviews']
46
46
  end
47
47
 
48
+ def self.analysis
49
+ @analysis
50
+ end
51
+
48
52
  def self.summary
49
53
  s = @analysis['summary']
50
54
  puts "Number of submissions: #{s['numSubmissions']}"
@@ -1,3 +1,3 @@
1
1
  module Papercall
2
- VERSION = '0.12.0'.freeze
2
+ VERSION = '0.13.0'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: papercall
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jørn Ølmheim
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-01-14 00:00:00.000000000 Z
11
+ date: 2018-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler