Sha256: 0706898ef635d7d350a945e725aae1590fd6e35331e30849306e8693c51d51bb
Contents?: true
Size: 777 Bytes
Versions: 1
Compression:
Stored size: 777 Bytes
Contents
require File.expand_path('../lib/modules/version', __FILE__) Gem::Specification.new do |s| s.name = 'week_of_month' s.version = WeekOfMonth::VERSION s.date = '2014-07-28' s.summary = 'Week Of Month!' s.description = 'Its gives you week_of_month method on date and time objects, that returns week of the month.' s.authors = ['Sachin Singh', 'Tommy'] s.email = ['sachin@railsdeveloper.in', 'sachin.y87@gmail.com', 'singhsachin87@yahoo.com'] s.homepage = 'https://github.com/sachin87/week-of-month' s.files = `git ls-files`.split("\n").sort s.require_paths = ['lib'] s.license = 'MIT' s.add_development_dependency 'rake', '>= 10.1.0' s.add_development_dependency 'bundler', '>= 1.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
week_of_month-1.2.3.2 | week_of_month.gemspec |