Skip to content

Commit

Permalink
Transforming everything into a gem (v2)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernat committed Dec 24, 2010
1 parent ab1656f commit 0027d56
Show file tree
Hide file tree
Showing 26 changed files with 403 additions and 625 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
source "http://rubygems.org"

# Specify your gem's dependencies in best_in_place.gemspec
gemspec
20 changes: 0 additions & 20 deletions MIT-LICENSE

This file was deleted.

219 changes: 0 additions & 219 deletions README.markdown

This file was deleted.

2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require 'bundler'
Bundler::GemHelper.install_tasks
22 changes: 22 additions & 0 deletions best_in_place.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "best_in_place/version"

Gem::Specification.new do |s|
s.name = "best_in_place"
s.version = BestInPlace::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Bernat Farrero"]
s.email = ["bernat@itnig.net"]
s.homepage = "http://github.com/bernat/best_in_place"
s.summary = %q{It allows the views to become in-place editable, it works for inputs, textareas, selects and checkbox}
s.description = %q{It allows the views to become in-place editable, it works for inputs, textareas, selects and checkbox}

s.rubyforge_project = "best_in_place"

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_dependency "rails", "~> 3.0.0"
end
1 change: 0 additions & 1 deletion init.rb

This file was deleted.

9 changes: 0 additions & 9 deletions install.rb

This file was deleted.

Loading

0 comments on commit 0027d56

Please sign in to comment.