form_factor 0.0.10 → 1.0.1

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 (6) hide show
  1. data/Manifest +12 -1
  2. data/Rakefile +1 -1
  3. data/form_factor.gemspec +2 -5
  4. data.tar.gz.sig +2 -1
  5. metadata +4 -5
  6. metadata.gz.sig +0 -0
data/Manifest CHANGED
@@ -1,10 +1,21 @@
1
+ CHANGELOG
2
+ Manifest
1
3
  Rakefile
2
4
  app/helpers/form_factor_helper.rb
5
+ form_factor.gemspec
6
+ generators/form_factor/USAGE
7
+ generators/form_factor/form_factor_generator.rb
8
+ generators/form_factor/templates/_form.html.erb
9
+ generators/form_factor/templates/edit.html.erb
10
+ generators/form_factor/templates/index.html.erb
11
+ generators/form_factor/templates/new.html.erb
12
+ generators/form_factor/templates/show.html.erb
3
13
  lib/form_factor/form_factor.rb
4
14
  lib/form_factor/scaffold_template.rb
15
+ lib/generators/form_factor/USAGE
16
+ lib/generators/form_factor/form_factor_generator.rb
5
17
  lib/templates/erb/scaffold/_form.html.erb
6
18
  lib/templates/erb/scaffold/edit.html.erb
7
19
  lib/templates/erb/scaffold/index.html.erb
8
20
  lib/templates/erb/scaffold/new.html.erb
9
21
  lib/templates/erb/scaffold/show.html.erb
10
- Manifest
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('form_factor', '0.0.2') do |g|
5
+ Echoe.new('form_factor', '1.0.0') do |g|
6
6
  g.summary = "Abstract builder of form structure with pluggable templates"
7
7
  g.description = <<-EOF
8
8
  Form Factor is a miniature abstraction layer for view generation.
data/form_factor.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{form_factor}
5
- s.version = "0.0.10"
5
+ s.version = "1.0.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Jeff Schmitz @iamtheschmitzer"]
@@ -24,10 +24,7 @@ Gem::Specification.new do |s|
24
24
  s.files = ["Rakefile", "app/helpers/form_factor_helper.rb", "lib/form_factor/form_factor.rb", "lib/form_factor/scaffold_template.rb", "lib/templates/erb/scaffold/_form.html.erb", "lib/templates/erb/scaffold/edit.html.erb", "lib/templates/erb/scaffold/index.html.erb", "lib/templates/erb/scaffold/new.html.erb", "lib/templates/erb/scaffold/show.html.erb", "Manifest", "form_factor.gemspec"]
25
25
  s.homepage = %q{http://www.ociweb.com/products/formfactor}
26
26
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Form_factor"]
27
- s.require_paths = ["lib/form_factor", "app/helpers", "lib/templates/erb/scaffold"]
28
- # lib
29
- # lib/templates
30
- # lib/templates/erb
27
+ s.require_paths = ["lib/form_factor", "app/helpers"]
31
28
  s.rubyforge_project = %q{form_factor}
32
29
  s.rubygems_version = %q{1.3.7}
33
30
  s.signing_key = %q{/export/home/jeff/.ssh/gem-private_key.pem}
data.tar.gz.sig CHANGED
@@ -1 +1,2 @@
1
- �r���7��c(Gq@�u���(O7�_B�$}��T��;��hO�����)=���uM7(p4������􋂴��}���vA������„�A�Q�5��7���"%��/P����&��(&���T���KT!R!��6��ӥ���������p�ґf���&� ~Zh�.�� 7��ĊIR�5��%�t
1
+ ��Vxp�&`����T0{)7��ax�/�,h���Ar_��c�xlQs���[q��,�#o"����[#�<����fI((��$D�Xf!e��3᪣�I��
2
+ 2� `�9ͽ�J&^�� F���� �7�K�j���i��Z��2��l�:��&n�� 'i[���7x`Dg�o�5i62w�b�.��$�2R3��7� 8|�� ����xۧ
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: form_factor
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
+ - 1
7
8
  - 0
8
- - 0
9
- - 10
10
- version: 0.0.10
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jeff Schmitz @iamtheschmitzer
@@ -79,7 +79,6 @@ rdoc_options:
79
79
  require_paths:
80
80
  - lib/form_factor
81
81
  - app/helpers
82
- - lib/templates/erb/scaffold
83
82
  required_ruby_version: !ruby/object:Gem::Requirement
84
83
  none: false
85
84
  requirements:
metadata.gz.sig CHANGED
Binary file