artemo 3.1.5 → 3.1.6
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 +4 -4
- data/.DS_Store +0 -0
- data/CHANGELOG +3 -0
- data/Gemfile.lock +1 -1
- data/README.md +4 -148
- data/examples/result/A Sketch For A Modern Love Poem - Poem by Tadeusz Rozewicz.pdf +242 -0
- data/examples/result/Earth Again - Poem by Czeslaw Milosz.pdf +440 -0
- data/examples/result/First Love - Poem by Wislawa Szymborska.pdf +341 -0
- data/examples/result/Grass - Poem by Julian Tuwim.pdf +308 -0
- data/examples/result/Hatred - Poem by Wislawa Szymborska.pdf +374 -0
- data/examples/result/It Was Winter - Poem by Czeslaw Milosz.pdf +341 -0
- data/examples/result/Photograph From September 11 - Poem by Wislawa Szymborska.pdf +341 -0
- data/examples/result/Pigtail - Poem by Tadeusz Rozewicz.pdf +242 -0
- data/examples/result/Polish Flowers - Poem by Julian Tuwim.pdf +242 -0
- data/examples/result/Preface - Poem by Czeslaw Milosz.pdf +341 -0
- data/examples/result/Rovigo - Poem by Zbigniew Herbert.pdf +308 -0
- data/examples/result/The Dancing Socrates - Poem by Julian Tuwim.pdf +341 -0
- data/examples/result/The Fable About A Nail - Poem by Zbigniew Herbert.pdf +341 -0
- data/examples/result/The Gate - Poem by Tadeusz Rozewicz.pdf +341 -0
- data/examples/result/The Return - Poem by Tadeusz Rozewicz.pdf +407 -0
- data/examples/result/The Road - Poem by Czeslaw Milosz.pdf +275 -0
- data/examples/result/The Saturday Night Song - Poem by Julian Tuwim.pdf +440 -0
- data/examples/result/The Survivor - Poem by Tadeusz Rozewicz.pdf +242 -0
- data/examples/result/To My Bones - Poem by Zbigniew Herbert.pdf +440 -0
- data/examples/result/Two Monkeys by Brueghel - Poem by Wislawa Szymborska.pdf +341 -0
- data/examples/result/Veni Seer - Poem by Czeslaw Milosz.pdf +275 -0
- data/examples/result/Vermeer - Poem by Wislawa Szymborska.pdf +275 -0
- data/examples/result/Wasp - Poem by Zbigniew Herbert.pdf +374 -0
- data/examples/result/What Our Dead Do - Poem by Zbigniew Herbert.pdf +341 -0
- data/examples/result/Wife - Poem by Julian Tuwim.pdf +374 -0
- data/examples/txt/A Sketch For A Modern Love Poem - Poem by Tadeusz Rozewicz.txt +39 -0
- data/examples/txt/Earth Again - Poem by Czeslaw Milosz.txt +13 -0
- data/examples/txt/First Love - Poem by Wislawa Szymborska.txt +26 -0
- data/examples/txt/Grass - Poem by Julian Tuwim.txt +14 -0
- data/examples/txt/Hatred - Poem by Wislawa Szymborska.txt +37 -0
- data/examples/txt/It Was Winter - Poem by Czeslaw Milosz.txt +69 -0
- data/examples/txt/Photograph From September 11 - Poem by Wislawa Szymborska.txt +24 -0
- data/examples/txt/Pigtail - Poem by Tadeusz Rozewicz.txt +24 -0
- data/examples/txt/Polish Flowers - Poem by Julian Tuwim.txt +6 -0
- data/examples/txt/Preface - Poem by Czeslaw Milosz.txt +26 -0
- data/examples/txt/Rovigo - Poem by Zbigniew Herbert.txt +28 -0
- data/examples/txt/The Dancing Socrates - Poem by Julian Tuwim.txt +12 -0
- data/examples/txt/The Fable About A Nail - Poem by Zbigniew Herbert.txt +64 -0
- data/examples/txt/The Gate - Poem by Tadeusz Rozewicz.txt +65 -0
- data/examples/txt/The Return - Poem by Tadeusz Rozewicz.txt +27 -0
- data/examples/txt/The Road - Poem by Czeslaw Milosz.txt +19 -0
- data/examples/txt/The Saturday Night Song - Poem by Julian Tuwim.txt +19 -0
- data/examples/txt/The Survivor - Poem by Tadeusz Rozewicz.txt +34 -0
- data/examples/txt/To My Bones - Poem by Zbigniew Herbert.txt +33 -0
- data/examples/txt/Two Monkeys by Brueghel - Poem by Wislawa Szymborska.txt +13 -0
- data/examples/txt/Veni Seer - Poem by Czeslaw Milosz.txt +15 -0
- data/examples/txt/Vermeer - Poem by Wislawa Szymborska.txt +6 -0
- data/examples/txt/Wasp - Poem by Zbigniew Herbert.txt +2 -0
- data/examples/txt/What Our Dead Do - Poem by Zbigniew Herbert.txt +64 -0
- data/examples/txt/Wife - Poem by Julian Tuwim.txt +18 -0
- data/lib/.DS_Store +0 -0
- data/lib/artemo/plot.rb +7 -3
- data/lib/artemo/version.rb +1 -1
- metadata +51 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
My husband is idle, is dumb and spends money.
|
|
2
|
+
He either stands still at the window or runs about town like a bunny.
|
|
3
|
+
|
|
4
|
+
He stares and he stares, at a tram, at the sky.
|
|
5
|
+
He mutters, he whistles: he rummages over the house like an amateur spy.
|
|
6
|
+
|
|
7
|
+
And then he reads books: he turns their pages at least.
|
|
8
|
+
There are books in the kitchen and cellar; folios mixed with the yeast.
|
|
9
|
+
|
|
10
|
+
But what is he thinking about? what does my husband mumble?
|
|
11
|
+
When he tries to speak he gets nervous: piles of words flurry and tumble.
|
|
12
|
+
|
|
13
|
+
In the evening he drinks, and I feel angry enough
|
|
14
|
+
When I see his dear eyes getting misted up with that stuff.
|
|
15
|
+
|
|
16
|
+
His eyes are misted. He takes one more dram.
|
|
17
|
+
He kneels down beside me and lays his head on my arm.
|
|
18
|
+
It is only then that I learn for the first time who I am
|
data/lib/.DS_Store
CHANGED
|
Binary file
|
data/lib/artemo/plot.rb
CHANGED
|
@@ -5,9 +5,13 @@ class Plot
|
|
|
5
5
|
# @note This method is plotting data to pdf.
|
|
6
6
|
|
|
7
7
|
def self.call(hash)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
begin
|
|
9
|
+
Prawn::Document.generate 'emotions.pdf' do
|
|
10
|
+
data = {views: hash}
|
|
11
|
+
chart data, legend: false, label: true, format: :percentage
|
|
12
|
+
end
|
|
13
|
+
rescue
|
|
14
|
+
nil
|
|
11
15
|
end
|
|
12
16
|
end
|
|
13
17
|
end
|
data/lib/artemo/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: artemo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Łukasz Fuszara
|
|
@@ -102,6 +102,56 @@ files:
|
|
|
102
102
|
- Rakefile
|
|
103
103
|
- artemo.gemspec
|
|
104
104
|
- bin/artemo
|
|
105
|
+
- examples/result/A Sketch For A Modern Love Poem - Poem by Tadeusz Rozewicz.pdf
|
|
106
|
+
- examples/result/Earth Again - Poem by Czeslaw Milosz.pdf
|
|
107
|
+
- examples/result/First Love - Poem by Wislawa Szymborska.pdf
|
|
108
|
+
- examples/result/Grass - Poem by Julian Tuwim.pdf
|
|
109
|
+
- examples/result/Hatred - Poem by Wislawa Szymborska.pdf
|
|
110
|
+
- examples/result/It Was Winter - Poem by Czeslaw Milosz.pdf
|
|
111
|
+
- examples/result/Photograph From September 11 - Poem by Wislawa Szymborska.pdf
|
|
112
|
+
- examples/result/Pigtail - Poem by Tadeusz Rozewicz.pdf
|
|
113
|
+
- examples/result/Polish Flowers - Poem by Julian Tuwim.pdf
|
|
114
|
+
- examples/result/Preface - Poem by Czeslaw Milosz.pdf
|
|
115
|
+
- examples/result/Rovigo - Poem by Zbigniew Herbert.pdf
|
|
116
|
+
- examples/result/The Dancing Socrates - Poem by Julian Tuwim.pdf
|
|
117
|
+
- examples/result/The Fable About A Nail - Poem by Zbigniew Herbert.pdf
|
|
118
|
+
- examples/result/The Gate - Poem by Tadeusz Rozewicz.pdf
|
|
119
|
+
- examples/result/The Return - Poem by Tadeusz Rozewicz.pdf
|
|
120
|
+
- examples/result/The Road - Poem by Czeslaw Milosz.pdf
|
|
121
|
+
- examples/result/The Saturday Night Song - Poem by Julian Tuwim.pdf
|
|
122
|
+
- examples/result/The Survivor - Poem by Tadeusz Rozewicz.pdf
|
|
123
|
+
- examples/result/To My Bones - Poem by Zbigniew Herbert.pdf
|
|
124
|
+
- examples/result/Two Monkeys by Brueghel - Poem by Wislawa Szymborska.pdf
|
|
125
|
+
- examples/result/Veni Seer - Poem by Czeslaw Milosz.pdf
|
|
126
|
+
- examples/result/Vermeer - Poem by Wislawa Szymborska.pdf
|
|
127
|
+
- examples/result/Wasp - Poem by Zbigniew Herbert.pdf
|
|
128
|
+
- examples/result/What Our Dead Do - Poem by Zbigniew Herbert.pdf
|
|
129
|
+
- examples/result/Wife - Poem by Julian Tuwim.pdf
|
|
130
|
+
- examples/txt/A Sketch For A Modern Love Poem - Poem by Tadeusz Rozewicz.txt
|
|
131
|
+
- examples/txt/Earth Again - Poem by Czeslaw Milosz.txt
|
|
132
|
+
- examples/txt/First Love - Poem by Wislawa Szymborska.txt
|
|
133
|
+
- examples/txt/Grass - Poem by Julian Tuwim.txt
|
|
134
|
+
- examples/txt/Hatred - Poem by Wislawa Szymborska.txt
|
|
135
|
+
- examples/txt/It Was Winter - Poem by Czeslaw Milosz.txt
|
|
136
|
+
- examples/txt/Photograph From September 11 - Poem by Wislawa Szymborska.txt
|
|
137
|
+
- examples/txt/Pigtail - Poem by Tadeusz Rozewicz.txt
|
|
138
|
+
- examples/txt/Polish Flowers - Poem by Julian Tuwim.txt
|
|
139
|
+
- examples/txt/Preface - Poem by Czeslaw Milosz.txt
|
|
140
|
+
- examples/txt/Rovigo - Poem by Zbigniew Herbert.txt
|
|
141
|
+
- examples/txt/The Dancing Socrates - Poem by Julian Tuwim.txt
|
|
142
|
+
- examples/txt/The Fable About A Nail - Poem by Zbigniew Herbert.txt
|
|
143
|
+
- examples/txt/The Gate - Poem by Tadeusz Rozewicz.txt
|
|
144
|
+
- examples/txt/The Return - Poem by Tadeusz Rozewicz.txt
|
|
145
|
+
- examples/txt/The Road - Poem by Czeslaw Milosz.txt
|
|
146
|
+
- examples/txt/The Saturday Night Song - Poem by Julian Tuwim.txt
|
|
147
|
+
- examples/txt/The Survivor - Poem by Tadeusz Rozewicz.txt
|
|
148
|
+
- examples/txt/To My Bones - Poem by Zbigniew Herbert.txt
|
|
149
|
+
- examples/txt/Two Monkeys by Brueghel - Poem by Wislawa Szymborska.txt
|
|
150
|
+
- examples/txt/Veni Seer - Poem by Czeslaw Milosz.txt
|
|
151
|
+
- examples/txt/Vermeer - Poem by Wislawa Szymborska.txt
|
|
152
|
+
- examples/txt/Wasp - Poem by Zbigniew Herbert.txt
|
|
153
|
+
- examples/txt/What Our Dead Do - Poem by Zbigniew Herbert.txt
|
|
154
|
+
- examples/txt/Wife - Poem by Julian Tuwim.txt
|
|
105
155
|
- include/.DS_Store
|
|
106
156
|
- include/database.db
|
|
107
157
|
- lib/.DS_Store
|