Skip to content

Commit

Permalink
Updated lessons gem.
Browse files Browse the repository at this point in the history
After 1.1, it adds its images into assets. Rock.
  • Loading branch information
steveklabnik committed Jan 25, 2012
1 parent 9f63fa8 commit 94954f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source 'http://rubygems.org'
gem 'rails', '3.1.0'
gem 'json'

gem 'hackety_hack-lessons', :require => 'hackety_hack/lessons'
gem 'hackety_hack-lessons', '~> 1.1', :require => 'hackety_hack/lessons'

gem 'haml-rails'
gem 'jquery-rails'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -94,7 +94,7 @@ GEM
ffi (1.0.11)
gherkin (2.7.2)
json (>= 1.4.6)
hackety_hack-lessons (1.0.3)
hackety_hack-lessons (1.1.0)
metadown
haml (3.1.4)
haml-rails (0.3.4)
Expand Down Expand Up @@ -247,7 +247,7 @@ DEPENDENCIES
devise (>= 1.2)
fabrication
faker
hackety_hack-lessons
hackety_hack-lessons (~> 1.1)
haml-rails
inherited_resources
jnunemaker-validatable (>= 1.8.4)
Expand Down

0 comments on commit 94954f9

Please sign in to comment.