bonethug 0.0.35 → 0.0.36

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.
data/Gemfile CHANGED
@@ -18,7 +18,7 @@ gem 'coffee-rails'
18
18
 
19
19
  # asset pipeline - guard coffeescript / sass
20
20
  gem 'rake'
21
- gem 'guard'
21
+ gem 'guard', '2.0.2'
22
22
  gem 'coffee-script'
23
23
  gem 'sass'
24
24
  gem 'guard-sass'
data/ISSUES.txt CHANGED
@@ -1,20 +1 @@
1
- - Silverstripe compass is broken on windows - the below helps in Rubygems::_run
2
-
3
- // $process = proc_open("HOME='$gempath' GEM_HOME='$gempath' " . (@$_GET['flush'] ? "FLUSH={$_GET['flush']} " : '') . $cmd, $descriptorspec, $pipes);
4
- $envs = array('HOME' => $gempath, 'GEM_HOME' => $gempath);
5
- if (@$_GET['flush']) $envs['FLUSH'] = $_GET['flush'];
6
- if (defined('PATH')) $envs['PATH'] = PATH;
7
-
8
- $process = proc_open($cmd, $descriptorspec, $pipes, null, $envs);
9
-
10
- but it still throws:
11
-
12
- C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/config_file.rb:77:in `join': can't convert nil into String (TypeError)
13
- from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/config_file.rb:77:in `<class:configfile>'
14
- from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/config_file.rb:30:in `<top (required)="">'
15
- from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
16
- from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
17
- from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/gem_runner.rb:9:in `<top (required)="">'
18
- from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
19
- from C:/Ruby193/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
20
- from C:/Ruby193/bin/gem:18:in `<main>'
1
+ - guard 2.0.3 seems to not work - using 2.0.2 in the mean time
data/bonethug.gemspec CHANGED
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
30
 
31
31
  # asset pipeline - guard coffeescript / sass
32
32
  spec.add_dependency 'rake'
33
- spec.add_dependency 'guard'
33
+ spec.add_dependency 'guard', '2.0.2'
34
34
  spec.add_dependency 'coffee-script'
35
35
  spec.add_dependency 'sass'
36
36
  spec.add_dependency 'guard-sass'
@@ -1,3 +1,3 @@
1
1
  module Bonethug
2
- VERSION = "0.0.35"
2
+ VERSION = "0.0.36"
3
3
  end
@@ -108,34 +108,7 @@ module Bonethug
108
108
  end
109
109
 
110
110
  puts 'Starting Watch Daemon...'
111
- # puts "Guardfile content "
112
- # puts guardfile_content
113
- cmd = 'bundle exec guard --guardfile "' + target + '/.bonethug/Guardfile"'
114
- # puts "calling: " + cmd
115
- exec cmd
116
-
117
- # puts 'Starting Watch Daemons...'
118
- # puts 'This may start more than one watch process and you may have to ctrl + c more than once to quit.'
119
-
120
- # # sass compiler
121
- # sass_watch_str = ''
122
- # sass.each do |watch|
123
- # sass_watch_str += ' '+watch[:src]+':'+watch[:dest]
124
- # end
125
- # sass_cmd = "sass --watch #{sass_watch_str} --style compressed"
126
-
127
- # # Coffescript compiler
128
- # coffee_watch_str = ''
129
- # coffee.each do |watch|
130
- # coffee_watch_str += ' && coffee -o '+watch[:dest]+'/ -cw '+watch[:src]+'/'
131
- # end
132
- # coffee_cmd = coffee_watch_str
133
-
134
- # # call it
135
- # cmd = "#{sass_cmd} #{coffee_cmd}"
136
- # puts "Running: " + cmd
137
-
138
- # log = `#{cmd}`
111
+ exec 'bundle exec guard --guardfile "' + target + '/.bonethug/Guardfile"'
139
112
 
140
113
  end
141
114
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bonethug
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.35
4
+ version: 0.0.36
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: 2013-10-07 00:00:00.000000000 Z
12
+ date: 2013-10-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -112,17 +112,17 @@ dependencies:
112
112
  requirement: !ruby/object:Gem::Requirement
113
113
  none: false
114
114
  requirements:
115
- - - ! '>='
115
+ - - '='
116
116
  - !ruby/object:Gem::Version
117
- version: '0'
117
+ version: 2.0.2
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  none: false
122
122
  requirements:
123
- - - ! '>='
123
+ - - '='
124
124
  - !ruby/object:Gem::Version
125
- version: '0'
125
+ version: 2.0.2
126
126
  - !ruby/object:Gem::Dependency
127
127
  name: coffee-script
128
128
  requirement: !ruby/object:Gem::Requirement