ical2gcal 0.5.2 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.rspec +1 -0
- data/Gemfile +5 -17
- data/HISTORY.md +14 -0
- data/README.rdoc +1 -1
- data/Rakefile +3 -56
- data/{bin → exe}/ical2gcal +0 -0
- data/ical2gcal.gemspec +28 -78
- data/lib/google.rb +4 -1
- data/lib/ical2gcal/version.rb +5 -0
- data/lib/ical2gcal.rb +2 -2
- data/monkey_patches/multi_json.rb +24 -0
- metadata +42 -125
- data/.travis.yml +0 -4
- data/VERSION +0 -1
- data/spec/ical2gcal_spec.rb +0 -4
- data/spec/ics/events_spec.rb +0 -27
- data/spec/ics/list_spec.rb +0 -60
- data/spec/spec_helper.rb +0 -12
- data/spec/support/ics_list.txt +0 -1
- data/spec/support/japanese_holidays.ics +0 -728
data/spec/spec_helper.rb
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
2
|
-
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
3
|
-
require 'rspec'
|
4
|
-
require 'ical2gcal'
|
5
|
-
|
6
|
-
# Requires supporting files with custom matchers and macros, etc,
|
7
|
-
# in ./support/ and its subdirectories.
|
8
|
-
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
|
9
|
-
|
10
|
-
RSpec.configure do |config|
|
11
|
-
|
12
|
-
end
|
data/spec/support/ics_list.txt
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
https://www.google.com/calendar/ical/japanese%40holiday.calendar.google.com/public/basic.ics
|