Skip to content

Commit

Permalink
note to self: it's a javascript plugin, not a gem. :-/
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Jul 24, 2011
1 parent 7c2b8ef commit c5ee81d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.swp
*.orig
Gemfile.lock
14 changes: 0 additions & 14 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
require 'jasmine'
require 'jeweler'

load 'jasmine/tasks/jasmine.rake'

Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
gem.name = "backbone.modelbinding"
gem.summary = "Awesome model binding for Backbone.js"
gem.description = "Simplify your Backbone.js code with model binding and conventions"
gem.email = "derickbailey@gmail.com"
gem.homepage = "http://github.com/derickbailey/backbone.modelbinding"
gem.authors = ["Derick Bailey"]
end

Jeweler::RubygemsDotOrgTasks.new
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions spec/javascripts/Backbone.ModelBinding.Spec.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
describe("backbone.modelbinding", function(){
});

0 comments on commit c5ee81d

Please sign in to comment.