pdfjs-rails 0.0.1 → 0.0.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.
@@ -1,5 +1,5 @@
1
1
  module Pdfjs
2
2
  module Rails
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -2,8 +2,8 @@
2
2
  require File.expand_path('../lib/pdfjs-rails/version', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
- gem.authors = ["Robert Lail"]
6
- gem.email = ["robert.lail@cph.org"]
5
+ gem.authors = ["Robert Lail", "Luke Booth", "Gene Doyel", "Jesse Lewis"]
6
+ gem.email = ["robert.lail@cph.org", "luke.booth@cph.org", "gene.doyel@cph.org", "jesse.lewis@cph.org"]
7
7
  gem.description = %q{A gem for plugging pdf.js into a Rails application}
8
8
  gem.summary = %q{A gem for plugging pdf.js into a Rails application}
9
9
  gem.homepage = "https://github.com/concordia-publishing-house/pdfjs-rails"
metadata CHANGED
@@ -1,11 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdfjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Robert Lail
9
+ - Luke Booth
10
+ - Gene Doyel
11
+ - Jesse Lewis
9
12
  autorequire:
10
13
  bindir: bin
11
14
  cert_chain: []
@@ -14,6 +17,9 @@ dependencies: []
14
17
  description: A gem for plugging pdf.js into a Rails application
15
18
  email:
16
19
  - robert.lail@cph.org
20
+ - luke.booth@cph.org
21
+ - gene.doyel@cph.org
22
+ - jesse.lewis@cph.org
17
23
  executables: []
18
24
  extensions: []
19
25
  extra_rdoc_files: []