makecal 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/bin/makecal CHANGED
@@ -4,6 +4,7 @@ require 'makecal'
4
4
 
5
5
  class UI < Thor
6
6
  include Thor::Actions
7
+ default_action :makecal
7
8
 
8
9
  desc "makecal", "Generates postscript calendar to your desktop"
9
10
  def makecal
@@ -1,3 +1,3 @@
1
1
  module Makecal
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/lib/makecal.rb CHANGED
@@ -1,3 +1,2 @@
1
1
  require "makecal/version"
2
- # require "rubygems"
3
2
  require "thor"
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.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: