Skip to content

Commit

Permalink
rename to ricalv from rical
Browse files Browse the repository at this point in the history
  • Loading branch information
ohac committed May 18, 2009
1 parent b7445f9 commit 54e4653
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bin/rical → bin/ricalv
@@ -1,3 +1,3 @@
#!/usr/bin/env ruby
require 'rubygems'
require 'rical'
require 'ricalv'
2 changes: 1 addition & 1 deletion examples/ricalrc → examples/ricalvrc
@@ -1,4 +1,4 @@
# save this file as ~/.ricalrc
# save this file as ~/.ricalvrc

# relative path (base: $HOME)
icals/2009.ics
Expand Down
4 changes: 2 additions & 2 deletions lib/rical.rb → lib/ricalv.rb
Expand Up @@ -13,8 +13,8 @@
date_end = today + 365 * 3

HOME = ENV['HOME']
SETTING = "#{HOME}/.ricalrc"
CACHEDIR = "#{HOME}/.rical.d/cache"
SETTING = "#{HOME}/.ricalvrc"
CACHEDIR = "#{HOME}/.ricalv.d/cache"
unless File.exists?(SETTING)
puts "no #{SETTING}"
exit 1
Expand Down
12 changes: 6 additions & 6 deletions rical.gemspec → ricalv.gemspec
@@ -1,21 +1,21 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{rical}
s.version = "0.1.1"
s.name = %q{ricalv}
s.version = "0.1.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["OHASHI Hideya"]
s.date = %q{2009-05-14}
s.description = %q{iCalendar viewer for Ruby.}
s.email = %q{ohachige@gmail.com}
s.files = ["README", "lib/rical.rb", "bin/rical"]
s.files = ["README", "lib/ricalv.rb", "bin/ricalv"]
s.has_rdoc = true
s.homepage = %q{http://github.com/ohac/rical}
s.executables = ["rical"]
s.homepage = %q{http://github.com/ohac/ricalv}
s.executables = ["ricalv"]
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{rical}
s.rubyforge_project = %q{ricalv}
s.rubygems_version = %q{1.3.2}
s.summary = %q{iCalendar viewer for Ruby.}

Expand Down

0 comments on commit 54e4653

Please sign in to comment.