turbolinks-source-5.1.0/0000755000004100000410000000000013273074007015242 5ustar www-datawww-dataturbolinks-source-5.1.0/README.md0000644000004100000410000000000013273074007016507 0ustar www-datawww-dataturbolinks-source-5.1.0/turbolinks-source.gemspec0000644000004100000410000000170613273074007022305 0ustar www-datawww-data######################################################### # This file has been automatically generated by gem2tgz # ######################################################### # -*- encoding: utf-8 -*- # stub: turbolinks-source 5.1.0 ruby lib Gem::Specification.new do |s| s.name = "turbolinks-source".freeze s.version = "5.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sam Stephenson".freeze] s.date = "2018-01-08" s.email = "sstephenson@gmail.com".freeze s.files = ["LICENSE".freeze, "README.md".freeze, "lib/assets/javascripts/turbolinks.js".freeze, "lib/turbolinks/source.rb".freeze, "lib/turbolinks/source/version.rb".freeze] s.homepage = "https://github.com/turbolinks/turbolinks-source-gem".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "2.5.2.1".freeze s.summary = "Turbolinks JavaScript assets".freeze end turbolinks-source-5.1.0/LICENSE0000644000004100000410000000203513273074007016247 0ustar www-datawww-dataCopyright 2018 Basecamp, LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. turbolinks-source-5.1.0/lib/0000755000004100000410000000000013273074007016010 5ustar www-datawww-dataturbolinks-source-5.1.0/lib/assets/0000755000004100000410000000000013273074007017312 5ustar www-datawww-dataturbolinks-source-5.1.0/lib/assets/javascripts/0000755000004100000410000000000013273074007021643 5ustar www-datawww-dataturbolinks-source-5.1.0/lib/turbolinks/0000755000004100000410000000000013273074007020204 5ustar www-datawww-dataturbolinks-source-5.1.0/lib/turbolinks/source/0000755000004100000410000000000013273074007021504 5ustar www-datawww-dataturbolinks-source-5.1.0/lib/turbolinks/source/version.rb0000644000004100000410000000010213273074007023507 0ustar www-datawww-datamodule Turbolinks module Source VERSION = "5.1.0" end end turbolinks-source-5.1.0/lib/turbolinks/source.rb0000644000004100000410000000025613273074007022034 0ustar www-datawww-datarequire 'turbolinks/source/version' module Turbolinks module Source def self.asset_path File.expand_path("../../assets/javascripts", __FILE__) end end end