powerpoint 1.4 → 1.5
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 +8 -8
- data/lib/powerpoint/version.rb +1 -1
- data/powerpoint.gemspec +1 -1
- data/samples/pptx/sample.pptx +0 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
Mjk0N2U2ODk3YjIzNDkzY2Q4NTdiODBkNDc4Zjc0YWYyYzc3NzJlZQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MzY5NWE3NGMyMzI1YTM0MWJlMDBlMTBlZGRmYjFlZWVhNjFlNTM0NA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ODc4MjM2MDMxZWQ4OWM4ZWY4ZmMwZmVkYzY1MzAzZTMzMDMzNTdmYjJiMTcw
|
10
|
+
MTgyYzc4NDQyNDY5YTY0ZDQyNGJkM2MzMWUwYWUzMDk1YjIxMGIwNmRhNDA1
|
11
|
+
NjA1MWQ0NTU3YzI4NGE0OTViMzg5OTJkMjMyYWUwNjQ2NDFiOWI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZjdkMzhjZDMwOTkxZGQ0NWUyNWFhMWM5ODdhMDhhMTJiYmI2ZjM4MThiYTY2
|
14
|
+
MzE5NTFlNzdmMDdkODljMzVhYWI5NDcxZjc5ZjZkMTAyYjdlYTIxZWI5ZTUy
|
15
|
+
NjdjNGI0ZDdjOTNhOTAxMmNiZTM3ZmZiYWM0MjM5ZWQ1ZTJjZDA=
|
data/lib/powerpoint/version.rb
CHANGED
data/powerpoint.gemspec
CHANGED
data/samples/pptx/sample.pptx
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: powerpoint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '1.
|
4
|
+
version: '1.5'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- pythonicrubyist
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - ~>
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 1
|
61
|
+
version: '1'
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - ~>
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 1
|
68
|
+
version: '1'
|
69
69
|
description: A Ruby gem that can create a PowerPoint presentation.
|
70
70
|
email:
|
71
71
|
- pythonicrubyist@gmail.com
|
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
152
152
|
version: '0'
|
153
153
|
requirements: []
|
154
154
|
rubyforge_project:
|
155
|
-
rubygems_version: 2.
|
155
|
+
rubygems_version: 2.4.6
|
156
156
|
signing_key:
|
157
157
|
specification_version: 4
|
158
158
|
summary: powerpoint is a Ruby gem that can create a PowerPoint presentation based
|