Skip to content

Commit

Permalink
Upgrading version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bernat committed Jan 16, 2011
1 parent 9f4f801 commit a7b804a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -76,7 +76,7 @@ To be able to use the script the following block must be added as well:

In order to use the Rails 3 gem, just add the following line to the gemfile:

gem "best_in_place", :git => "http://github.com/bernat/best_in_place"
gem "best_in_place"

----

Expand Down
2 changes: 1 addition & 1 deletion best_in_place.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.email = ["bernat@itnig.net"]
s.homepage = "http://github.com/bernat/best_in_place"
s.summary = %q{It makes any field in place editable by clicking on it, it works for inputs, textareas, select dropdowns and checkboxes}
s.description = %q{It is basically a jQuery script and a Rails 3 helper that allows to use the method best_in_place to display any object that the user will be able to edit by just clicking on it. It supports input data, text data, boolean data and custom dropdown data. It works with RESTful controllers.}
s.description = %q{BestInPlace is a jQuery script and a Rails 3 helper that provide the method best_in_place to display any object field easily editable for the user by just clicking on it. It supports input data, text data, boolean data and custom dropdown data. It works with RESTful controllers.}

s.rubyforge_project = "best_in_place"

Expand Down
2 changes: 1 addition & 1 deletion lib/best_in_place/version.rb
@@ -1,3 +1,3 @@
module BestInPlace
VERSION = "0.1.0"
VERSION = "0.1.1"
end

0 comments on commit a7b804a

Please sign in to comment.