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.
@@ -1,3 +1,7 @@
1
+ == 0.1.8.1 2010-01-20
2
+ * bug fixes
3
+ * fix typo in constants.rb
4
+
1
5
  == 0.1.8 2010-01-20
2
6
  * minor enhancements
3
7
  * load JSLint settings from config/jslint.js
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/jslint_settings.js") if File.exists?("#{BASE_PATH}/config/jslint.js")
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"]
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ymdp}
8
- s.version = "0.1.8"
8
+ s.version = "0.1.8.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Jeff Coleman"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ymdp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Coleman