Skip to content

Commit

Permalink
Updated to Guides 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wagenet committed Feb 16, 2011
1 parent 8a7bfbe commit cf474dc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,5 +3,5 @@ source "http://rubygems.org"
if ENV["GUIDES_PATH"]
gem "guides", :path => ENV["GUIDES_PATH"]
else
gem "guides", '~> 0.6.5'
gem "guides", '~> 0.6.6'
end
36 changes: 16 additions & 20 deletions Gemfile.lock
@@ -1,40 +1,36 @@
PATH
remote: /Users/peterwagenet/Programming/Ruby/guides
specs:
guides (0.6.5)
RedCloth (~> 4.1.1)
actionpack (~> 3.0.0)
activesupport (~> 3.0.0)
maruku (~> 0.6.0)
rack (~> 1.2.1)
thin (~> 1.2.7)
thor (~> 0.14.6)

GEM
remote: http://rubygems.org/
specs:
RedCloth (4.1.9)
abstract (1.0.0)
actionpack (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
actionpack (3.0.4)
activemodel (= 3.0.4)
activesupport (= 3.0.4)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4)
rack (~> 1.2.1)
rack-mount (~> 0.6.13)
rack-test (~> 0.5.6)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.3)
activesupport (= 3.0.3)
activemodel (3.0.4)
activesupport (= 3.0.4)
builder (~> 2.1.2)
i18n (~> 0.4)
activesupport (3.0.3)
activesupport (3.0.4)
builder (2.1.2)
daemons (1.1.0)
erubis (2.6.6)
abstract (>= 1.0.0)
eventmachine (0.12.10)
guides (0.6.6)
RedCloth (~> 4.1.1)
actionpack (~> 3.0.0)
activesupport (~> 3.0.0)
maruku (~> 0.6.0)
rack (~> 1.2.1)
thin (~> 1.2.7)
thor (~> 0.14.6)
i18n (0.5.0)
maruku (0.6.0)
syntax (>= 1.0.0)
Expand All @@ -55,4 +51,4 @@ PLATFORMS
ruby

DEPENDENCIES
guides!
guides (~> 0.6.6)

0 comments on commit cf474dc

Please sign in to comment.