cal_exporter 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Coverage Status](https://coveralls.io/repos/sota0805/cal_exporter/badge.png)](https://coveralls.io/r/sota0805/cal_exporter)
6
6
 
7
7
 
8
- TODO: Write a gem description
8
+ Export calendar data
9
9
 
10
10
  ## Installation
11
11
 
@@ -9,8 +9,8 @@ require "pry"
9
9
  module CalExporter
10
10
  class CLI < Thor
11
11
 
12
- desc "calender CALENDER_ID FORMAT SAVE_LOCATION", "Export calender with specified file format"
13
- def calender(calendar_id, format, save_location)
12
+ desc "calendar CALENDER_ID FORMAT SAVE_LOCATION", "Export calender with specified file format"
13
+ def calendar(calendar_id, format, save_location)
14
14
  import = Importer.new(calendar_id)
15
15
  calendars = import.fetch
16
16
  export = Exporter.new(format, save_location)
@@ -1,3 +1,3 @@
1
1
  module CalExporter
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cal_exporter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: