Sha256: 2d6935ddf07990a0f6ab153764375dca406e11aa104321d502137a2251ee77ef

Contents?: true

Size: 723 Bytes

Versions: 7

Compression:

Stored size: 723 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name = 'angular_xss'
  s.version = AngularXss::VERSION
  s.authors = ["Henning Koch"]
  s.email = 'henning.koch@makandra.de'
  s.homepage = 'https://github.com/makandra/angular_xss'
  s.summary = 'Patches rails_xss and Haml so AngularJS interpolations are auto-escaped in unsafe strings.'
  s.description = s.summary
  s.license = 'MIT'

  s.files         = `git ls-files`.split($\)
  s.test_files    = s.files.grep(%r{^spec/})
  s.require_paths = ["lib"]

  s.add_dependency('activesupport')
  s.add_dependency('haml', '>=3.1.5') # Haml below 3.1.5 does not escape HTML attributes by default. Do not use it!
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
angular_xss-0.4.0 angular_xss.gemspec
angular_xss-0.3.1 angular_xss.gemspec
angular_xss-0.3.0 angular_xss.gemspec
angular_xss-0.2.3 angular_xss.gemspec
angular_xss-0.2.2 angular_xss.gemspec
angular_xss-0.2.1 angular_xss.gemspec
angular_xss-0.2.0 angular_xss.gemspec