form_factor 1.0.3 → 1.0.4
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/Rakefile +2 -2
- data/form_factor.gemspec +2 -2
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +0 -0
data/Rakefile
CHANGED
|
@@ -2,7 +2,7 @@ require 'rubygems'
|
|
|
2
2
|
require 'rake'
|
|
3
3
|
require 'echoe'
|
|
4
4
|
|
|
5
|
-
Echoe.new('form_factor', '1.0.
|
|
5
|
+
Echoe.new('form_factor', '1.0.4') 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.
|
|
@@ -21,5 +21,5 @@ EOF
|
|
|
21
21
|
g.email = "jeffrey.j.schmitz@nospam.gmail.com"
|
|
22
22
|
g.ignore_pattern = ["tmp/*", "script/*"]
|
|
23
23
|
g.development_dependencies = []
|
|
24
|
-
g.require_paths = ["lib/form_factor", "app/helpers", "lib
|
|
24
|
+
g.require_paths = ["lib/form_factor", "app/helpers", "lib"]
|
|
25
25
|
end
|
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 = "1.0.
|
|
5
|
+
s.version = "1.0.4"
|
|
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,7 +24,7 @@ Gem::Specification.new do |s|
|
|
|
24
24
|
s.files = ["CHANGELOG", "Manifest", "Rakefile", "app/helpers/form_factor_helper.rb", "form_factor.gemspec", "generators/form_factor/USAGE", "generators/form_factor/form_factor_generator.rb", "generators/form_factor/templates/_form.html.erb", "generators/form_factor/templates/edit.html.erb", "generators/form_factor/templates/index.html.erb", "generators/form_factor/templates/new.html.erb", "generators/form_factor/templates/show.html.erb", "lib/form_factor/form_factor.rb", "lib/form_factor/scaffold_template.rb"]
|
|
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
|
|
27
|
+
s.require_paths = ["lib/form_factor", "app/helpers", "lib"]
|
|
28
28
|
s.rubyforge_project = %q{form_factor}
|
|
29
29
|
s.rubygems_version = %q{1.3.7}
|
|
30
30
|
s.signing_key = %q{/export/home/jeff/.ssh/gem-private_key.pem}
|
data.tar.gz.sig
CHANGED
|
Binary file
|
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:
|
|
4
|
+
hash: 31
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 4
|
|
10
|
+
version: 1.0.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jeff Schmitz @iamtheschmitzer
|
|
@@ -78,7 +78,7 @@ rdoc_options:
|
|
|
78
78
|
require_paths:
|
|
79
79
|
- lib/form_factor
|
|
80
80
|
- app/helpers
|
|
81
|
-
- lib
|
|
81
|
+
- lib
|
|
82
82
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
83
83
|
none: false
|
|
84
84
|
requirements:
|
metadata.gz.sig
CHANGED
|
Binary file
|