Sha256: 390b77b3e8f6de01c63f3daccc95ded8fa5988a2e2066a098940a151574dc04f

Contents?: true

Size: 695 Bytes

Versions: 15

Compression:

Stored size: 695 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.beta1"

  s.require_paths = ['lib']
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
tawork-0.0.16 tawork.gemspec
tawork-0.0.14 tawork.gemspec
tawork-0.0.13 tawork.gemspec
tawork-0.0.12 tawork.gemspec
tawork-0.0.11 tawork.gemspec
tawork-0.0.10 tawork.gemspec
tawork-0.0.9 tawork.gemspec
tawork-0.0.8 tawork.gemspec
tawork-0.0.7 tawork.gemspec
tawork-0.0.6 tawork.gemspec
tawork-0.0.5 tawork.gemspec
tawork-0.0.4 tawork.gemspec
tawork-0.0.3 tawork.gemspec
tawork-0.0.2 tawork.gemspec
tawork-0.0.1 tawork.gemspec