Sha256: 9883f582fe93498ce7889350c2d1242e89126f64972c01d90825dab7a35adfcf

Contents?: true

Size: 690 Bytes

Versions: 28

Compression:

Stored size: 690 Bytes

Contents

$:.push File.expand_path("../lib", __FILE__)

# Maintain your gem's version:
require "tawork/version"

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
  s.name        = "tawork"
  s.version     = Tawork::VERSION
  s.authors     = ["Adnan Ali"]
  s.email       = ["adnan.ali@gmail.com"]
  s.homepage    = ""
  s.summary     = "Wiki and Tickets"
  s.description = "Wiki and Tickets"
  s.license     = "MIT"

  s.files         = `git ls-files`.split($/)
  s.executables   = s.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})

  s.add_dependency "rails", "4.1.0.rc1"

  s.require_paths = ['lib']
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
tawork-0.0.46 tawork.gemspec
tawork-0.0.45 tawork.gemspec
tawork-0.0.44 tawork.gemspec
tawork-0.0.43 tawork.gemspec
tawork-0.0.42 tawork.gemspec
tawork-0.0.41 tawork.gemspec
tawork-0.0.40 tawork.gemspec
tawork-0.0.39 tawork.gemspec
tawork-0.0.38 tawork.gemspec
tawork-0.0.37 tawork.gemspec
tawork-0.0.36 tawork.gemspec
tawork-0.0.35 tawork.gemspec
tawork-0.0.34 tawork.gemspec
tawork-0.0.31 tawork.gemspec
tawork-0.0.30 tawork.gemspec
tawork-0.0.29 tawork.gemspec
tawork-0.0.28 tawork.gemspec
tawork-0.0.27 tawork.gemspec
tawork-0.0.26 tawork.gemspec
tawork-0.0.25 tawork.gemspec