pjam 0.0.7.pre → 0.0.8.pre

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.
Files changed (2) hide show
  1. data/bin/pjam +1 -1
  2. metadata +1 -1
data/bin/pjam CHANGED
@@ -104,7 +104,7 @@ sources_list.each do |src|
104
104
  cmd ="cd #{project_id}/#{src} && pinto delete -v PINTO/#{distro_name} #{color_flag}"
105
105
  system(cmd) == true
106
106
 
107
- cmd ="cd #{project_id}/#{src} && pinto add -x AdriverCore::AdRiverCookie -s #{config['stack']} -v #{distro_name} #{color_flag}"
107
+ cmd ="cd #{project_id}/#{src} && pinto add -s #{config['stack']} -v #{distro_name} #{color_flag}"
108
108
  system(cmd) == true or raise "failed do cmd: #{cmd}"
109
109
 
110
110
  compile_list << distro_name
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pjam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7.pre
4
+ version: 0.0.8.pre
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: