iab-FinancialProductBuilder 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,12 +2,10 @@
2
2
  # You can redistribute it and/or modify it under the same terms as Ruby.
3
3
  #
4
4
  require 'Marshaller'
5
- require 'helpers/pb_helper'
6
5
 
7
6
  class PbBaseController < ApplicationController
8
7
 
9
8
  include Marshaller
10
- include PbHelper
11
9
 
12
10
  def products
13
11
  product = params['product']
File without changes
@@ -51,7 +51,6 @@ class ProductConfig
51
51
  e.fields.each do |f|
52
52
  ename=""
53
53
  ename = ":#{e.name}," if e.name != topLevelName
54
- puts "pname=#{pname(e,",",topLevelName)},ename=#{ename}"
55
54
  text << "\tuse "+"#{pname(e,",",topLevelName)}"+"#{ename}:#{f[:name]}\n"
56
55
  end
57
56
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iab-FinancialProductBuilder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Mawdsley
@@ -110,12 +110,13 @@ files:
110
110
  - lib/templates_and_resources/layouts_and_grids/5.css
111
111
  - lib/templates_and_resources/layouts_and_grids/24.css
112
112
  - lib/templates_and_resources/layouts_and_grids/21.css
113
- - lib/helpers
114
- - lib/helpers/pb_helper.rb
113
+ - lib/ghelpers
114
+ - lib/ghelpers/pb_helper.rb
115
115
  - lib/models.rb
116
116
  - lib/genGITstructure.rb
117
117
  has_rdoc: true
118
118
  homepage: http://github.com/iab/FinancialProductBuilder
119
+ licenses:
119
120
  post_install_message:
120
121
  rdoc_options:
121
122
  - --inline-source
@@ -137,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
137
138
  requirements: []
138
139
 
139
140
  rubyforge_project: FinancialProductBuilder
140
- rubygems_version: 1.2.0
141
+ rubygems_version: 1.3.5
141
142
  signing_key:
142
143
  specification_version: 2
143
144
  summary: FinancialProductBuilder is a series of scripts (and GUI) that allows new financial products to be defined