ymdp 0.1.8 → 0.1.8.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/VERSION +1 -1
- data/lib/ymdp/configuration/constants.rb +1 -1
- data/ymdp.gemspec +1 -1
- metadata +1 -1
data/History.txt
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.8
|
1
|
+
0.1.8.1
|
@@ -3,7 +3,7 @@ SERVERS = YMDP::Configuration::Servers.new unless defined?(SERVERS)
|
|
3
3
|
|
4
4
|
@content_variables = YAML.load_file("#{BASE_PATH}/config/content.yml")
|
5
5
|
|
6
|
-
@jslint_settings = File.read("#{BASE_PATH}/config/
|
6
|
+
@jslint_settings = File.read("#{BASE_PATH}/config/jslint.js") if File.exists?("#{BASE_PATH}/config/jslint.js")
|
7
7
|
|
8
8
|
YMDP::Base.configure do |config|
|
9
9
|
config.username = CONFIG["username"]
|
data/ymdp.gemspec
CHANGED