Skip to content

Commit

Permalink
updated gem references for sinatra-contrib instead of sinatra-content…
Browse files Browse the repository at this point in the history
…-for
  • Loading branch information
Derick Bailey committed Aug 16, 2012
1 parent c6c2a83 commit 2e06576
Show file tree
Hide file tree
Showing 14 changed files with 244 additions and 228 deletions.
1 change: 1 addition & 0 deletions .rvmrc
@@ -0,0 +1 @@
rvm use 1.9.3@hands-on-bb --create
2 changes: 1 addition & 1 deletion 1-jquery-to-backbone/Gemfile
@@ -1,7 +1,7 @@
source :rubygems

gem 'sinatra'
gem 'sinatra-content-for'
gem 'sinatra-contrib'
gem 'json'

group :development do
Expand Down
91 changes: 47 additions & 44 deletions 1-jquery-to-backbone/Gemfile.lock
@@ -1,53 +1,56 @@
GEM
remote: http://rubygems.org/
specs:
backports (2.3.0)
childprocess (0.2.2)
ffi (~> 1.0.6)
addressable (2.3.2)
backports (2.6.3)
childprocess (0.3.5)
ffi (~> 1.0, >= 1.0.6)
diff-lcs (1.1.3)
ffi (1.0.9)
jasmine (1.0.2.1)
json_pure (>= 1.4.3)
rack (>= 1.1)
eventmachine (0.12.10)
ffi (1.1.5)
jasmine (1.2.1)
jasmine-core (>= 1.2.0)
rack (~> 1.0)
rspec (>= 1.3.1)
selenium-webdriver (>= 0.1.3)
json (1.6.0)
json_pure (1.5.4)
spruz (~> 0.2.8)
monkey-lib (0.5.4)
backports
rack (1.3.2)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
rubyzip (0.9.4)
selenium-webdriver (2.5.0)
childprocess (>= 0.2.1)
ffi (>= 1.0.7)
json_pure
jasmine-core (1.2.0)
json (1.7.4)
libwebsocket (0.1.5)
addressable
multi_json (1.3.6)
rack (1.4.1)
rack-protection (1.2.0)
rack
rack-test (0.6.1)
rack (>= 1.0)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.2)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.2)
rubyzip (0.9.9)
selenium-webdriver (2.25.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
sinatra-advanced-routes (0.5.1)
monkey-lib (~> 0.5.0)
sinatra (~> 1.0)
sinatra-sugar (~> 0.5.0)
sinatra-content-for (0.2)
sinatra
sinatra-reloader (0.5.0)
sinatra (~> 1.0)
sinatra-advanced-routes (~> 0.5.0)
sinatra-sugar (0.5.1)
monkey-lib (~> 0.5.0)
sinatra (~> 1.0)
spruz (0.2.13)
tilt (1.3.2)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
sinatra-contrib (1.3.1)
backports (>= 2.0)
eventmachine
rack-protection
rack-test
sinatra (~> 1.3.0)
tilt (~> 1.3)
sinatra-reloader (1.0)
sinatra-contrib
tilt (1.3.3)

PLATFORMS
ruby
Expand All @@ -56,5 +59,5 @@ DEPENDENCIES
jasmine
json
sinatra
sinatra-content-for
sinatra-contrib
sinatra-reloader
2 changes: 1 addition & 1 deletion 1-jquery-to-backbone/app.rb
Expand Up @@ -4,7 +4,7 @@
require 'json'
require 'sinatra/reloader' if development?

set :public, File.dirname(__FILE__) + '/public'
set :public_folder, File.dirname(__FILE__) + '/public'

get '/' do
erb :layout
Expand Down
2 changes: 1 addition & 1 deletion 2-routing-and-navigation/Gemfile
@@ -1,7 +1,7 @@
source :rubygems

gem 'sinatra'
gem 'sinatra-content-for'
gem 'sinatra-contrib'
gem 'json'

group :development do
Expand Down
91 changes: 47 additions & 44 deletions 2-routing-and-navigation/Gemfile.lock
@@ -1,53 +1,56 @@
GEM
remote: http://rubygems.org/
specs:
backports (2.3.0)
childprocess (0.2.2)
ffi (~> 1.0.6)
addressable (2.3.2)
backports (2.6.3)
childprocess (0.3.5)
ffi (~> 1.0, >= 1.0.6)
diff-lcs (1.1.3)
ffi (1.0.9)
jasmine (1.0.2.1)
json_pure (>= 1.4.3)
rack (>= 1.1)
eventmachine (0.12.10)
ffi (1.1.5)
jasmine (1.2.1)
jasmine-core (>= 1.2.0)
rack (~> 1.0)
rspec (>= 1.3.1)
selenium-webdriver (>= 0.1.3)
json (1.6.0)
json_pure (1.5.4)
spruz (~> 0.2.8)
monkey-lib (0.5.4)
backports
rack (1.3.2)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
rubyzip (0.9.4)
selenium-webdriver (2.5.0)
childprocess (>= 0.2.1)
ffi (>= 1.0.7)
json_pure
jasmine-core (1.2.0)
json (1.7.4)
libwebsocket (0.1.5)
addressable
multi_json (1.3.6)
rack (1.4.1)
rack-protection (1.2.0)
rack
rack-test (0.6.1)
rack (>= 1.0)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.2)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.2)
rubyzip (0.9.9)
selenium-webdriver (2.25.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
sinatra-advanced-routes (0.5.1)
monkey-lib (~> 0.5.0)
sinatra (~> 1.0)
sinatra-sugar (~> 0.5.0)
sinatra-content-for (0.2)
sinatra
sinatra-reloader (0.5.0)
sinatra (~> 1.0)
sinatra-advanced-routes (~> 0.5.0)
sinatra-sugar (0.5.1)
monkey-lib (~> 0.5.0)
sinatra (~> 1.0)
spruz (0.2.13)
tilt (1.3.2)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
sinatra-contrib (1.3.1)
backports (>= 2.0)
eventmachine
rack-protection
rack-test
sinatra (~> 1.3.0)
tilt (~> 1.3)
sinatra-reloader (1.0)
sinatra-contrib
tilt (1.3.3)

PLATFORMS
ruby
Expand All @@ -56,5 +59,5 @@ DEPENDENCIES
jasmine
json
sinatra
sinatra-content-for
sinatra-contrib
sinatra-reloader
2 changes: 1 addition & 1 deletion 2-routing-and-navigation/app.rb
Expand Up @@ -4,7 +4,7 @@
require 'json'
require 'sinatra/reloader' if development?

set :public, File.dirname(__FILE__) + '/public'
set :public_folder, File.dirname(__FILE__) + '/public'

get '/' do
erb :layout
Expand Down
2 changes: 1 addition & 1 deletion 3-app-structure/Gemfile
@@ -1,7 +1,7 @@
source :rubygems

gem 'sinatra'
gem 'sinatra-content-for'
gem 'sinatra-contrib'
gem 'json'

group :development do
Expand Down
91 changes: 47 additions & 44 deletions 3-app-structure/Gemfile.lock
@@ -1,53 +1,56 @@
GEM
remote: http://rubygems.org/
specs:
backports (2.3.0)
childprocess (0.2.2)
ffi (~> 1.0.6)
addressable (2.3.2)
backports (2.6.3)
childprocess (0.3.5)
ffi (~> 1.0, >= 1.0.6)
diff-lcs (1.1.3)
ffi (1.0.9)
jasmine (1.0.2.1)
json_pure (>= 1.4.3)
rack (>= 1.1)
eventmachine (0.12.10)
ffi (1.1.5)
jasmine (1.2.1)
jasmine-core (>= 1.2.0)
rack (~> 1.0)
rspec (>= 1.3.1)
selenium-webdriver (>= 0.1.3)
json (1.6.0)
json_pure (1.5.4)
spruz (~> 0.2.8)
monkey-lib (0.5.4)
backports
rack (1.3.2)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
rubyzip (0.9.4)
selenium-webdriver (2.5.0)
childprocess (>= 0.2.1)
ffi (>= 1.0.7)
json_pure
jasmine-core (1.2.0)
json (1.7.4)
libwebsocket (0.1.5)
addressable
multi_json (1.3.6)
rack (1.4.1)
rack-protection (1.2.0)
rack
rack-test (0.6.1)
rack (>= 1.0)
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.2)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.2)
rubyzip (0.9.9)
selenium-webdriver (2.25.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
sinatra (1.2.6)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
sinatra-advanced-routes (0.5.1)
monkey-lib (~> 0.5.0)
sinatra (~> 1.0)
sinatra-sugar (~> 0.5.0)
sinatra-content-for (0.2)
sinatra
sinatra-reloader (0.5.0)
sinatra (~> 1.0)
sinatra-advanced-routes (~> 0.5.0)
sinatra-sugar (0.5.1)
monkey-lib (~> 0.5.0)
sinatra (~> 1.0)
spruz (0.2.13)
tilt (1.3.2)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
sinatra-contrib (1.3.1)
backports (>= 2.0)
eventmachine
rack-protection
rack-test
sinatra (~> 1.3.0)
tilt (~> 1.3)
sinatra-reloader (1.0)
sinatra-contrib
tilt (1.3.3)

PLATFORMS
ruby
Expand All @@ -56,5 +59,5 @@ DEPENDENCIES
jasmine
json
sinatra
sinatra-content-for
sinatra-contrib
sinatra-reloader
2 changes: 1 addition & 1 deletion 3-app-structure/app.rb
Expand Up @@ -4,7 +4,7 @@
require 'json'
require 'sinatra/reloader' if development?

set :public, File.dirname(__FILE__) + '/public'
set :public_folder, File.dirname(__FILE__) + '/public'

get '/' do
erb :layout
Expand Down
2 changes: 1 addition & 1 deletion 4-persistence/Gemfile
@@ -1,7 +1,7 @@
source :rubygems

gem 'sinatra'
gem 'sinatra-content-for'
gem 'sinatra-contrib'
gem 'json'

group :development do
Expand Down

0 comments on commit 2e06576

Please sign in to comment.