ShadowBelmolve-formtastic 0.1.6 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ShadowBelmolve-formtastic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin French
@@ -9,7 +9,7 @@ autorequire: formtastic
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-17 00:00:00 -07:00
12
+ date: 2009-06-17 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
 
@@ -25,15 +25,18 @@ files:
25
25
  - MIT-LICENSE
26
26
  - README.textile
27
27
  - Rakefile
28
+ - generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb
29
+ - generators/formtastic_stylesheets/templates/formtastic.css
30
+ - generators/formtastic_stylesheets/templates/formtastic_changes.css
28
31
  - lib/formtastic.rb
29
32
  - lib/justin_french/formtastic.rb
30
33
  - lib/locale/en.yml
31
34
  - rails/init.rb
32
35
  - spec/formtastic_spec.rb
33
- - spec/spec.opts
34
36
  - spec/test_helper.rb
35
- has_rdoc: true
36
- homepage: http://github.com/ShadowBelmolve/formtastic/tree/master
37
+ has_rdoc: false
38
+ homepage: http://github.com/justinfrench/formtastic/tree/master
39
+ licenses:
37
40
  post_install_message:
38
41
  rdoc_options:
39
42
  - --charset=UTF-8
@@ -54,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
54
57
  requirements: []
55
58
 
56
59
  rubyforge_project:
57
- rubygems_version: 1.2.0
60
+ rubygems_version: 1.3.5
58
61
  signing_key:
59
62
  specification_version: 3
60
63
  summary: A Rails form builder plugin/gem with semantically rich and accessible markup
data/spec/spec.opts DELETED
@@ -1,2 +0,0 @@
1
- --colour
2
- --diff