lib/nsume/default.rb in nsume-0.0.6 vs lib/nsume/default.rb in nsume-0.0.7
- old
+ new
@@ -1,14 +1,14 @@
module Nsume
module Default
JQUERY_ENDPOINT = 'https://code.jquery.com/jquery-1.10.2.min.js'.freeze
JQUERY_FILE = 'jquery.min.js'.freeze
- BOOTSTRAP_ENDPOINT = 'https://raw.github.com/twbs/bootstrap/v3.1.1'.freeze
+ BOOTSTRAP_ENDPOINT = 'https://raw.githubusercontent.com/twbs/bootstrap/v3.1.1'.freeze
BOOTSTRAP_CSS_FILE = 'bootstrap.min.css'.freeze
BOOTSTRAP_JS_FILE = 'bootstrap.min.js'.freeze
- BOOTSWATCH_ENDPOINT = 'https://raw.github.com/thomaspark/bootswatch/v3.1.1'.freeze
+ BOOTSWATCH_ENDPOINT = 'https://raw.githubusercontent.com/thomaspark/bootswatch/v3.1.1'.freeze
BOOTSWATCH_CSS_FILE = 'bootswatch.min.css'.freeze
BOOTSWATCH_JS_FILE = 'bootswatch.js'.freeze
BOOTSWATCH_THEME = 'flatly'.freeze
class << self