diff --git a/config/environments/test.rb b/config/environments/test.rb index fd221e4..f38e2f9 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -30,7 +30,7 @@ config.gem 'jferris-mocha', config.gem 'thoughtbot-factory_girl', :lib => 'factory_girl', :source => 'http://gems.github.com', - :version => '>= 1.2.0' + :version => '>= 1.2.1' config.gem 'thoughtbot-shoulda', :lib => 'shoulda', :source => 'http://gems.github.com', diff --git a/vendor/plugins/semi_formal/MIT-LICENSE b/vendor/plugins/semi_formal/MIT-LICENSE deleted file mode 100644 index 9376605..0000000 --- a/vendor/plugins/semi_formal/MIT-LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (c) 2009 [name of plugin creator] - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/vendor/plugins/semi_formal/README.markdown b/vendor/plugins/semi_formal/README.markdown deleted file mode 100644 index 6fd5426..0000000 --- a/vendor/plugins/semi_formal/README.markdown +++ /dev/null @@ -1,57 +0,0 @@ -SemiFormal -========== - -A FormBuilder meant to play well with [Blitz](http://github.com/dancroak/blitz) and [Evergreen](http://github.com/dancroak/evergreen). - -Examples --------- - -I had been writing this: - - <% form_for :session, :url => session_path do |form| %> -
- - <% end %> - -With SemiFormal, I write this: - - <% form_for :session, :url => session_path do |form| %> - - - <% end %> - -Hey, slightly better. - -Also available: - - form.text - form.numeric - -numeric is also aliased as integer, decimal, and float to feel migration-like. - -Installation ------------- - - script/plugin install git://github.com/dancroak/semi_formal.git - diff --git a/vendor/plugins/semi_formal/Rakefile b/vendor/plugins/semi_formal/Rakefile deleted file mode 100644 index 2efe7ee..0000000 --- a/vendor/plugins/semi_formal/Rakefile +++ /dev/null @@ -1,23 +0,0 @@ -require 'rake' -require 'rake/testtask' -require 'rake/rdoctask' - -desc 'Default: run unit tests.' -task :default => :test - -desc 'Test the semi_formal plugin.' -Rake::TestTask.new(:test) do |t| - t.libs << 'lib' - t.libs << 'test' - t.pattern = 'test/**/*_test.rb' - t.verbose = true -end - -desc 'Generate documentation for the semi_formal plugin.' -Rake::RDocTask.new(:rdoc) do |rdoc| - rdoc.rdoc_dir = 'rdoc' - rdoc.title = 'SemiFormal' - rdoc.options << '--line-numbers' << '--inline-source' - rdoc.rdoc_files.include('README') - rdoc.rdoc_files.include('lib/**/*.rb') -end diff --git a/vendor/plugins/semi_formal/init.rb b/vendor/plugins/semi_formal/init.rb deleted file mode 100644 index d89c81f..0000000 --- a/vendor/plugins/semi_formal/init.rb +++ /dev/null @@ -1,2 +0,0 @@ -require File.join(File.dirname(__FILE__), 'lib', 'semi_formal') - diff --git a/vendor/plugins/semi_formal/install.rb b/vendor/plugins/semi_formal/install.rb deleted file mode 100644 index e0fc3e4..0000000 --- a/vendor/plugins/semi_formal/install.rb +++ /dev/null @@ -1,2 +0,0 @@ -puts IO.read(File.join(File.dirname(__FILE__), 'README.textile')) - diff --git a/vendor/plugins/semi_formal/lib/semi_formal.rb b/vendor/plugins/semi_formal/lib/semi_formal.rb deleted file mode 100644 index 22df674..0000000 --- a/vendor/plugins/semi_formal/lib/semi_formal.rb +++ /dev/null @@ -1,75 +0,0 @@ -class SemiFormal < ActionView::Helpers::FormBuilder - def string(field, *args) - options = args.extract_options! - "