makecal 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/makecal +2 -2
  2. data/lib/makecal/version.rb +1 -1
  3. metadata +1 -1
data/bin/makecal CHANGED
@@ -4,11 +4,11 @@ require 'makecal'
4
4
 
5
5
  class UI < Thor
6
6
  include Thor::Actions
7
- default_action :makecal
7
+ default_task :makecal
8
8
 
9
9
  desc "makecal", "Generates postscript calendar to your desktop"
10
10
  def makecal
11
- puts run "pcal -B -b all -d Helvetica/8 -t Helvetica/16 -S #{Time.now.month} #{Time.now.year} > ~/Desktop/#{Time.now.month}-#{Time.now.year}"
11
+ run "pcal -B -b all -d Helvetica/8 -t Helvetica/16 -S #{Time.now.month} #{Time.now.year} > ~/Desktop/#{Time.now.month}-#{Time.now.year}"
12
12
  end
13
13
  end
14
14
 
@@ -1,3 +1,3 @@
1
1
  module Makecal
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: makecal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: