Sha256: 397c82a25b41f89d50e805f830342731e429c766cbb74effe7109b9180dafa13

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.5.1'
  s.date        = '2013-05-02'
  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.5.1 my_annotations.gemspec