jalalidate 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/Rakefile +2 -4
  2. metadata +3 -5
data/Rakefile CHANGED
@@ -6,17 +6,15 @@ begin
6
6
  Jeweler::Tasks.new do |gem|
7
7
 
8
8
  gem.name = "jalalidate"
9
- gem.version = "0.2.0"
9
+ gem.version = "0.2.1"
10
10
  gem.authors = ["Aziz A. Bargi"]
11
11
  gem.email = "aziz.bargi@gmail.com"
12
12
  gem.rubyforge_project = 'JalaliDate'
13
13
  gem.homepage = "http://github.com/aziz/jalalidate"
14
- gem.summary = "A port of class Date in ruby that works based on Jalali Calendar (a.k.a Persian Calendar)"
15
- gem.require_path = "lib"
14
+ gem.summary = "A library for working with Jalali Calendar (a.k.a Persian Calendar)"
16
15
  gem.has_rdoc = true
17
16
  gem.extra_rdoc_files = ["README.rdoc","LICENSE"]
18
17
  gem.add_development_dependency "rspec", ">= 1.2.9"
19
- gem.rdoc_options << "--charset" << "utf-8"
20
18
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
21
19
  end
22
20
  Jeweler::GemcutterTasks.new
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Aziz A. Bargi
@@ -55,8 +55,6 @@ licenses: []
55
55
  post_install_message:
56
56
  rdoc_options:
57
57
  - --charset=UTF-8
58
- - --charset
59
- - utf-8
60
58
  require_paths:
61
59
  - lib
62
60
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -79,7 +77,7 @@ rubyforge_project: JalaliDate
79
77
  rubygems_version: 1.3.6
80
78
  signing_key:
81
79
  specification_version: 3
82
- summary: A port of class Date in ruby that works based on Jalali Calendar (a.k.a Persian Calendar)
80
+ summary: A library for working with Jalali Calendar (a.k.a Persian Calendar)
83
81
  test_files:
84
82
  - spec/jalalidate_spec.rb
85
83
  - spec/spec_helper.rb