Sha256: 2075cf946958d2b6de51b28c5dac28b1b7109110e3e7772ce6f66ba4c35638bc
Contents?: true
Size: 517 Bytes
Versions: 1
Compression:
Stored size: 517 Bytes
Contents
Gem::Specification.new do |s| s.name = 'week_of_month' s.version = '1.2.3.1' s.date = '2014-04-27' 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"] s.email = 'sachin@railsdeveloper.in' s.homepage = 'https://github.com/sachin87/week-of-month' s.files = `git ls-files`.split("\n").sort s.require_paths = ["lib"] s.license = 'MIT' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
week_of_month-1.2.3.1 | week_of_month.gemspec |