Sha256: ef2e0e6e3b4bc02766946259cc9f9c942d2e05ab742f01e9964c90eac59bef16
Contents?: true
Size: 1.09 KB
Versions: 3
Compression:
Stored size: 1.09 KB
Contents
module Gasoline module Texts class << self def cut_here_line "_.:Gasoline Snippet:._" end def cut_here_snippet <<SNIPPET //#{cut_here_line} // // Anything below this line will be replaced by the gasoline gem. // SNIPPET end def propane_header <<HEADER /* As of version 1.1.2, Propane will load and execute the contents of ~Library/Application Support/Propane/unsupported/caveatPatchor.js immediately following the execution of its own enhancer.js file. You can use this mechanism to add your own customizations to Campfire in Propane. 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. */ HEADER end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
gasoline-0.0.3 | lib/gasoline/texts.rb |
gasoline-0.0.2 | lib/gasoline/texts.rb |
gasoline-0.0.1 | lib/gasoline/texts.rb |