Sha256: 807e0925cf9f85df9ea180d0eaca928db57c38cd098934c3ec42c4eafe9af890
Contents?: true
Size: 1.48 KB
Versions: 2
Compression:
Stored size: 1.48 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' ], #, :path=>'~/dev/smartname/main' [ 'htmlentities', '~> 4.3' ], [ 'uuid', '~> 2.3' ], [ 'paperclip', '~> 2.8' ], [ 'rmagick', '~> 2.13' ], [ 'recaptcha', '~> 0.3' ], [ 'xmlscan', '~> 0.3' ], [ 'rubyzip', '~> 1.0' ], # only required in module. should be separated out. [ 'airbrake', '~> 3.1' ], [ 'coderay', '~> 1.0' ], [ 'sass', '~> 3.2' ] ].each do |dep| s.add_runtime_dependency *dep end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wagn-1.12.12 | wagn.gemspec |
wagn-1.12.11 | wagn.gemspec |