# -*- encoding: utf-8 -*- # stub: snowplow_ruby_duid 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "snowplow_ruby_duid".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Simply Business".freeze] s.date = "2015-01-28" s.description = "A gem that exposes the Snowplow domain userid in Rack applications. Also allows you to set your own domain userid that will be shared with the Snowplow Javascript tracker.".freeze s.email = ["tech@simplybusiness.co.uk".freeze] s.files = [".rspec".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "lib/snowplow_ruby_duid.rb".freeze, "lib/snowplow_ruby_duid/cookie.rb".freeze, "lib/snowplow_ruby_duid/domain_userid.rb".freeze, "lib/snowplow_ruby_duid/helper.rb".freeze, "lib/snowplow_ruby_duid/version.rb".freeze, "snowplow_ruby_duid.gemspec".freeze, "spec/lib/snowplow_ruby_duid/cookie.feature".freeze, "spec/lib/snowplow_ruby_duid/cookie_spec.rb".freeze, "spec/lib/snowplow_ruby_duid/domain_userid_spec.rb".freeze, "spec/lib/snowplow_ruby_duid/helper.feature".freeze, "spec/lib/snowplow_ruby_duid/helper_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/simplybusiness/snowplow_ruby_duid".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A gem that exposes the Snowplow domain userid in Rack applications. Also allows you to set your own domain userid that will be shared with the Snowplow Javascript tracker.".freeze s.test_files = ["spec/lib/snowplow_ruby_duid/cookie.feature".freeze, "spec/lib/snowplow_ruby_duid/cookie_spec.rb".freeze, "spec/lib/snowplow_ruby_duid/domain_userid_spec.rb".freeze, "spec/lib/snowplow_ruby_duid/helper.feature".freeze, "spec/lib/snowplow_ruby_duid/helper_spec.rb".freeze, "spec/spec_helper.rb".freeze] end