This commit is contained in:
Aart van Halteren
2022-10-23 13:42:52 +02:00
parent c7aa6e5d92
commit 04bfa9420c
3 changed files with 4 additions and 2 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
.local
.config
.project

View File

@@ -7,7 +7,6 @@
<buildSpec> <buildSpec>
</buildSpec> </buildSpec>
<natures> <natures>
<nature>com.aptana.projects.webnature</nature>
<nature>com.aptana.ruby.core.rubynature</nature> <nature>com.aptana.ruby.core.rubynature</nature>
</natures> </natures>
</projectDescription> </projectDescription>

View File

@@ -18,7 +18,7 @@ class TariffsMailer
# Create png file # Create png file
c = Cost.new c = Cost.new
c.easy_energy_tariff_barplot(Date.today) c.easy_energy_tariff_barplot(date)
mail = Mail.new do mail = Mail.new do
delivery_method :smtp, smtp_opts delivery_method :smtp, smtp_opts