Skip to content

Commit

Permalink
moving away from Rails 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gertig committed Jul 8, 2013
1 parent 24150ea commit 7370582
Show file tree
Hide file tree
Showing 21 changed files with 5 additions and 24 deletions.
Empty file modified .gitignore 100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions .ruby-gemset
@@ -0,0 +1 @@
andrewgertig
1 change: 1 addition & 0 deletions .ruby-version
@@ -0,0 +1 @@
ruby-2.0.0-p195
1 change: 0 additions & 1 deletion .rvmrc

This file was deleted.

Empty file modified Gemfile 100644 → 100755
Empty file.
Empty file modified README.md 100644 → 100755
Empty file.
Empty file modified Rakefile 100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion backbonejs-rails.gemspec 100644 → 100755
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.email = ["andrew.gertig@gmail.com"]
s.homepage = ""
s.summary = %q{Provide files needed for using Backbone.js}
s.description = %q{This gem is noth Rails 3.1+ and Rails 3.0.x compatible. It creates the following files in public/javasripts: backbone.js, underscore.js, json2.js, and optionally icanhaz.js for templates. It also creates an initializer that fixes the way Rails returns JSON to Backbone.js}
s.description = %q{This gem is both Rails 3.1+ and Rails 3.0.x compatible. It creates the following files in public/javasripts: backbone.js, underscore.js, json2.js, and optionally icanhaz.js for templates. It also creates an initializer that fixes the way Rails returns JSON to Backbone.js}

s.rubyforge_project = "backbonejs-rails"

Expand Down
6 changes: 1 addition & 5 deletions lib/backbonejs-rails.rb 100644 → 100755
Expand Up @@ -2,11 +2,7 @@

module Backbonejs
module Rails #Generators
if ::Rails.version < "3.1"
require 'backbonejs-rails/railtie'
else
require 'backbonejs-rails/engine'
end
require 'backbonejs-rails/engine'
require 'backbonejs-rails/version'
end
end
Empty file modified lib/backbonejs-rails/engine.rb 100644 → 100755
Empty file.
16 changes: 0 additions & 16 deletions lib/backbonejs-rails/railtie.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/backbonejs-rails/version.rb 100644 → 100755
@@ -1,5 +1,5 @@
module Backbonejs
module Rails
VERSION = "0.0.6"
VERSION = "0.0.7"
end
end
Empty file modified lib/generators/backbonejs/install/install_generator.rb 100644 → 100755
Empty file.
Empty file modified lib/generators/backbonejs/uninstall/uninstall_generator.rb 100644 → 100755
Empty file.
Empty file modified vendor/assets/javascripts/backbone.js 100644 → 100755
Empty file.
Empty file modified vendor/assets/javascripts/backbone.min.js 100644 → 100755
Empty file.
Empty file modified vendor/assets/javascripts/icanhaz.js 100644 → 100755
Empty file.
Empty file modified vendor/assets/javascripts/icanhaz.min.js 100644 → 100755
Empty file.
Empty file modified vendor/assets/javascripts/json2.js 100644 → 100755
Empty file.
Empty file modified vendor/assets/javascripts/underscore.js 100644 → 100755
Empty file.
Empty file modified vendor/assets/javascripts/underscore.min.js 100644 → 100755
Empty file.

0 comments on commit 7370582

Please sign in to comment.