Sha256: ced27f80eb8997420d8f31a90e7eafd4a49d12eb235fd1706fe5ab746223d56d
Contents?: true
Size: 762 Bytes
Versions: 1
Compression:
Stored size: 762 Bytes
Contents
require 'rake' Gem::Specification.new do |s| s.name = 'my_annotations' s.version = '0.6.0' s.date = '2013-05-08' s.summary = "This gem allows arbitrary metadata and relationships to be stored and retrieved, in the form of Annotations for any model objects in your Ruby on Rails (v2.2+) application." s.description = "This gem allows arbitrary metadata and relationships to be stored and retrieved, in the form of Annotations for any model objects in your Ruby on Rails (v2.2+) application." s.authors = ["Jiten Bhagat","Stuart Owen","Quyen Nguyen"] s.email = 'nttqa22001@yahoo.com' s.files = `git ls-files`.split($/) s.homepage = 'https://github.com/myGrid/annotations' s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
my_annotations-0.6.0 | my_annotations.gemspec |