pdfjs-rails 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/pdfjs-rails/version.rb +1 -1
- data/pdfjs-rails.gemspec +2 -2
- metadata +7 -1
data/lib/pdfjs-rails/version.rb
CHANGED
data/pdfjs-rails.gemspec
CHANGED
@@ -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.
|
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: []
|