Sha256: 31ae05a3b8fd291ec540c85c77e12a41955c886f5b60803676570983cc669539

Contents?: true

Size: 1.54 KB

Versions: 10

Compression:

Stored size: 1.54 KB

Contents

#lib = File.expand_path('../lib', __FILE__)
#$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require File.expand_path( '../lib/wagn/version', __FILE__ )

Gem::Specification.new do |s|
  s.name          = 'wagn'
  s.version       = Wagn::Version.release
  s.authors       = ["Ethan McCutchen", "Lewis Hoffman", "Gerry Gleason"]
  s.email         = ['info@wagn.org']
                  
#  s.date          = '2013-12-20'
  s.summary       = "structured wiki web platform"
  s.description   = "a wiki approach to stuctured data, dynamic interaction, and web design"
  s.homepage      = 'http://wagn.org'
  s.license       = 'GPL'

  s.files         = `git ls-files`.split($/)
  
  s.bindir        = 'bin'
  s.executables   = [ 'wagn' ]
  s.test_files    = s.files.grep(%r{^(test|spec|features)/})
  s.require_paths = ["lib"]

  s.required_ruby_version = '>= 1.8.7'

  [
    
    [ 'rails',        '3.2.16'  ],
    [ 'smartname',    '0.2.3'   ],

    [ 'uuid',         '~> 2.3'  ],
    [ 'paperclip',    '~> 2.8'  ],
    [ 'htmlentities', '~> 4.3'  ],
    [ 'rmagick',      '~> 2.13' ],
    [ 'recaptcha',    '~> 0.3'  ],                                  
    [ 'coderay',      '~> 1.0'  ],
    [ 'sass',         '~> 3.2'  ],
    [ 'coffee-script','~> 2.2'  ],
    [ 'uglifier',     '~> 2.5'  ],
    
    [ 'haml',         '~> 4.0'  ],
    [ 'kaminari',     '~> 0.16' ],
    [ 'diffy',        '~> 3.0'  ],
    [ 'diff-lcs',     '~> 1.2'  ],
    # should not depend!
    [ 'airbrake',     '~> 4.1'  ] 

    
  ].each do |dep|
    s.add_runtime_dependency *dep
  end
  
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wagn-1.14.9 wagn.gemspec
wagn-1.14.8 wagn.gemspec
wagn-1.14.7 wagn.gemspec
wagn-1.14.6 wagn.gemspec
wagn-1.14.5 wagn.gemspec
wagn-1.14.4 wagn.gemspec
wagn-1.14.3 wagn.gemspec
wagn-1.14.2 wagn.gemspec
wagn-1.14.1 wagn.gemspec
wagn-1.14.0 wagn.gemspec