wunderbar 1.0.14 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9f09cc3b22e32a582b9923f1c76b91395d3d35b4
4
- data.tar.gz: 555fc24f00e642ef394dd32252f4ec529c486d78
3
+ metadata.gz: f16c327ed4da4e317601758ab9df7bd58f7a2795
4
+ data.tar.gz: 5a9d3685491ef6d5c5262d02b0b35f36f7f635bb
5
5
  SHA512:
6
- metadata.gz: f8444a2387957626302749413788587b107dadad6309c7173164176b304f388170a709ca9e21b9281ed167b77d3b1d18d2ad8c4c9e051f0959f84fcb9e107342
7
- data.tar.gz: 8536bef04e53585bf98084e7af85f9620a952ef181497775c4a8ff997b26ad289eeea7de66c7688f1e1998d21191fa6b1528ad208cff091788b8cf2b18529e49
6
+ metadata.gz: 33911408b08b8e78334e410d86eafd384d9cf29f0ebbd7e745e3d851465fec801ba77a58cf62d5d421754ffc94dbc2faa9485e9c48f066f34dbd3cb05d96be37
7
+ data.tar.gz: d5d88a4a33e81020027403cdd7c4cb9949d156a2f055f6dce0e2fcd67f54325149b63c4112ec16e381f13dd5b2aaa7fa22604b5510edbac586e4714b2a64fc82
@@ -10,6 +10,7 @@
10
10
  #
11
11
 
12
12
  require 'fileutils'
13
+ require 'thread'
13
14
 
14
15
  module Wunderbar
15
16
  class Asset
@@ -58,8 +59,10 @@ module Wunderbar
58
59
 
59
60
  clear
60
61
 
61
- @path = '../' * ENV['PATH_INFO'].to_s.count('/') + 'assets'
62
- @root = File.dirname(ENV['SCRIPT_FILENAME']) if ENV['SCRIPT_FILENAME']
62
+ env = Thread.current[:env] || ENV
63
+
64
+ @path = '../' * env['PATH_INFO'].to_s.count('/') + 'assets'
65
+ @root = File.dirname(env['SCRIPT_FILENAME']) if env['SCRIPT_FILENAME']
63
66
  @root = File.expand_path((@root || Dir.pwd) + "/assets").untaint
64
67
 
65
68
  # Options: typically :name plus either :file or :contents
@@ -2,7 +2,7 @@ module Wunderbar
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 1
4
4
  MINOR = 0
5
- TINY = 14
5
+ TINY = 15
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/wunderbar.gemspec CHANGED
@@ -1,14 +1,14 @@
1
1
  # -*- encoding: utf-8 -*-
2
- # stub: wunderbar 1.0.14 ruby lib
2
+ # stub: wunderbar 1.0.15 ruby lib
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "wunderbar"
6
- s.version = "1.0.14"
6
+ s.version = "1.0.15"
7
7
 
8
8
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
9
9
  s.require_paths = ["lib"]
10
10
  s.authors = ["Sam Ruby"]
11
- s.date = "2016-01-21"
11
+ s.date = "2016-01-23"
12
12
  s.description = " Wunderbar makes it easy to produce valid HTML5, wellformed XHTML, Unicode\n (utf-8), consistently indented, readable applications.'\n"
13
13
  s.email = "rubys@intertwingly.net"
14
14
  s.files = ["COPYING", "README.md", "lib/wunderbar", "lib/wunderbar.rb", "lib/wunderbar/angularjs", "lib/wunderbar/angularjs.rb", "lib/wunderbar/angularjs/resource.rb", "lib/wunderbar/angularjs/route.rb", "lib/wunderbar/asset.rb", "lib/wunderbar/backtick.rb", "lib/wunderbar/bootstrap", "lib/wunderbar/bootstrap.rb", "lib/wunderbar/bootstrap/theme.rb", "lib/wunderbar/builder.rb", "lib/wunderbar/cgi-methods.rb", "lib/wunderbar/coderay.rb", "lib/wunderbar/coffeescript.rb", "lib/wunderbar/cssproxy.rb", "lib/wunderbar/environment.rb", "lib/wunderbar/eventsource.rb", "lib/wunderbar/html-methods.rb", "lib/wunderbar/installation.rb", "lib/wunderbar/job-control.rb", "lib/wunderbar/jquery", "lib/wunderbar/jquery.rb", "lib/wunderbar/jquery/filter.rb", "lib/wunderbar/jquery/stupidtable.rb", "lib/wunderbar/listen.rb", "lib/wunderbar/logger.rb", "lib/wunderbar/markdown.rb", "lib/wunderbar/marked.rb", "lib/wunderbar/node.rb", "lib/wunderbar/pagedown.rb", "lib/wunderbar/polymer.rb", "lib/wunderbar/rack.rb", "lib/wunderbar/rails.rb", "lib/wunderbar/react.rb", "lib/wunderbar/script.rb", "lib/wunderbar/server.rb", "lib/wunderbar/sinatra.rb", "lib/wunderbar/underscore.rb", "lib/wunderbar/vendor", "lib/wunderbar/vendor/Markdown.Converter.js", "lib/wunderbar/vendor/angular-resource.min.js", "lib/wunderbar/vendor/angular-route.min.js", "lib/wunderbar/vendor/angular.min.js", "lib/wunderbar/vendor/bootstrap-theme.min.css", "lib/wunderbar/vendor/bootstrap.min.css", "lib/wunderbar/vendor/bootstrap.min.js", "lib/wunderbar/vendor/eventsource.min.js", "lib/wunderbar/vendor/jquery-1.11.2.min.js", "lib/wunderbar/vendor/marked.min.js", "lib/wunderbar/vendor/polymer-v0.0.20131003.min.js", "lib/wunderbar/vendor/react-dom.min.js", "lib/wunderbar/vendor/react-with-addons.min.js", "lib/wunderbar/vendor/stupidtable.min.js", "lib/wunderbar/vendor/underscore-min.js", "lib/wunderbar/version.rb", "lib/wunderbar/websocket.rb", "wunderbar.gemspec"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wunderbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.14
4
+ version: 1.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Ruby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-21 00:00:00.000000000 Z
11
+ date: 2016-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json