capucine 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/capucine.gemspec +2 -2
  3. data/lib/settings.rb +4 -4
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.4
1
+ 0.2.5
data/capucine.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "capucine"
8
- s.version = "0.2.4"
8
+ s.version = "0.2.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Damian Le Nouaille"]
12
- s.date = "2012-06-10"
12
+ s.date = "2012-06-13"
13
13
  s.description = "Improve your worlkflow"
14
14
  s.email = "dam@dln.name"
15
15
  s.executables = ["capucine"]
data/lib/settings.rb CHANGED
@@ -60,11 +60,11 @@ module Capucine
60
60
 
61
61
  def check_valid
62
62
 
63
- expand_coffee_out = File.expand_path File.join self.working_dir, self.conf['coffeescript_output_dir']
64
- expand_coffee_in = File.expand_path File.join self.working_dir, self.conf['coffeescript_files_dir']
63
+ expand_coffee_out = File.join self.working_dir, self.conf['coffeescript_output_dir']
64
+ expand_coffee_in = File.join self.working_dir, self.conf['coffeescript_files_dir']
65
65
 
66
- expand_sass_out = File.expand_path File.join self.working_dir, self.conf['sass_output_dir']
67
- expand_sass_in = File.expand_path File.join self.working_dir, self.conf['sass_files_dir']
66
+ expand_sass_out = File.join self.working_dir, self.conf['sass_output_dir']
67
+ expand_sass_in = File.join self.working_dir, self.conf['sass_files_dir']
68
68
 
69
69
  if expand_coffee_out == self.working_dir or expand_coffee_in == self.working_dir or expand_coffee_in == expand_coffee_out
70
70
  puts 'Illegal path for CoffeeScript'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capucine
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-10 00:00:00.000000000 Z
12
+ date: 2012-06-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fssm
@@ -277,7 +277,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
277
277
  version: '0'
278
278
  segments:
279
279
  - 0
280
- hash: -3049015026658676302
280
+ hash: 2235455125154600183
281
281
  required_rubygems_version: !ruby/object:Gem::Requirement
282
282
  none: false
283
283
  requirements: