ruby_slides 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (80) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +15 -0
  3. data/.rspec +2 -0
  4. data/.travis.yml +5 -0
  5. data/CODE_OF_CONDUCT.md +74 -0
  6. data/Gemfile +4 -0
  7. data/LICENSE.txt +21 -0
  8. data/README.md +46 -0
  9. data/Rakefile +6 -0
  10. data/bin/console +14 -0
  11. data/bin/setup +8 -0
  12. data/example/example.pptx +0 -0
  13. data/example/ruby.png +0 -0
  14. data/lib/ruby_slides/compression.rb +25 -0
  15. data/lib/ruby_slides/presentation.rb +105 -0
  16. data/lib/ruby_slides/slide/chart.rb +41 -0
  17. data/lib/ruby_slides/slide/introduction.rb +36 -0
  18. data/lib/ruby_slides/slide/pictorial.rb +54 -0
  19. data/lib/ruby_slides/slide/picture_description.rb +63 -0
  20. data/lib/ruby_slides/slide/table.rb +32 -0
  21. data/lib/ruby_slides/slide/text_picture_split.rb +59 -0
  22. data/lib/ruby_slides/slide/textual.rb +32 -0
  23. data/lib/ruby_slides/util.rb +39 -0
  24. data/lib/ruby_slides/version.rb +3 -0
  25. data/lib/ruby_slides/views/app.xml.erb +51 -0
  26. data/lib/ruby_slides/views/chart_ele.xml.erb +196 -0
  27. data/lib/ruby_slides/views/chart_rel.xml.erb +5 -0
  28. data/lib/ruby_slides/views/chart_slide.xml.erb +118 -0
  29. data/lib/ruby_slides/views/content_type.xml.erb +33 -0
  30. data/lib/ruby_slides/views/introduction_rel.xml.erb +4 -0
  31. data/lib/ruby_slides/views/introduction_slide.xml.erb +74 -0
  32. data/lib/ruby_slides/views/pictorial_rel.xml.erb +5 -0
  33. data/lib/ruby_slides/views/pictorial_slide.xml.erb +87 -0
  34. data/lib/ruby_slides/views/picture_description_rels.xml.erb +5 -0
  35. data/lib/ruby_slides/views/picture_description_slide.xml.erb +115 -0
  36. data/lib/ruby_slides/views/presentation.xml.erb +124 -0
  37. data/lib/ruby_slides/views/presentation.xml.rel.erb +12 -0
  38. data/lib/ruby_slides/views/table_rel.xml.erb +4 -0
  39. data/lib/ruby_slides/views/table_slide.xml.erb +137 -0
  40. data/lib/ruby_slides/views/text_picture_split_rel.xml.erb +5 -0
  41. data/lib/ruby_slides/views/text_picture_split_slide.xml.erb +114 -0
  42. data/lib/ruby_slides/views/textual_rel.xml.erb +4 -0
  43. data/lib/ruby_slides/views/textual_slide.xml.erb +78 -0
  44. data/lib/ruby_slides.rb +17 -0
  45. data/ruby_slides.gemspec +30 -0
  46. data/template/_rels/.rels +6 -0
  47. data/template/docProps/core.xml +7 -0
  48. data/template/ppt/_rels/.keep +0 -0
  49. data/template/ppt/charts/.keep +0 -0
  50. data/template/ppt/media/.keep +0 -0
  51. data/template/ppt/presProps.xml +14 -0
  52. data/template/ppt/slideLayouts/_rels/slideLayout1.xml.rels +2 -0
  53. data/template/ppt/slideLayouts/_rels/slideLayout10.xml.rels +2 -0
  54. data/template/ppt/slideLayouts/_rels/slideLayout11.xml.rels +2 -0
  55. data/template/ppt/slideLayouts/_rels/slideLayout2.xml.rels +2 -0
  56. data/template/ppt/slideLayouts/_rels/slideLayout3.xml.rels +2 -0
  57. data/template/ppt/slideLayouts/_rels/slideLayout4.xml.rels +2 -0
  58. data/template/ppt/slideLayouts/_rels/slideLayout5.xml.rels +2 -0
  59. data/template/ppt/slideLayouts/_rels/slideLayout6.xml.rels +2 -0
  60. data/template/ppt/slideLayouts/_rels/slideLayout7.xml.rels +2 -0
  61. data/template/ppt/slideLayouts/_rels/slideLayout8.xml.rels +2 -0
  62. data/template/ppt/slideLayouts/_rels/slideLayout9.xml.rels +2 -0
  63. data/template/ppt/slideLayouts/slideLayout1.xml +237 -0
  64. data/template/ppt/slideLayouts/slideLayout10.xml +2 -0
  65. data/template/ppt/slideLayouts/slideLayout11.xml +2 -0
  66. data/template/ppt/slideLayouts/slideLayout2.xml +165 -0
  67. data/template/ppt/slideLayouts/slideLayout3.xml +2 -0
  68. data/template/ppt/slideLayouts/slideLayout4.xml +2 -0
  69. data/template/ppt/slideLayouts/slideLayout5.xml +2 -0
  70. data/template/ppt/slideLayouts/slideLayout6.xml +2 -0
  71. data/template/ppt/slideLayouts/slideLayout7.xml +2 -0
  72. data/template/ppt/slideLayouts/slideLayout8.xml +2 -0
  73. data/template/ppt/slideLayouts/slideLayout9.xml +2 -0
  74. data/template/ppt/slideMasters/_rels/slideMaster1.xml.rels +2 -0
  75. data/template/ppt/slideMasters/slideMaster1.xml +505 -0
  76. data/template/ppt/slides/_rels/.keep +0 -0
  77. data/template/ppt/tableStyles.xml +2 -0
  78. data/template/ppt/theme/theme1.xml +2 -0
  79. data/template/ppt/viewProps.xml +32 -0
  80. metadata +193 -0
metadata ADDED
@@ -0,0 +1,193 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ruby_slides
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.2.0
5
+ platform: ruby
6
+ authors:
7
+ - Daniel Sousa
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2017-07-26 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.15'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.15'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rspec
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '3.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '3.0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rubyzip
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '1'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '1'
69
+ - !ruby/object:Gem::Dependency
70
+ name: fastimage
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '1'
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '1'
83
+ description: Create Powerpoint presentations in Ruby with elements like slides, text,
84
+ images, tables and charts.
85
+ email:
86
+ - mail@danielsousa.io
87
+ executables: []
88
+ extensions: []
89
+ extra_rdoc_files: []
90
+ files:
91
+ - ".gitignore"
92
+ - ".rspec"
93
+ - ".travis.yml"
94
+ - CODE_OF_CONDUCT.md
95
+ - Gemfile
96
+ - LICENSE.txt
97
+ - README.md
98
+ - Rakefile
99
+ - bin/console
100
+ - bin/setup
101
+ - example/example.pptx
102
+ - example/ruby.png
103
+ - lib/ruby_slides.rb
104
+ - lib/ruby_slides/compression.rb
105
+ - lib/ruby_slides/presentation.rb
106
+ - lib/ruby_slides/slide/chart.rb
107
+ - lib/ruby_slides/slide/introduction.rb
108
+ - lib/ruby_slides/slide/pictorial.rb
109
+ - lib/ruby_slides/slide/picture_description.rb
110
+ - lib/ruby_slides/slide/table.rb
111
+ - lib/ruby_slides/slide/text_picture_split.rb
112
+ - lib/ruby_slides/slide/textual.rb
113
+ - lib/ruby_slides/util.rb
114
+ - lib/ruby_slides/version.rb
115
+ - lib/ruby_slides/views/app.xml.erb
116
+ - lib/ruby_slides/views/chart_ele.xml.erb
117
+ - lib/ruby_slides/views/chart_rel.xml.erb
118
+ - lib/ruby_slides/views/chart_slide.xml.erb
119
+ - lib/ruby_slides/views/content_type.xml.erb
120
+ - lib/ruby_slides/views/introduction_rel.xml.erb
121
+ - lib/ruby_slides/views/introduction_slide.xml.erb
122
+ - lib/ruby_slides/views/pictorial_rel.xml.erb
123
+ - lib/ruby_slides/views/pictorial_slide.xml.erb
124
+ - lib/ruby_slides/views/picture_description_rels.xml.erb
125
+ - lib/ruby_slides/views/picture_description_slide.xml.erb
126
+ - lib/ruby_slides/views/presentation.xml.erb
127
+ - lib/ruby_slides/views/presentation.xml.rel.erb
128
+ - lib/ruby_slides/views/table_rel.xml.erb
129
+ - lib/ruby_slides/views/table_slide.xml.erb
130
+ - lib/ruby_slides/views/text_picture_split_rel.xml.erb
131
+ - lib/ruby_slides/views/text_picture_split_slide.xml.erb
132
+ - lib/ruby_slides/views/textual_rel.xml.erb
133
+ - lib/ruby_slides/views/textual_slide.xml.erb
134
+ - ruby_slides.gemspec
135
+ - template/_rels/.rels
136
+ - template/docProps/core.xml
137
+ - template/ppt/_rels/.keep
138
+ - template/ppt/charts/.keep
139
+ - template/ppt/media/.keep
140
+ - template/ppt/presProps.xml
141
+ - template/ppt/slideLayouts/_rels/slideLayout1.xml.rels
142
+ - template/ppt/slideLayouts/_rels/slideLayout10.xml.rels
143
+ - template/ppt/slideLayouts/_rels/slideLayout11.xml.rels
144
+ - template/ppt/slideLayouts/_rels/slideLayout2.xml.rels
145
+ - template/ppt/slideLayouts/_rels/slideLayout3.xml.rels
146
+ - template/ppt/slideLayouts/_rels/slideLayout4.xml.rels
147
+ - template/ppt/slideLayouts/_rels/slideLayout5.xml.rels
148
+ - template/ppt/slideLayouts/_rels/slideLayout6.xml.rels
149
+ - template/ppt/slideLayouts/_rels/slideLayout7.xml.rels
150
+ - template/ppt/slideLayouts/_rels/slideLayout8.xml.rels
151
+ - template/ppt/slideLayouts/_rels/slideLayout9.xml.rels
152
+ - template/ppt/slideLayouts/slideLayout1.xml
153
+ - template/ppt/slideLayouts/slideLayout10.xml
154
+ - template/ppt/slideLayouts/slideLayout11.xml
155
+ - template/ppt/slideLayouts/slideLayout2.xml
156
+ - template/ppt/slideLayouts/slideLayout3.xml
157
+ - template/ppt/slideLayouts/slideLayout4.xml
158
+ - template/ppt/slideLayouts/slideLayout5.xml
159
+ - template/ppt/slideLayouts/slideLayout6.xml
160
+ - template/ppt/slideLayouts/slideLayout7.xml
161
+ - template/ppt/slideLayouts/slideLayout8.xml
162
+ - template/ppt/slideLayouts/slideLayout9.xml
163
+ - template/ppt/slideMasters/_rels/slideMaster1.xml.rels
164
+ - template/ppt/slideMasters/slideMaster1.xml
165
+ - template/ppt/slides/_rels/.keep
166
+ - template/ppt/tableStyles.xml
167
+ - template/ppt/theme/theme1.xml
168
+ - template/ppt/viewProps.xml
169
+ homepage: https://github.com/danielsousaio/ruby_slides
170
+ licenses:
171
+ - MIT
172
+ metadata: {}
173
+ post_install_message:
174
+ rdoc_options: []
175
+ require_paths:
176
+ - lib
177
+ required_ruby_version: !ruby/object:Gem::Requirement
178
+ requirements:
179
+ - - ">="
180
+ - !ruby/object:Gem::Version
181
+ version: '0'
182
+ required_rubygems_version: !ruby/object:Gem::Requirement
183
+ requirements:
184
+ - - ">="
185
+ - !ruby/object:Gem::Version
186
+ version: '0'
187
+ requirements: []
188
+ rubyforge_project:
189
+ rubygems_version: 2.6.8
190
+ signing_key:
191
+ specification_version: 4
192
+ summary: RubySlides
193
+ test_files: []