Sha256: f786d83deb301fedf287400b35f7f7fcb884e709906f530c957a16bb6e13edaf
Contents?: true
Size: 1.91 KB
Versions: 1
Compression:
Stored size: 1.91 KB
Contents
Gem::Specification.new do |s| s.name = "smartmonth" s.version = "1.0" s.date = "2008-08-21" s.summary = "Making months smarter in Ruby (and Rails)." s.email = "roland@moriz.de" s.homepage = "http://github.com/rmoriz/smartmonth/tree/master" s.has_rdoc = true s.authors = ['Derek Perez'] s.files = [ "init.rb", "lib/month.rb", "lib/smart_month", "lib/smart_month/calculations.rb", "lib/smart_month/collection.rb", "lib/smart_month/magic.rb", "lib/smart_month/math.rb", "lib/smart_month/util.rb", "MIT-LICENSE", "Rakefile", # "rdoc/classes/Month.html", # "rdoc/classes/SmartMonth", # "rdoc/classes/SmartMonth/Calculations.html", # "rdoc/classes/SmartMonth/Collection", # "rdoc/classes/SmartMonth/Collection/Day.html", # "rdoc/classes/SmartMonth/Collection.html", # "rdoc/classes/SmartMonth/Magic", # "rdoc/classes/SmartMonth/Magic/MonthFactory.html", # "rdoc/classes/SmartMonth/Magic.html", # "rdoc/classes/SmartMonth/Math.html", # "rdoc/classes/SmartMonth/Util.html", # "rdoc/classes/SmartMonth.html", # "rdoc/created.rid", # "rdoc/files/lib/month_rb.html", # "rdoc/files/lib/smart_month", # "rdoc/files/lib/smart_month/calculations_rb.html", # "rdoc/files/lib/smart_month/collection_rb.html", # "rdoc/files/lib/smart_month/magic_rb.html", # "rdoc/files/lib/smart_month/math_rb.html", # "rdoc/files/lib/smart_month/util_rb.html", # "rdoc/files/README.html", # "rdoc/fr_class_index.html", # "rdoc/fr_file_index.html", # "rdoc/fr_method_index.html", # "rdoc/index.html", # "rdoc/rdoc-style.css", "README", "smartmonth.gemspec", "tasks/smart_month_tasks.rake", "test/test_helper.rb", "test/unit/smart_month_test.rb", ] s.test_files = [ "test/test_helper.rb", "test/unit/smart_month_test.rb", ] s.rdoc_options = ["--main", "README"] s.extra_rdoc_files = ["README", "MIT-LICENSE"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rmoriz-smartmonth-1.0 | smartmonth.gemspec |