lperichon-jintastic 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. data/.document +5 -0
  2. data/.gitignore +6 -0
  3. data/MIT-LICENSE +21 -0
  4. data/README.md +95 -0
  5. data/Rakefile +58 -0
  6. data/VERSION.yml +4 -0
  7. data/assets/app/views/jintastic/_in_place_editor.html.erb +16 -0
  8. data/assets/public/javascripts/jintastic.js +36 -0
  9. data/init.rb +2 -0
  10. data/jintastic.gemspec +47 -0
  11. data/lib/jintastic.rb +70 -0
  12. data/lperichon-jintastic.gemspec +75 -0
  13. data/test/jintastic_test.rb +7 -0
  14. data/test/test_helper.rb +10 -0
  15. data/vendor/plugins/formtastic/MIT-LICENSE +20 -0
  16. data/vendor/plugins/formtastic/README.textile +359 -0
  17. data/vendor/plugins/formtastic/Rakefile +58 -0
  18. data/vendor/plugins/formtastic/VERSION.yml +4 -0
  19. data/vendor/plugins/formtastic/formtastic.gemspec +31 -0
  20. data/vendor/plugins/formtastic/generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb +21 -0
  21. data/vendor/plugins/formtastic/generators/formtastic_stylesheets/templates/formtastic.css +120 -0
  22. data/vendor/plugins/formtastic/generators/formtastic_stylesheets/templates/formtastic_changes.css +10 -0
  23. data/vendor/plugins/formtastic/install.rb +1 -0
  24. data/vendor/plugins/formtastic/lib/formtastic.rb +1026 -0
  25. data/vendor/plugins/formtastic/lib/justin_french/formtastic.rb +10 -0
  26. data/vendor/plugins/formtastic/lib/locale/en.yml +8 -0
  27. data/vendor/plugins/formtastic/rails/init.rb +3 -0
  28. data/vendor/plugins/formtastic/spec/formtastic_spec.rb +2407 -0
  29. data/vendor/plugins/formtastic/spec/test_helper.rb +14 -0
  30. data/vendor/plugins/formtastic/tasks/formtastic_tasks.rake +1 -0
  31. data/vendor/plugins/formtastic/uninstall.rb +1 -0
  32. metadata +96 -0
@@ -0,0 +1,14 @@
1
+ require 'rubygems'
2
+ require 'spec'
3
+ require 'activesupport'
4
+ require 'active_support'
5
+ require 'actionpack'
6
+ require 'action_controller'
7
+ require 'action_view'
8
+ require 'rexml/document'
9
+ require 'rspec_hpricot_matchers'
10
+ Spec::Runner.configure do |config|
11
+ config.include(RspecHpricotMatchers)
12
+ end
13
+
14
+ $LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib')
@@ -0,0 +1 @@
1
+ # See Rakefile for tasks
@@ -0,0 +1 @@
1
+ # Uninstall hook code here
metadata ADDED
@@ -0,0 +1,96 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lperichon-jintastic
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Nandor Komzak
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2010-01-06 00:00:00 -03:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: justinfrench-formtastic
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: "0"
24
+ version:
25
+ description: jQuery based in-place editor generated by Formtastic
26
+ email: nandor.komzak@gmail.com
27
+ executables: []
28
+
29
+ extensions: []
30
+
31
+ extra_rdoc_files:
32
+ - README.md
33
+ files:
34
+ - .document
35
+ - .gitignore
36
+ - MIT-LICENSE
37
+ - README.md
38
+ - Rakefile
39
+ - VERSION.yml
40
+ - assets/app/views/jintastic/_in_place_editor.html.erb
41
+ - assets/public/javascripts/jintastic.js
42
+ - init.rb
43
+ - jintastic.gemspec
44
+ - lib/jintastic.rb
45
+ - lperichon-jintastic-1.0.1.gem
46
+ - lperichon-jintastic.gemspec
47
+ - test/jintastic_test.rb
48
+ - test/test_helper.rb
49
+ - vendor/plugins/formtastic/MIT-LICENSE
50
+ - vendor/plugins/formtastic/README.textile
51
+ - vendor/plugins/formtastic/Rakefile
52
+ - vendor/plugins/formtastic/VERSION.yml
53
+ - vendor/plugins/formtastic/formtastic.gemspec
54
+ - vendor/plugins/formtastic/generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb
55
+ - vendor/plugins/formtastic/generators/formtastic_stylesheets/templates/formtastic.css
56
+ - vendor/plugins/formtastic/generators/formtastic_stylesheets/templates/formtastic_changes.css
57
+ - vendor/plugins/formtastic/install.rb
58
+ - vendor/plugins/formtastic/lib/formtastic.rb
59
+ - vendor/plugins/formtastic/lib/justin_french/formtastic.rb
60
+ - vendor/plugins/formtastic/lib/locale/en.yml
61
+ - vendor/plugins/formtastic/rails/init.rb
62
+ - vendor/plugins/formtastic/spec/formtastic_spec.rb
63
+ - vendor/plugins/formtastic/spec/test_helper.rb
64
+ - vendor/plugins/formtastic/tasks/formtastic_tasks.rake
65
+ - vendor/plugins/formtastic/uninstall.rb
66
+ has_rdoc: true
67
+ homepage: http://github.com/rubymood/jintastic
68
+ licenses: []
69
+
70
+ post_install_message:
71
+ rdoc_options:
72
+ - --charset=UTF-8
73
+ require_paths:
74
+ - lib
75
+ required_ruby_version: !ruby/object:Gem::Requirement
76
+ requirements:
77
+ - - ">="
78
+ - !ruby/object:Gem::Version
79
+ version: "0"
80
+ version:
81
+ required_rubygems_version: !ruby/object:Gem::Requirement
82
+ requirements:
83
+ - - ">="
84
+ - !ruby/object:Gem::Version
85
+ version: "0"
86
+ version:
87
+ requirements: []
88
+
89
+ rubyforge_project:
90
+ rubygems_version: 1.3.5
91
+ signing_key:
92
+ specification_version: 3
93
+ summary: jQuery based in-place editor generated by Formtastic
94
+ test_files:
95
+ - test/test_helper.rb
96
+ - test/jintastic_test.rb