Sha256: 695bc8657e1e952312bc80d9ccc9c11a360f2d09b750401530deb0de4bffb0fa
Contents?: true
Size: 1.94 KB
Versions: 1
Compression:
Stored size: 1.94 KB
Contents
Gem::Specification.new do |s| s.name = "smartmonth" s.version = "1.1.1" s.date = "2008-09-06" 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", "rails", "rails/init.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.1.1 | smartmonth.gemspec |