Sha256: 751ea7c94261cb76c7b78591b24901b6f3ec8554a68aa63aaff450d51747d217

Contents?: true

Size: 987 Bytes

Versions: 5

Compression:

Stored size: 987 Bytes

Contents

$:.push File.expand_path('../lib', __FILE__)
require 'version'

Gem::Specification.new do |s|

  # Description Meta...
  s.name        = 'parsi-date'
  s.version     = Parsi::Date::VERSION
  s.platform    = Gem::Platform::RUBY
  s.author      = 'Hassan Zamani'
  s.email       = 'hsn.zamani@gmail.com'
  s.homepage    = 'http://github.com/hzamani/parsi-date'
  s.summary     = 'Solar Hijri (Jalali, Persian, Parsi) date library for Ruby'
  s.description = "A Solar Hijri (Jalali) date library for Ruby, whitch provides much of Ruby's built-in date class"


  # Load Paths...
  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ['lib']


  # Dependencies (installed via 'bundle install')...
  s.add_development_dependency("bundler")
  s.add_development_dependency("rake")
  s.add_development_dependency("rspec")
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
parsi-date-0.2.4 parsi-date.gemspec
parsi-date-0.2.3 parsi-date.gemspec
parsi-date-0.2.2 parsi-date.gemspec
parsi-date-0.2.1 parsi-date.gemspec
parsi-date-0.2 parsi-date.gemspec