Skip to content

Commit

Permalink
Changing the gem's name to jquery-mobile, because there is an existin…
Browse files Browse the repository at this point in the history
…g jquery-mobile-rails gem
  • Loading branch information
tscolari committed Sep 14, 2011
1 parent 7601ad2 commit c993461
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
jquery-mobile-rails (1.0.0.b3)
jquery-mobile (1.0.0.b3)
rails (~> 3.1.0)

GEM
Expand Down Expand Up @@ -94,6 +94,6 @@ PLATFORMS
ruby

DEPENDENCIES
jquery-mobile-rails!
jquery-mobile!
jquery-rails
sqlite3
2 changes: 1 addition & 1 deletion jquery-mobile-rails.gemspec → jquery-mobile.gemspec
Expand Up @@ -5,7 +5,7 @@ require "jquery-mobile-rails/version"

# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = "jquery-mobile-rails"
s.name = "jquery-mobile"
s.version = JqueryMobileRails::VERSION
s.authors = ["Tiago Scolari"]
s.email = ["tscolari@gmail.com"]
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/dummy/config/application.rb
Expand Up @@ -3,7 +3,7 @@
require 'rails/all'

Bundler.require
require "jquery-mobile-rails"
require "jquery-mobile"

module Dummy
class Application < Rails::Application
Expand Down

0 comments on commit c993461

Please sign in to comment.