pybments.rb version up. gitignore improved
This commit is contained in:
parent
99bb4a153d
commit
7f92534f76
5 changed files with 6 additions and 55309 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
|||
.bundle
|
||||
.rbx/
|
||||
db/*.sqlite3
|
||||
db/*.sqlite3-journal
|
||||
log/*.log
|
||||
tmp/
|
||||
.sass-cache/
|
||||
|
@ -9,3 +10,4 @@ coverage/*
|
|||
public/uploads/
|
||||
.rvmrc
|
||||
.directory
|
||||
nohup.out
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -15,7 +15,7 @@ gem "six"
|
|||
gem "therubyracer"
|
||||
gem "faker"
|
||||
gem "seed-fu", "~> 2.1.0"
|
||||
gem "pygments.rb", "0.2.3"
|
||||
gem "pygments.rb", "0.2.4"
|
||||
gem "thin"
|
||||
gem "git"
|
||||
gem "acts_as_list"
|
||||
|
|
|
@ -142,8 +142,8 @@ GEM
|
|||
orm_adapter (0.0.5)
|
||||
polyglot (0.3.3)
|
||||
posix-spawn (0.3.6)
|
||||
pygments.rb (0.2.3)
|
||||
rubypython (>= 0.5.1)
|
||||
pygments.rb (0.2.4)
|
||||
rubypython (~> 0.5.3)
|
||||
rack (1.3.5)
|
||||
rack-cache (1.1)
|
||||
rack (>= 0.4)
|
||||
|
@ -300,7 +300,7 @@ DEPENDENCIES
|
|||
kaminari
|
||||
launchy
|
||||
letter_opener
|
||||
pygments.rb (= 0.2.3)
|
||||
pygments.rb (= 0.2.4)
|
||||
rails (= 3.1.1)
|
||||
rails-footnotes (~> 3.7.5)
|
||||
rdiscount
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue